Skip to content

Commit 778183e

Browse files
committed
Record tests
1 parent cc60f25 commit 778183e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

scripts/fiber/tests-failing.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ src/renderers/shared/__tests__/ReactPerf-test.js
7474
* should not count time in a portal towards lifecycle method
7575
* should work when measurement starts during reconciliation
7676

77+
src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js
78+
* recovers from uncaught reconciler errors
79+
7780
src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
7881
* gets created
7982
* can be retrieved by ID
@@ -83,6 +86,7 @@ src/renderers/shared/hooks/__tests__/ReactHostOperationHistoryHook-test.js
8386

8487
src/renderers/shared/shared/__tests__/ReactComponent-test.js
8588
* should throw on invalid render targets
89+
* throws usefully when rendering badly-typed elements
8690
* includes owner name in the error about badly-typed elements
8791

8892
src/renderers/shared/shared/__tests__/ReactComponentLifeCycle-test.js

scripts/fiber/tests-passing.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,9 +1098,9 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js
10981098
* can schedule updates after uncaught error during umounting
10991099
* continues work on other roots despite caught errors
11001100
* continues work on other roots despite uncaught errors
1101+
* unwinds the context stack correctly on error
11011102
* catches reconciler errors in a boundary during mounting
11021103
* catches reconciler errors in a boundary during update
1103-
* recovers from uncaught reconciler errors
11041104

11051105
src/renderers/shared/fiber/__tests__/ReactIncrementalReflection-test.js
11061106
* handles isMounted even when the initial render is deferred
@@ -1235,7 +1235,6 @@ src/renderers/shared/shared/__tests__/ReactComponent-test.js
12351235
* should support new-style refs with mixed-up owners
12361236
* should call refs at the correct time
12371237
* fires the callback after a component is rendered
1238-
* throws usefully when rendering badly-typed elements
12391238

12401239
src/renderers/shared/shared/__tests__/ReactComponentLifeCycle-test.js
12411240
* should not reuse an instance when it has been unmounted

0 commit comments

Comments
 (0)