test262/tools/packaging
Sam Mikes 4205a1da64 harness: remove unused code
sta.js:
slight change to Test262Error() semantics; message property now always set (default "")
make $ERROR a var
set $ERROR to function $ERROR so it can be overridden if needed
remove 2009 copyright in favor of 2012 copyright
REVERTED: remove never-used fn testFailed
testFailed actually used by $FAIL
remove obsolete fn $INCLUDE

ed.js:
remove commented-out obsolete code

test262.py:
remove always-included harness file that provides no functions used by any extant test
add comment line to nonstrict

cth.js: define `print` for node, cscript

use cth (console test harness) to define functions
for console runner.  V8, Spidermonkey (js) and JavaScriptCore (jsc)
provide a function `print`.  Provide a default `print` for node
and cscript

set print_handle to 'print' by default (can still override)
for cscript: wrap tests in try/catch so we get syntax errors
2014-08-03 00:33:08 +01:00
..
templates Updated test402 main page to reflect that ECMA-402 is now an approved standard. 2012-12-17 23:49:06 -08:00
test tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
common.py tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
packager.py Made web site packager insert line breaks into JSON files for saner diffs. 2012-09-12 15:09:36 -07:00
packagerConfig.py packager: make packager runnable 2014-07-18 08:53:29 +01:00
parseTestRecord.py tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
test262.py harness: remove unused code 2014-08-03 00:33:08 +01:00