test262/test/built-ins/global
André Bargull 204266794c Fix various test issues (#840)
test/annexB/built-ins/Date/prototype/setYear/time-clip.js
test/built-ins/Date/prototype/setFullYear/new-value-time-clip.js
test/built-ins/Date/prototype/setMonth/new-value-time-clip.js
- Don't try to test time-clip at the end points, because this is near
impossible to get right (needs to consider time zone offset, dst, local
mean time because of Africa/Monrovia, etc.).

test/built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoffset.js
test/built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffset.js
- Wasn't update to expect RangeError

test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js
- Change ClassDeclaration -> ClassExpression to get completion value

test/built-ins/Function/prototype/toString/AsyncFunction.js
- Add missing \n in expected string
- Also fixed in gh-847

test/built-ins/global/global-object.js
- Add 'var' to make test pass in strict-mode

test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js
- This is allowed in sloppy mode when Annex B is implemented

test/language/expressions/async-generators/expression-yield-as-statement.js
- Fix calls to then()

test/language/module-code/namespace/internals/own-property-keys-binding-types.js
test/language/module-code/namespace/internals/own-property-keys-sort.js
- Tests weren't updated after removal of @@iterator from module
namespace objects

test/language/module-code/namespace/internals/set-prototype-of-null.js
- Fix syntax error

test/language/statements/async-function/early-errors-no-async-generator.js
- No longer valid now that async iteration proposal is at stage 3
2017-02-07 11:10:56 -05:00
..
10.2.1.1.3-4-16-s.js Replace runTestCase with assert.throws [test/built-ins] 2015-08-11 17:44:37 +02:00
10.2.1.1.3-4-18-s.js Replace runTestCase with assert.throws [test/built-ins] 2015-08-11 17:44:37 +02:00
10.2.1.1.3-4-22-s.js Replace runTestCase with assert, try-finally 2015-08-13 17:43:11 +02:00
10.2.1.1.3-4-27-s.js Replace runTestCase with assert, try-finally 2015-08-13 17:43:11 +02:00
S10.2.3_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.2_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A1.3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.2_T1.js Additional tests with incorrect for-in context 2015-05-26 17:52:52 +02:00
S10.2.3_A2.2_T2.js Additional tests with incorrect for-in context 2015-05-26 17:52:52 +02:00
S10.2.3_A2.2_T3.js Additional tests with incorrect for-in context 2015-05-26 17:52:52 +02:00
S10.2.3_A2.2_T4.js Additional tests with incorrect for-in context 2015-05-26 17:52:52 +02:00
S10.2.3_A2.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.2.3_A2.3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.1_A1_T1.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
S15.1_A1_T2.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
S15.1_A2_T1.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
global-object.js Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
property-descriptor.js Fix invalid yaml on tests for global (#772) 2016-10-07 10:34:11 -07:00