Skip to content

Commit

Permalink
Fix the build (these tests were renamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 2, 2016
1 parent 99be378 commit 2b26ea6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions scripts/fiber/tests-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -795,27 +795,27 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalReflection-test.js
* finds no node before insertion and correct node before deletion

src/renderers/shared/fiber/__tests__/ReactIncrementalScheduling-test.js
* schedules and flushes hi-pri work
* schedules and flushes hi-pri work for many roots
* flushes all scheduled hi-pri work
* flushes all scheduled hi-pri work for many roots
* schedules and flushes lo-pri work
* schedules and flushes lo-pri work for many roots
* flushes scheduled lo-pri work fitting within deadline
* flushes scheduled lo-pri work fitting within deadline for many roots
* schedules more lo-pri work if it runs out of time
* schedules more lo-pri work if it runs out of time with many roots
* FIXME: flushes late hi-pri work in a lo-pri callback if it wins
* FIXME: flushes late hi-pri work in a lo-pri callback if it wins with many roots
* FIXME: ignores late hi-pri work in a hi-pri callback if it wins
* FIXME: ignores late hi-pri work in a hi-pri callback if it wins with many roots
* FIXME: ignores all work in a lo-pri callback if it wins
* FIXME: ignores all work in a lo-pri callback if it wins with many roots
* flushes root with late lo-pri work in a hi-pri callback if it wins
* flushes all roots with hi-pri work in a hi-pri callback if it wins
* splits lo-pri work on multiple roots
* works on lo-pri roots in the order they were scheduled
* handles interleaved lo-pri and hi-pri work
* schedules and flushes animation work
* schedules and flushes animation work for many roots
* flushes all scheduled animation work
* flushes all scheduled animation work for many roots
* schedules and flushes deferred work
* schedules and flushes deferred work for many roots
* flushes scheduled deferred work fitting within deadline
* flushes scheduled deferred work fitting within deadline for many roots
* schedules more deferred work if it runs out of time
* schedules more deferred work if it runs out of time with many roots
* FIXME: flushes late animation work in a deferred callback if it wins
* FIXME: flushes late animation work in a deferred callback if it wins with many roots
* FIXME: ignores late animation work in an animation callback if it wins
* FIXME: ignores late animation work in an animation callback if it wins with many roots
* FIXME: ignores all work in a deferred callback if it wins
* FIXME: ignores all work in a deferred callback if it wins with many roots
* flushes root with late deferred work in an animation callback if it wins
* flushes all roots with animation work in an animation callback if it wins
* splits deferred work on multiple roots
* works on deferred roots in the order they were scheduled
* handles interleaved deferred and animation work

src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
* can update child nodes of a host instance
Expand Down

0 comments on commit 2b26ea6

Please sign in to comment.