Skip to content

Commit

Permalink
Run test script
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Feb 2, 2017
1 parent 42a87c1 commit 787baab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
13 changes: 11 additions & 2 deletions scripts/fiber/tests-failing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
* can reconcile text arbitrarily split into multiple nodes on some substitutions only

src/renderers/dom/shared/__tests__/ReactMount-test.js
* throws when given a string
* throws when given a factory
* tracks root instances
* marks top-level mounts

Expand All @@ -42,6 +40,17 @@ src/renderers/shared/__tests__/ReactPerf-test.js
* should work when measurement starts during reconciliation

src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
* ignores null children
* ignores false children
* updates from a host child to null
* updates from a host child to a composite child
* updates from null to a composite child
* updates from a composite child to null
* updates from a host child to null
* updates from a host child to a composite child
* updates from null to a composite child
* updates from a composite child to null
* purges unmounted components automatically
* can be retrieved by ID

src/renderers/shared/hooks/__tests__/ReactHostOperationHistoryHook-test.js
Expand Down
14 changes: 0 additions & 14 deletions scripts/fiber/tests-passing-except-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js

src/renderers/dom/shared/__tests__/ReactMount-test.js
* should warn if mounting into dirty rendered markup
* should warn when mounting into document.body
* should account for escaping on a checksum mismatch
* should warn if render removes React-rendered children
* should warn if the unmounted node was rendered by another copy of React

src/renderers/dom/shared/__tests__/ReactMountDestruction-test.js
* should warn when unmounting a non-container root node
Expand All @@ -27,8 +24,6 @@ src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
* reports a host tree correctly
* reports a simple tree with composites correctly
* reports a tree with composites correctly
* ignores null children
* ignores false children
* reports text nodes as children
* reports a single text node as a child
* reports a single number node as a child
Expand Down Expand Up @@ -58,20 +53,11 @@ src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
* updates mixed children
* updates with a host child
* updates from null to a host child
* updates from a host child to null
* updates from a host child to a composite child
* updates from a composite child to a host child
* updates from null to a composite child
* updates from a composite child to null
* updates with a host child
* updates from null to a host child
* updates from a host child to null
* updates from a host child to a composite child
* updates from a composite child to a host child
* updates from null to a composite child
* updates from a composite child to null
* tracks owner correctly
* purges unmounted components automatically
* reports update counts
* does not report top-level wrapper as a root
* registers inlined text nodes
Expand Down
5 changes: 5 additions & 0 deletions scripts/fiber/tests-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,15 @@ src/renderers/dom/shared/__tests__/ReactEventListener-test.js

src/renderers/dom/shared/__tests__/ReactMount-test.js
* throws when given a non-node
* throws when given a string
* throws when given a factory
* should render different components in same root
* should unmount and remount if the key changes
* should reuse markup if rendering to the same target twice
* should not warn if mounting into non-empty node
* should warn when mounting into document.body
* should warn if render removes React-rendered children
* should warn if the unmounted node was rendered by another copy of React
* passes the correct callback context

src/renderers/dom/shared/__tests__/ReactMountDestruction-test.js
Expand Down

0 comments on commit 787baab

Please sign in to comment.