From fd8c8038f01b992a81d86299b3e46bb5ab5f19a2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 15 Nov 2016 14:49:54 +0000 Subject: [PATCH] Update passing tests --- scripts/fiber/tests-passing.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index c763f784ea..c18c1d67f5 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -821,6 +821,8 @@ src/renderers/shared/fiber/__tests__/ReactIncremental-test.js * merges and masks context * does not leak own context into context provider * provides context when reusing work +* reads context when setState is below the provider +* reads context when setState is above the provider src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js * catches render error in a boundary during mounting