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

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: 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 442
443 # v8:5486 443 # v8:5486
444 # Spec changed, tests need to be updated.
adamk 2017/01/27 16:10:37 We have an "INVALID TESTS" section below, maybe mo
neis 2017/01/30 09:10:26 Done.
444 'language/module-code/instn-iee-star-cycle': [FAIL], 445 'language/module-code/instn-iee-star-cycle': [FAIL],
445 'language/module-code/instn-named-star-cycle': [FAIL], 446 'language/module-code/instn-named-star-cycle': [FAIL],
446 'language/module-code/instn-star-star-cycle': [FAIL], 447 'language/module-code/instn-star-star-cycle': [FAIL],
447 448
448 # v8:5487 449 # v8:5487
449 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL], 450 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
450 451
451 # v8:5401 452 # v8:5401
452 'language/module-code/namespace/internals/set': [FAIL], 453 'language/module-code/namespace/internals/set': [FAIL],
453 'language/module-code/namespace/internals/define-own-property': [FAIL], 454 'language/module-code/namespace/internals/define-own-property': [FAIL],
454 455
455 # Symbol.iterator on namespace objects was removed, tests need to be updated. 456 # 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/Symbol.iterator/*': [SKIP],
457 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], 458 '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/get-sym-found': [SKIP],
459 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], 460 '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-binding-types': [S KIP],
461 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], 462 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP],
462 463
463 # Symbol.toString on namespace objects was made non-configurable, tests need 464 # Symbol.toStringTag on namespace objects was made non-configurable, tests
464 # to be updated. 465 # need to be updated.
465 'language/module-code/namespace/Symbol.toStringTag': [SKIP], 466 '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], 467 'language/module-code/namespace/internals/delete-non-exported': [SKIP],
469 468
470 # https://code.google.com/p/v8/issues/detail?id=4476 469 # https://code.google.com/p/v8/issues/detail?id=4476
471 'built-ins/String/prototype/toLowerCase/special_casing_conditional': ['--icu-c ase-mapping'], 470 'built-ins/String/prototype/toLowerCase/special_casing_conditional': ['--icu-c ase-mapping'],
472 'built-ins/String/prototype/toLowerCase/supplementary_plane': ['--icu-case-map ping'], 471 'built-ins/String/prototype/toLowerCase/supplementary_plane': ['--icu-case-map ping'],
473 'built-ins/String/prototype/toUpperCase/supplementary_plane': ['--icu-case-map ping'], 472 'built-ins/String/prototype/toUpperCase/supplementary_plane': ['--icu-case-map ping'],
474 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': ['--icu-case -mapping'], 473 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': ['--icu-case -mapping'],
475 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': ['--icu-case-mappi ng'], 474 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': ['--icu-case-mappi ng'],
476 475
477 # https://code.google.com/p/v8/issues/detail?id=4477 476 # https://code.google.com/p/v8/issues/detail?id=4477
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 639
641 ['variant == asm_wasm', { 640 ['variant == asm_wasm', {
642 '*': [SKIP], 641 '*': [SKIP],
643 }], # variant == asm_wasm 642 }], # variant == asm_wasm
644 643
645 ['variant == wasm_traps', { 644 ['variant == wasm_traps', {
646 '*': [SKIP], 645 '*': [SKIP],
647 }], # variant == wasm_traps 646 }], # variant == wasm_traps
648 647
649 ] 648 ]
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