Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/Test: Add fuzzing tests for React.Suspense #18721

Closed
wants to merge 6 commits into from

Commits on Apr 23, 2020

  1. Add fuzzing tests to React.Suspense

    It would actually have detected the issue facebook#18657.
    
    It found the following counterexample:
    ```
    [Scheduler`
          -> [task#2] sequence::Scheduling "8" with priority 3 resolved
          -> [task#1] promise::Request for "447b0ed" resolved with value "resolved 447b0ed!"`,"447b0ed",[{"priority":3,"text":"8"}],<function :: ["447b0ed"] => true, ["8"] => true>]
    ```
    Reproduced by https://codesandbox.io/s/strange-frost-d4ujl?file=/src/App.js
    
    Related to facebook#18669
    dubzzz committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    07b7869 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    0e0ac2f View commit details
    Browse the repository at this point in the history
  2. Remove unneeded useEffect

    dubzzz committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    238114b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    12a413c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Better error reporting

    dubzzz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    78861fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7128522 View commit details
    Browse the repository at this point in the history