test262/test/harness
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
..
$FAIL.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
$PRINT.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
Date_constants.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
Date_library.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
PromiseHelper.js async,promises: initial tests of Promises 2014-07-18 05:37:08 +01:00
Test262Error.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
accessorPropertyAttributesAreCorrect.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
arrayContains.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
compareArray.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
cth.js harness: remove unused code 2014-08-03 00:33:08 +01:00
dataPropertyAttributesAreCorrect.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
doneprintHandle.js async,promises: initial tests of Promises 2014-07-18 05:37:08 +01:00
ed.js harness: remove unused code 2014-08-03 00:33:08 +01:00
environment.js Did a bit of refactoring on the test262 directory structure and propagated changes from 2010-11-15 21:23:35 -08:00
fnExists.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
fnGlobalObject.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
framework.js Unlike the current sputnikLib.js, framework.js cannot define $ERROR 2011-09-11 21:45:26 -07:00
gs.js Adding Support for Async Tests 2014-07-15 13:47:59 -07:00
helper.js Bug 1548: Update results handling for Annex B section (r+bterlson) 2013-06-07 07:05:37 -04:00
jquery-1.4.2.min.js test\harness\*: 2011-08-25 11:18:44 -07:00
jquery.base64.js Bug 610: Handle supplementary characters. 2012-08-09 15:02:49 -07:00
jqueryprogressbar.js Propagated changes from website\resources\scripts\global over to test\harness\*. In the future, the 2010-11-03 10:22:23 -07:00
math_isequal.js Did a bit of refactoring on the test262 directory structure and propagated changes from 2010-11-15 21:23:35 -08:00
math_precision.js Did a bit of refactoring on the test262 directory structure and propagated changes from 2010-11-15 21:23:35 -08:00
numeric_conversion.js Did a bit of refactoring on the test262 directory structure and propagated changes from 2010-11-15 21:23:35 -08:00
runTestCase.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
sections.js Added a LICENSE file to the root of the enlistment. 2012-02-29 14:23:47 -08:00
sta.js harness: remove unused code 2014-08-03 00:33:08 +01:00
sth.js tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
testBuiltInObject.js Updated tests for ECMAScript Internationalization API spec changes; made small enhancements. 2012-09-10 11:53:56 -07:00
testIntl.js New tests and test fixes for ECMAScript Internationalization API. 2013-03-24 23:48:59 -07:00
timer.js test262.py: only include helper scripts when needed 2014-07-21 15:15:04 +01:00