« Bugzilla Issues Index
#574 — test262.py should handle $INCLUDE
- bug_id:
574
- creation_ts:
2012-07-18 15:44:00 -0700
- short_desc:
test262.py should handle $INCLUDE
- delta_ts:
2014-08-14 04:29:14 -0700
- product:
Test262
- component:
Test Harness
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Norbert
- assigned_to:
Sam Mikes
- cc:
["brbaker", "dschaffe", "prsriniv", "sam.mikes", "trbaker"]
- commentid:
1367
- comment_count:
0
- who:
Norbert
- bug_when:
2012-07-18 15:44:19 -0700
test262.py, the command line runner for the test suite, currently doesn't look at the $INCLUDE statements in source files to determine which files to include. Instead it includes sta.js, which has copies of the contents of several other include files, and a select few others.
It would be better to let the test cases drive via $INCLUDE which files to include. It might make sense though to merge some of the include files, such as the math related ones.
- commentid:
3718
- comment_count:
1
- who:
Trevor Baker
- bug_when:
2013-05-09 07:11:20 -0700
Dan, please investigate this.
- commentid:
9246
- comment_count:
2
- who:
Sam Mikes
- bug_when:
2014-07-17 22:24:57 -0700
Candidate fix here:
https://github.com/smikes/test262/commit/7e07cc138d043ffdd0e6730d51d83914dfe6958f#diff-6fefc8237a5115257bd5a6b1f3014801R253
- commentid:
9787
- comment_count:
3
- who:
Sam Mikes
- bug_when:
2014-08-14 04:29:14 -0700
Resolved by PR #48 - https://github.com/tc39/test262/pull/48