test262/test/built-ins
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
..
Array Fix minor typo on a test for Array#fill 2016-04-12 19:48:54 -04:00
ArrayBuffer Add tests for ArrayBuffer.isView 2016-03-24 12:14:26 -04:00
ArrayIteratorPrototype Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Boolean Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
DataView/prototype s/id/esid 2016-02-22 09:47:42 -05:00
Date Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
Error Remove unused harness file 2016-02-12 13:44:18 -05:00
Function add Function.prototype.toString tests, conforming to proposed revision 2016-04-11 14:39:12 -04:00
GeneratorFunction Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
GeneratorPrototype Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Infinity Replace runTestCase with assert helpers [test/built-ins/] 2015-08-06 18:27:21 +02:00
IteratorPrototype/Symbol.iterator
JSON Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Map Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
MapIteratorPrototype Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Math Add tests for Math constants 2016-04-18 14:39:37 -04:00
NaN Replace runTestCase with assert helpers [test/built-ins/] 2015-08-06 18:27:21 +02:00
NativeErrors Add basic surface tests for NativeErrors 2016-01-15 18:13:36 +01:00
Number Remove over-specified tests 2016-04-18 14:36:49 -04:00
Object Fix test bugs 2016-02-23 18:55:06 +01:00
Promise Merge pull request #504 from bocoup/explicit-async 2016-03-17 15:28:08 -04:00
Proxy s/id/esid 2016-02-22 09:47:42 -05:00
Reflect s/id/esid 2016-02-22 09:47:42 -05:00
RegExp s/id/esid 2016-02-22 09:47:42 -05:00
Set Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
SetIteratorPrototype Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Simd Add SIMD test suite and utility functions (#442) 2016-04-18 14:26:15 -04:00
String Add tests for `String#padStart` and `String#padEnd`. 2016-04-06 15:13:52 -04:00
StringIteratorPrototype Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
Symbol Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
System Add `System.global` tests (#567) 2016-04-12 14:37:10 -04:00
ThrowTypeError Increase coverage for %ThrowTypeError% 2016-03-01 19:13:43 +01:00
TypedArray Add tests for conversion operations on TypedArrays 2016-04-19 12:18:52 -04:00
TypedArrays Add tests for conversion operations on TypedArrays 2016-04-19 12:18:52 -04:00
WeakMap Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
WeakSet Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
decodeURI Remove unused harness file 2016-02-12 13:44:18 -05:00
decodeURIComponent Remove unused harness file 2016-02-12 13:44:18 -05:00
encodeURI Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
encodeURIComponent Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
eval Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
global Replace runTestCase with assert, try-finally 2015-08-13 17:43:11 +02:00
isFinite Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
isNaN Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
parseFloat Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
parseInt Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
undefined Replace runTestCase with assert helpers, rest [test/built-ins] 2015-08-13 17:57:23 +02:00