test262/harness
jugglinmike cf68c3be91 Correct invalid tests for the Date constructor
The millisecond representation of a given Date instance is dependent on
the local system's time zone settings. In order to pass consistently
across contexts, tests for this value must take the system configuration
into account.

Introduce a test harness utility function to encapsulate these concerns.
Re-use this function across all test files that assert the exact
millisecond representation of Date instances.
2016-04-19 17:00:59 -04:00
..
Date_constants.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Date_library.js Reorganize ./test 2014-12-07 15:33:09 -08:00
PromiseHelper.js Reorganize ./test 2014-12-07 15:33:09 -08:00
arrayContains.js Reorganize ./test 2014-12-07 15:33:09 -08:00
assert.js assert.throws fails if second argument is not a function 2016-04-15 10:14:54 -04:00
assertRelativeDateMs.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
compareArray.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
cth.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
detachArrayBuffer.js Add harness/detachArrayBuffer.js 2016-03-22 17:00:01 -04:00
doneprintHandle.js Reorganize ./test 2014-12-07 15:33:09 -08:00
fnGlobalObject.js Reorganize ./test 2014-12-07 15:33:09 -08:00
framework.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_isequal.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_precision.js Fix issue with math_precision.js 2015-06-25 16:43:10 -04:00
nativeFunctionMatcher.js add Function.prototype.toString tests, conforming to proposed revision 2016-04-11 14:39:12 -04:00
numeric_conversion.js Reorganize ./test 2014-12-07 15:33:09 -08:00
propertyHelper.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
proxyTrapsHelper.js Last minute fixes 2016-02-19 11:27:31 -08:00
simdUtilities.js Add SIMD test suite and utility functions (#442) 2016-04-18 14:26:15 -04:00
sta.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
tco-helper.js Add tests for tail-call optimization 2016-02-01 13:20:17 -05:00
testBuiltInObject.js Correct error messages 2015-04-21 17:58:10 -04:00
testIntl.js Fix missing variable declaration 2015-08-05 20:04:02 -04:00
testTypedArray.js Add tests for conversion operations on TypedArrays 2016-04-19 12:18:52 -04:00
timer.js Reorganize ./test 2014-12-07 15:33:09 -08:00