Normalize testcase format
This commit normalizes the test case format used across test262. It applies the following transformations: * Convert to YAML for frontmatter * Remove of trailing whitespace * Replace /r/n with /n except in chapters 6 and 7. * Copyright header always uses // comments * new includes attribute replaces $INCLUDE * No implicit assumptions about test environment other than $ERROR. Everything else appears in the include array. This includes "runTestCase" which is now included in a substantial number of tests.
Showing
- test/suite/annexB/B.2.1.js 26 additions, 22 deletionstest/suite/annexB/B.2.1.js
- test/suite/annexB/B.2.1.propertyCheck.js 4 additions, 6 deletionstest/suite/annexB/B.2.1.propertyCheck.js
- test/suite/annexB/B.2.2.js 26 additions, 22 deletionstest/suite/annexB/B.2.2.js
- test/suite/annexB/B.2.2.propertyCheck.js 4 additions, 6 deletionstest/suite/annexB/B.2.2.propertyCheck.js
- test/suite/annexB/B.2.3.js 23 additions, 21 deletionstest/suite/annexB/B.2.3.js
- test/suite/annexB/B.2.4.js 23 additions, 21 deletionstest/suite/annexB/B.2.4.js
- test/suite/annexB/B.2.4.propertyCheck.js 4 additions, 9 deletionstest/suite/annexB/B.2.4.propertyCheck.js
- test/suite/annexB/B.2.5.js 23 additions, 21 deletionstest/suite/annexB/B.2.5.js
- test/suite/annexB/B.2.5.propertyCheck.js 4 additions, 9 deletionstest/suite/annexB/B.2.5.propertyCheck.js
- test/suite/annexB/B.2.6.js 23 additions, 21 deletionstest/suite/annexB/B.2.6.js
- test/suite/annexB/B.2.6.propertyCheck.js 4 additions, 10 deletionstest/suite/annexB/B.2.6.propertyCheck.js
- test/suite/annexB/B.RegExp.prototype.compile.js 23 additions, 21 deletionstest/suite/annexB/B.RegExp.prototype.compile.js
- test/suite/bestPractice/Sbp_12.5_A9_T3.js 7 additions, 8 deletionstest/suite/bestPractice/Sbp_12.5_A9_T3.js
- test/suite/bestPractice/Sbp_12.6.1_A13_T3.js 7 additions, 8 deletionstest/suite/bestPractice/Sbp_12.6.1_A13_T3.js
- test/suite/bestPractice/Sbp_12.6.2_A13_T3.js 7 additions, 8 deletionstest/suite/bestPractice/Sbp_12.6.2_A13_T3.js
- test/suite/bestPractice/Sbp_12.6.4_A13_T3.js 7 additions, 8 deletionstest/suite/bestPractice/Sbp_12.6.4_A13_T3.js
- test/suite/bestPractice/Sbp_7.8.4_A6.1_T4.js 5 additions, 8 deletionstest/suite/bestPractice/Sbp_7.8.4_A6.1_T4.js
- test/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js 5 additions, 8 deletionstest/suite/bestPractice/Sbp_7.8.4_A6.2_T1.js
- test/suite/bestPractice/Sbp_7.8.4_A6.2_T2.js 5 additions, 8 deletionstest/suite/bestPractice/Sbp_7.8.4_A6.2_T2.js
- test/suite/bestPractice/Sbp_7.9_A9_T3.js 4 additions, 7 deletionstest/suite/bestPractice/Sbp_7.9_A9_T3.js
Loading
Please register or sign in to comment