-
- Downloads
tools, harness: support new YAML frontmatter
parseTestRecord: add support for YAML frontmatter parseTestRecord: initial unit test for test record parser parseTestRecord: refactor for testing factor old parsing; add YAML parsing runner: support "includes" from YAML frontmatter support frontmatter "includes" in python runner use test.includes if present instead of scanning test code with regex harness: factor individual functions out into files tools: handle YAML errors tolerate missing keys in dictionary (flags, includes) report filename when empty frontmatter block new option --list-includes to test262.py harness: factor helper functions into separate files sth: remove extra close-paren (syntax error) test_common: TDD; failing parse of YAML common: use parseTestRecord (YAML-aware)
Showing
- test/harness/$FAIL.js 3 additions, 0 deletionstest/harness/$FAIL.js
- test/harness/$PRINT.js 4 additions, 0 deletionstest/harness/$PRINT.js
- test/harness/Date_constants.js 83 additions, 0 deletionstest/harness/Date_constants.js
- test/harness/Date_library.js 439 additions, 0 deletionstest/harness/Date_library.js
- test/harness/Test262Error.js 7 additions, 0 deletionstest/harness/Test262Error.js
- test/harness/accessorPropertyAttributesAreCorrect.js 74 additions, 0 deletionstest/harness/accessorPropertyAttributesAreCorrect.js
- test/harness/arrayContains.js 17 additions, 0 deletionstest/harness/arrayContains.js
- test/harness/compareArray.js 19 additions, 0 deletionstest/harness/compareArray.js
- test/harness/dataPropertyAttributesAreCorrect.js 74 additions, 0 deletionstest/harness/dataPropertyAttributesAreCorrect.js
- test/harness/fnExists.js 7 additions, 0 deletionstest/harness/fnExists.js
- test/harness/fnGlobalObject.js 5 additions, 0 deletionstest/harness/fnGlobalObject.js
- test/harness/runTestCase.js 5 additions, 0 deletionstest/harness/runTestCase.js
- test/harness/sta.js 0 additions, 867 deletionstest/harness/sta.js
- test/harness/sth.js 7 additions, 1 deletiontest/harness/sth.js
- test/suite/ch08/8.7/8.7.2/8.7.2-3-a-2gs.js 3 additions, 2 deletionstest/suite/ch08/8.7/8.7.2/8.7.2-3-a-2gs.js
- test/suite/ch11/11.13/11.13.1/11.13.1-4-28gs.js 3 additions, 2 deletionstest/suite/ch11/11.13/11.13.1/11.13.1-4-28gs.js
- test/suite/ch13/13.0/13.0_4-17gs.js 3 additions, 2 deletionstest/suite/ch13/13.0/13.0_4-17gs.js
- test/suite/ch13/13.2/13.2-19-b-3gs.js 3 additions, 2 deletionstest/suite/ch13/13.2/13.2-19-b-3gs.js
- test/suite/ch15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-4gs.js 3 additions, 2 deletionstest/suite/ch15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-4gs.js
- test/suite/ch15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-6gs.js 3 additions, 2 deletionstest/suite/ch15/15.3/15.3.2/15.3.2.1/15.3.2.1-10-6gs.js
Loading
Please register or sign in to comment