Skip to content

Commit 693e65c

Browse files
committed
Record tests
1 parent b02ebe3 commit 693e65c

File tree

3 files changed

+131
-128
lines changed

3 files changed

+131
-128
lines changed

scripts/fiber/tests-failing.txt

Lines changed: 2 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -4,148 +4,26 @@ src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
44
* gives source code refs for unknown prop warning for exact elements in composition (ssr)
55

66
src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
7-
* renders a blank div with client render on top of good server markup
8-
* renders a div with inline styles with client render on top of good server markup
9-
* renders a self-closing tag with client render on top of good server markup
10-
* renders a self-closing tag as a child with client render on top of good server markup
11-
* renders simple numbers with client render on top of good server markup
12-
* renders simple strings with client render on top of good server markup
13-
* renders string prop with true value with client render on top of good server markup
14-
* renders string prop with false value with client render on top of good server markup
15-
* renders boolean prop with true value with client render on top of good server markup
16-
* renders boolean prop with false value with client render on top of good server markup
17-
* renders boolean prop with self value with client render on top of good server markup
18-
* renders boolean prop with "" value with client render on top of good server markup
19-
* renders boolean prop with string value with client render on top of good server markup
20-
* renders boolean prop with array value with client render on top of good server markup
21-
* renders boolean prop with object value with client render on top of good server markup
22-
* renders boolean prop with non-zero number value with client render on top of good server markup
23-
* renders boolean prop with zero value with client render on top of good server markup
24-
* renders download prop with true value with client render on top of good server markup
25-
* renders download prop with false value with client render on top of good server markup
26-
* renders download prop with string value with client render on top of good server markup
27-
* renders download prop with string "true" value with client render on top of good server markup
28-
* renders className prop with string value with client render on top of good server markup
29-
* renders className prop with empty string value with client render on top of good server markup
30-
* renders className prop with true value with client render on top of good server markup
31-
* renders className prop with false value with client render on top of good server markup
32-
* renders htmlFor with string value with client render on top of good server markup
33-
* renders htmlFor with an empty string with client render on top of good server markup
34-
* renders className prop with true value with client render on top of good server markup
35-
* renders className prop with false value with client render on top of good server markup
36-
* renders no ref attribute with client render on top of good server markup
37-
* renders no children attribute with client render on top of good server markup
38-
* renders no key attribute with client render on top of good server markup
39-
* renders no dangerouslySetInnerHTML attribute with client render on top of good server markup
40-
* renders no unknown attributes with client render on top of good server markup
41-
* renders unknown data- attributes with client render on top of good server markup
42-
* renders no unknown attributes for non-standard elements with client render on top of good server markup
43-
* renders unknown attributes for custom elements with client render on top of good server markup
44-
* renders unknown attributes for custom elements using is with client render on top of good server markup
45-
* renders no HTML events with client render on top of good server markup
46-
* renders a div with text with client render on top of good server markup
47-
* renders a div with text with flanking whitespace with client render on top of good server markup
48-
* renders a div with an empty text child with client render on top of good server markup
497
* renders a div with multiple empty text children with server string render
50-
* renders a div with multiple empty text children with client render on top of good server markup
518
* renders a div with multiple whitespace children with server string render
52-
* renders a div with multiple whitespace children with client render on top of good server markup
539
* renders a div with text sibling to a node with server string render
54-
* renders a div with text sibling to a node with client render on top of good server markup
55-
* renders a non-standard element with text with client render on top of good server markup
56-
* renders a custom element with text with client render on top of good server markup
5710
* renders a leading blank child with a text sibling with server string render
58-
* renders a leading blank child with a text sibling with client render on top of good server markup
5911
* renders a trailing blank child with a text sibling with server string render
60-
* renders a trailing blank child with a text sibling with client render on top of good server markup
6112
* renders an element with two text children with server string render
62-
* renders an element with two text children with client render on top of good server markup
63-
* renders a number as single child with client render on top of good server markup
64-
* renders zero as single child with client render on top of good server markup
6513
* renders an element with number and text children with server string render
66-
* renders an element with number and text children with client render on top of good server markup
67-
* renders null single child as blank with client render on top of good server markup
68-
* renders false single child as blank with client render on top of good server markup
69-
* renders undefined single child as blank with client render on top of good server markup
7014
* renders a null component children as empty with server string render
71-
* renders a null component children as empty with client render on top of good server markup
7215
* renders null children as blank with server string render
73-
* renders null children as blank with client render on top of good server markup
7416
* renders false children as blank with server string render
75-
* renders false children as blank with client render on top of good server markup
7617
* renders null and false children together as blank with server string render
77-
* renders null and false children together as blank with client render on top of good server markup
78-
* renders only null and false children as blank with client render on top of good server markup
79-
* renders an svg element with client render on top of good server markup
80-
* renders svg element with an xlink with client render on top of good server markup
81-
* renders a math element with client render on top of good server markup
82-
* renders an img with client render on top of good server markup
83-
* renders a button with client render on top of good server markup
84-
* renders a div with dangerouslySetInnerHTML with client render on top of good server markup
85-
* renders a newline-eating tag with content not starting with \n with client render on top of good server markup
86-
* renders a newline-eating tag with content starting with \n with client render on top of good server markup
87-
* renders a normal tag with content starting with \n with client render on top of good server markup
88-
* renders stateless components with client render on top of good server markup
89-
* renders ES6 class components with client render on top of good server markup
90-
* renders factory components with client render on top of good server markup
91-
* renders single child hierarchies of components with client render on top of good server markup
92-
* renders multi-child hierarchies of components with client render on top of good server markup
93-
* renders a div with a child with client render on top of good server markup
94-
* renders a div with multiple children with client render on top of good server markup
18+
* renders single child hierarchies of components with client render on top of bad server markup
19+
* renders multi-child hierarchies of components with client render on top of bad server markup
9520
* renders a div with multiple children separated by whitespace with server string render
96-
* renders a div with multiple children separated by whitespace with client render on top of good server markup
9721
* renders a div with a single child surrounded by whitespace with server string render
98-
* renders a div with a single child surrounded by whitespace with client render on top of good server markup
99-
* renders >,<, and & as single child with client render on top of good server markup
10022
* renders >,<, and & as multiple children with server string render
101-
* renders >,<, and & as multiple children with client render on top of good server markup
102-
* renders an input with a value and an onChange with client render on top of good server markup
103-
* renders an input with a value and readOnly with client render on top of good server markup
104-
* renders an input with a value and no onChange/readOnly with client render on top of good server markup
105-
* renders an input with a defaultValue with client render on top of good server markup
106-
* renders an input value overriding defaultValue with client render on top of good server markup
107-
* renders an input value overriding defaultValue no matter the prop order with client render on top of good server markup
108-
* renders a checkbox that is checked with an onChange with client render on top of good server markup
109-
* renders a checkbox that is checked with readOnly with client render on top of good server markup
110-
* renders a checkbox that is checked and no onChange/readOnly with client render on top of good server markup
111-
* renders a checkbox with defaultChecked with client render on top of good server markup
112-
* renders a checkbox checked overriding defaultChecked with client render on top of good server markup
113-
* renders a checkbox checked overriding defaultChecked no matter the prop order with client render on top of good server markup
114-
* renders a textarea with a value and an onChange with client render on top of good server markup
115-
* renders a textarea with a value and readOnly with client render on top of good server markup
116-
* renders a textarea with a value and no onChange/readOnly with client render on top of good server markup
117-
* renders a textarea with a defaultValue with client render on top of good server markup
118-
* renders a textarea value overriding defaultValue with client render on top of good server markup
119-
* renders a textarea value overriding defaultValue no matter the prop order with client render on top of good server markup
120-
* renders a select with a value and an onChange with client render on top of good server markup
121-
* renders a select with a value and readOnly with client render on top of good server markup
122-
* renders a select with a multiple values and an onChange with client render on top of good server markup
123-
* renders a select with a multiple values and readOnly with client render on top of good server markup
124-
* renders a select with a value and no onChange/readOnly with client render on top of good server markup
125-
* renders a select with a defaultValue with client render on top of good server markup
126-
* renders a select value overriding defaultValue with client render on top of good server markup
127-
* renders a select value overriding defaultValue no matter the prop order with client render on top of good server markup
128-
* renders a controlled text input with client render on top of good server markup
129-
* renders a controlled textarea with client render on top of good server markup
130-
* renders a controlled checkbox with client render on top of good server markup
131-
* renders a controlled select with client render on top of good server markup
132-
* should not blow away user-entered text on successful reconnect to an uncontrolled input
133-
* should not blow away user-entered text on successful reconnect to a controlled input
13423
* should not blow away user-entered text on successful reconnect to an uncontrolled checkbox
13524
* should not blow away user-entered text on successful reconnect to a controlled checkbox
13625
* should not blow away user-selected value on successful reconnect to an uncontrolled select
13726
* should not blow away user-selected value on successful reconnect to an controlled select
138-
* renders class child with context with client render on top of good server markup
139-
* renders stateless child with context with client render on top of good server markup
140-
* renders class child without context with client render on top of good server markup
141-
* renders stateless child without context with client render on top of good server markup
142-
* renders class child with wrong context with client render on top of good server markup
143-
* renders stateless child with wrong context with client render on top of good server markup
144-
* renders with context passed through to a grandchild with client render on top of good server markup
145-
* renders a child context overriding a parent context with client render on top of good server markup
146-
* renders a child context merged with a parent context with client render on top of good server markup
147-
* renders with a call to componentWillMount before getChildContext with client render on top of good server markup
148-
* should send the correct element to ref functions on client
14927

15028
src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
15129
* can reconcile text merged by Node.normalize() alongside other elements
@@ -157,10 +35,8 @@ src/renderers/dom/shared/__tests__/ReactMount-test.js
15735
* marks top-level mounts
15836

15937
src/renderers/dom/shared/__tests__/ReactRenderDocument-test.js
160-
* should be able to adopt server markup
16138
* should not be able to unmount component from document node
16239
* should not be able to switch root constructors
16340
* should be able to mount into document
16441
* should give helpful errors on state desync
16542
* should throw on full document render w/ no markup
166-
* supports findDOMNode on full-page components

scripts/fiber/tests-passing-except-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
3939
* renders no key attribute with client render on top of bad server markup
4040
* renders no dangerouslySetInnerHTML attribute with client render on top of bad server markup
4141
* renders no unknown attributes with server string render
42+
* renders no unknown attributes with client render on top of good server markup
4243
* renders no unknown attributes with client render on top of bad server markup
4344
* renders unknown data- attributes with client render on top of bad server markup
4445
* renders no unknown attributes for non-standard elements with server string render
46+
* renders no unknown attributes for non-standard elements with client render on top of good server markup
4547
* renders no unknown attributes for non-standard elements with client render on top of bad server markup
4648
* renders unknown attributes for custom elements with client render on top of bad server markup
4749
* renders unknown attributes for custom elements using is with client render on top of bad server markup
@@ -80,8 +82,6 @@ src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
8082
* renders stateless components with client render on top of bad server markup
8183
* renders ES6 class components with client render on top of bad server markup
8284
* renders factory components with client render on top of bad server markup
83-
* renders single child hierarchies of components with client render on top of bad server markup
84-
* renders multi-child hierarchies of components with client render on top of bad server markup
8585
* renders a div with a child with client render on top of bad server markup
8686
* renders a div with multiple children with client render on top of bad server markup
8787
* renders a div with multiple children separated by whitespace with client render on top of bad server markup

0 commit comments

Comments
 (0)