Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: test/test262/test262.status

Issue 2657773006: [modules] Update a test and status file to reflect recent spec changes. (Closed)
Patch Set: Move invalid tests to the invalid tests. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/modules-namespace1.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL], 432 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL],
433 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL], 433 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL],
434 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL], 434 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL],
435 'language/expressions/object/method-definition/name-param-redecl': [FAIL], 435 'language/expressions/object/method-definition/name-param-redecl': [FAIL],
436 'language/statements/async-function/early-errors-declaration-formals-body-dupl icate': [FAIL], 436 'language/statements/async-function/early-errors-declaration-formals-body-dupl icate': [FAIL],
437 437
438 # Module-related tests 438 # Module-related tests
439 # v8:5485 439 # v8:5485
440 'language/module-code/comment-multi-line-html*': [FAIL], 440 'language/module-code/comment-multi-line-html*': [FAIL],
441 'language/module-code/comment-single-line-html*': [FAIL], 441 'language/module-code/comment-single-line-html*': [FAIL],
442
443 # v8:5486
444 'language/module-code/instn-iee-star-cycle': [FAIL],
445 'language/module-code/instn-named-star-cycle': [FAIL],
446 'language/module-code/instn-star-star-cycle': [FAIL],
447
448 # v8:5487 442 # v8:5487
449 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL], 443 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
450
451 # v8:5401 444 # v8:5401
452 'language/module-code/namespace/internals/set': [FAIL], 445 'language/module-code/namespace/internals/set': [FAIL],
453 'language/module-code/namespace/internals/define-own-property': [FAIL], 446 'language/module-code/namespace/internals/define-own-property': [FAIL],
454 447
455 # Symbol.iterator on namespace objects was removed, tests need to be updated.
456 'language/module-code/namespace/Symbol.iterator/*': [SKIP],
457 'language/module-code/namespace/internals/get-own-property-sym': [SKIP],
458 'language/module-code/namespace/internals/get-sym-found': [SKIP],
459 'language/module-code/namespace/internals/has-property-sym-found': [SKIP],
460 'language/module-code/namespace/internals/own-property-keys-binding-types': [S KIP],
461 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP],
462
463 # Symbol.toString on namespace objects was made non-configurable, tests need
464 # to be updated.
465 'language/module-code/namespace/Symbol.toStringTag': [SKIP],
466
467 # Possible spec bug, see comment in https://github.com/tc39/ecma262/pull/747.
468 'language/module-code/namespace/internals/delete-non-exported': [SKIP],
469
470 # https://code.google.com/p/v8/issues/detail?id=4476 448 # https://code.google.com/p/v8/issues/detail?id=4476
471 'built-ins/String/prototype/toLowerCase/special_casing_conditional': ['--icu-c ase-mapping'], 449 'built-ins/String/prototype/toLowerCase/special_casing_conditional': ['--icu-c ase-mapping'],
472 'built-ins/String/prototype/toLowerCase/supplementary_plane': ['--icu-case-map ping'], 450 'built-ins/String/prototype/toLowerCase/supplementary_plane': ['--icu-case-map ping'],
473 'built-ins/String/prototype/toUpperCase/supplementary_plane': ['--icu-case-map ping'], 451 'built-ins/String/prototype/toUpperCase/supplementary_plane': ['--icu-case-map ping'],
474 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': ['--icu-case -mapping'], 452 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': ['--icu-case -mapping'],
475 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': ['--icu-case-mappi ng'], 453 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': ['--icu-case-mappi ng'],
476 454
477 # https://code.google.com/p/v8/issues/detail?id=4477 455 # https://code.google.com/p/v8/issues/detail?id=4477
478 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': ['--icu-ca se-mapping'], 456 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': ['--icu-ca se-mapping'],
479 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': ['--icu-ca se-mapping'], 457 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': ['--icu-ca se-mapping'],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro to-from-ctor-realm': [FAIL], 528 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro to-from-ctor-realm': [FAIL],
551 529
552 # https://github.com/tc39/test262/commit/c779cba592fcb39051fd1d467e472ea71aa2b 1d6#commitcomment-20276482 530 # https://github.com/tc39/test262/commit/c779cba592fcb39051fd1d467e472ea71aa2b 1d6#commitcomment-20276482
553 'language/statements/class/strict-mode/arguments-caller': [FAIL], 531 'language/statements/class/strict-mode/arguments-caller': [FAIL],
554 532
555 # Date tests that fail in CE(S)T timezone. 533 # Date tests that fail in CE(S)T timezone.
556 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 534 # https://bugs.chromium.org/p/v8/issues/detail?id=5449
557 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], 535 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL],
558 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], 536 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL],
559 537
538 # v8:5486
539 # Spec changed to be more permissive, tests need to be updated.
540 'language/module-code/instn-iee-star-cycle': [FAIL],
541 'language/module-code/instn-named-star-cycle': [FAIL],
542 'language/module-code/instn-star-star-cycle': [FAIL],
543
544 # Symbol.iterator on namespace objects was removed, tests need to be updated.
545 'language/module-code/namespace/Symbol.iterator/*': [SKIP],
546 'language/module-code/namespace/internals/get-own-property-sym': [SKIP],
547 'language/module-code/namespace/internals/get-sym-found': [SKIP],
548 'language/module-code/namespace/internals/has-property-sym-found': [SKIP],
549 'language/module-code/namespace/internals/own-property-keys-binding-types': [S KIP],
550 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP],
551
552 # Symbol.toStringTag on namespace objects was made non-configurable, tests
553 # need to be updated.
554 'language/module-code/namespace/Symbol.toStringTag': [SKIP],
555 'language/module-code/namespace/internals/delete-non-exported': [SKIP],
556
560 ############################ SKIPPED TESTS ############################# 557 ############################ SKIPPED TESTS #############################
561 558
562 # These tests take a looong time to run. 559 # These tests take a looong time to run.
563 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 560 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
564 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 561 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
565 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 562 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
566 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 563 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
567 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 564 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
568 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 565 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
569 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 566 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 637
641 ['variant == asm_wasm', { 638 ['variant == asm_wasm', {
642 '*': [SKIP], 639 '*': [SKIP],
643 }], # variant == asm_wasm 640 }], # variant == asm_wasm
644 641
645 ['variant == wasm_traps', { 642 ['variant == wasm_traps', {
646 '*': [SKIP], 643 '*': [SKIP],
647 }], # variant == wasm_traps 644 }], # variant == wasm_traps
648 645
649 ] 646 ]
OLDNEW
« no previous file with comments | « test/mjsunit/modules-namespace1.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698