From 2b26ea614dc324b5cdbcdba0499db86b0f8669a5 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 2 Nov 2016 19:28:26 +0000 Subject: [PATCH] Fix the build (these tests were renamed) --- scripts/fiber/tests-passing.txt | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 29c118fb7441..995e16d47ef1 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -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