« Bugzilla Issues Index
#1121 — Duplicated harness files
- bug_id:
1121
- creation_ts:
2012-12-07 11:16:00 -0800
- short_desc:
Duplicated harness files
- delta_ts:
2014-07-17 22:55:31 -0700
- product:
Test262
- component:
Test Harness
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
David Bruant
- assigned_to:
Brian Terlson
- cc:
sam.mikes
- commentid:
2998
- comment_count:
0
- who:
David Bruant
- bug_when:
2012-12-07 11:16:31 -0800
I see the same files duplicated in
* website/harness
* console/harness
* test/harness
Why so? Can't the files be just in one place? I fear this duplication will lead to maintenance annoyance.
As someone trying to use the test suite by changing it a little bit, I don't know which sth.js version to edit...
- commentid:
3000
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2012-12-08 13:26:13 -0800
This should be documented better, but the harness in the test directory is the one you want to modify. The harness files under console and website are generated as part of the packaging process (see tools\packaging\packager.py).
I'll leave this open for now to track documenting this.
- commentid:
9252
- comment_count:
2
- who:
Sam Mikes
- bug_when:
2014-07-17 22:55:31 -0700
I would be willing to help with this.