| OLD | NEW |
| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w
ith-function-declaration': [PASS, FAIL_SLOPPY], | 59 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w
ith-function-declaration': [PASS, FAIL_SLOPPY], |
| 60 'language/statements/let/block-local-closure-set-before-initialization': [PASS
, FAIL_SLOPPY], | 60 'language/statements/let/block-local-closure-set-before-initialization': [PASS
, FAIL_SLOPPY], |
| 61 | 61 |
| 62 # https://code.google.com/p/v8/issues/detail?id=4405 | 62 # https://code.google.com/p/v8/issues/detail?id=4405 |
| 63 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], | 63 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
ock-let-declaration-unseen-outside-of-block': [PASS, FAIL], |
| 64 | 64 |
| 65 # https://code.google.com/p/v8/issues/detail?id=3305 | 65 # https://code.google.com/p/v8/issues/detail?id=3305 |
| 66 # This times out in sloppy mode because sloppy const assignment does not throw
. | 66 # This times out in sloppy mode because sloppy const assignment does not throw
. |
| 67 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [SKIP], | 67 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [SKIP], |
| 68 | 68 |
| 69 # https://code.google.com/p/v8/issues/detail?id=1543 | 69 # It's unclear what the right behavior for [[Enumerate]] is; we're awaiting |
| 70 'built-ins/Proxy/*': [FAIL], | 70 # clarification in the spec. Currently, our for-in implementation for |
| 71 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | 71 # Proxies checks all trap result values for being strings... |
| 72 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, | 72 'built-ins/Proxy/enumerate/return-trap-result': [FAIL], |
| 73 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL], | 73 # ...and our Reflect.enumerate implementation is built on for-in by wrapping |
| 74 'built-ins/Object/assign/source-own-prop-error': [FAIL], | 74 # the iteration's results in a new generator; this postpones exceptions. |
| 75 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL], | 75 'built-ins/Reflect/enumerate/return-abrupt-from-result': [FAIL], |
| 76 'built-ins/Object/setPrototypeOf/set-error': [FAIL], | |
| 77 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | |
| 78 'language/statements/for-of/iterator-as-proxy': [FAIL], | |
| 79 'language/statements/for-of/iterator-next-result-type': [FAIL], | |
| 80 'built-ins/Array/of/return-abrupt-from-data-property-using-proxy': [FAIL], | |
| 81 'built-ins/Array/prototype/copyWithin/return-abrupt-from-delete-proxy-target':
[FAIL], | |
| 82 'built-ins/Array/prototype/copyWithin/return-abrupt-from-has-start': [FAIL], | |
| 83 | 76 |
| 84 # https://code.google.com/p/v8/issues/detail?id=4093 | 77 # https://code.google.com/p/v8/issues/detail?id=4093 |
| 85 'built-ins/Array/symbol-species': [FAIL], | 78 'built-ins/Array/symbol-species': [FAIL], |
| 86 'built-ins/Array/symbol-species-name': [FAIL], | 79 'built-ins/Array/symbol-species-name': [FAIL], |
| 87 'built-ins/ArrayBuffer/symbol-species': [FAIL], | 80 'built-ins/ArrayBuffer/symbol-species': [FAIL], |
| 88 'built-ins/ArrayBuffer/symbol-species-name': [FAIL], | 81 'built-ins/ArrayBuffer/symbol-species-name': [FAIL], |
| 89 'built-ins/Map/symbol-species': [FAIL], | 82 'built-ins/Map/symbol-species': [FAIL], |
| 90 'built-ins/Map/symbol-species-name': [FAIL], | 83 'built-ins/Map/symbol-species-name': [FAIL], |
| 91 'built-ins/Promise/Symbol.species/prop-desc': [FAIL], | 84 'built-ins/Promise/Symbol.species/prop-desc': [FAIL], |
| 92 'built-ins/Promise/Symbol.species/return-value': [FAIL], | 85 'built-ins/Promise/Symbol.species/return-value': [FAIL], |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 # https://code.google.com/p/v8/issues/detail?id=4361 | 356 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 364 'intl402/Collator/10.1.1_a': [FAIL], | 357 'intl402/Collator/10.1.1_a': [FAIL], |
| 365 | 358 |
| 366 # https://code.google.com/p/v8/issues/detail?id=4447 | 359 # https://code.google.com/p/v8/issues/detail?id=4447 |
| 367 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], | 360 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], |
| 368 'built-ins/Symbol/hasInstance/prop-desc': [FAIL], | 361 'built-ins/Symbol/hasInstance/prop-desc': [FAIL], |
| 369 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], | 362 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], |
| 370 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], | 363 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], |
| 371 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], | 364 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], |
| 372 | 365 |
| 373 # https://code.google.com/p/v8/issues/detail?id=3931 | |
| 374 'built-ins/Reflect/*': [FAIL], | |
| 375 | |
| 376 # https://code.google.com/p/v8/issues/detail?id=4476 | 366 # https://code.google.com/p/v8/issues/detail?id=4476 |
| 377 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | 367 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
| 378 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | 368 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
| 379 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | 369 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], |
| 380 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | 370 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], |
| 381 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | 371 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
| 382 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | 372 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
| 383 | 373 |
| 384 # https://code.google.com/p/v8/issues/detail?id=4477 | 374 # https://code.google.com/p/v8/issues/detail?id=4477 |
| 385 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | 375 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 | 527 |
| 538 ['ignition == True', { | 528 ['ignition == True', { |
| 539 'annexB/B.2.3.*': [SKIP], | 529 'annexB/B.2.3.*': [SKIP], |
| 540 'built-ins/Array/prototype/reduce/*': [SKIP], | 530 'built-ins/Array/prototype/reduce/*': [SKIP], |
| 541 'built-ins/Array/prototype/reduceRight/*': [SKIP], | 531 'built-ins/Array/prototype/reduceRight/*': [SKIP], |
| 542 'built-ins/decodeURI*': [SKIP], | 532 'built-ins/decodeURI*': [SKIP], |
| 543 'built-ins/GeneratorFunction/*': [SKIP], | 533 'built-ins/GeneratorFunction/*': [SKIP], |
| 544 'built-ins/GeneratorPrototype/*': [SKIP], | 534 'built-ins/GeneratorPrototype/*': [SKIP], |
| 545 'built-ins/Map/*': [SKIP], | 535 'built-ins/Map/*': [SKIP], |
| 546 'built-ins/MapIteratorPrototype/*': [SKIP], | 536 'built-ins/MapIteratorPrototype/*': [SKIP], |
| 537 'built-ins/Proxy/has/*': [SKIP], |
| 538 'built-ins/Reflect/enumerate/*': [SKIP], |
| 547 'built-ins/Set/*': [SKIP], | 539 'built-ins/Set/*': [SKIP], |
| 548 'built-ins/SetIteratorPrototype/*': [SKIP], | 540 'built-ins/SetIteratorPrototype/*': [SKIP], |
| 549 'built-ins/WeakMap/*': [SKIP], | 541 'built-ins/WeakMap/*': [SKIP], |
| 550 'built-ins/WeakSet/*': [SKIP], | 542 'built-ins/WeakSet/*': [SKIP], |
| 551 'language/computed-property-names/class/*': [SKIP], | 543 'language/computed-property-names/class/*': [SKIP], |
| 552 'language/computed-property-names/to-name-side-effects/*': [SKIP], | 544 'language/computed-property-names/to-name-side-effects/*': [SKIP], |
| 553 'language/directive-prologue/*': [SKIP], | 545 'language/directive-prologue/*': [SKIP], |
| 554 'language/expressions/arrow-function/*': [SKIP], | 546 'language/expressions/arrow-function/*': [SKIP], |
| 555 'language/expressions/assignment/destructuring/*': [SKIP], | 547 'language/expressions/assignment/destructuring/*': [SKIP], |
| 556 'language/expressions/class/*': [SKIP], | 548 'language/expressions/class/*': [SKIP], |
| 557 'language/expressions/generators/*': [SKIP], | 549 'language/expressions/generators/*': [SKIP], |
| 558 'language/expressions/object/method-definition/yield*': [SKIP], | 550 'language/expressions/object/method-definition/yield*': [SKIP], |
| 559 'language/expressions/object/method-definition/generator*': [SKIP], | 551 'language/expressions/object/method-definition/generator*': [SKIP], |
| 552 'language/expressions/object/prop-def-id-eval-error-2': [SKIP], |
| 560 'language/expressions/yield/*': [SKIP], | 553 'language/expressions/yield/*': [SKIP], |
| 561 'language/function-code/*': [SKIP], | 554 'language/function-code/*': [SKIP], |
| 562 'language/statements/class/*': [SKIP], | 555 'language/statements/class/*': [SKIP], |
| 563 'language/statements/const/*': [SKIP], | 556 'language/statements/const/*': [SKIP], |
| 564 'language/statements/for-in/const*': [SKIP], | 557 'language/statements/for-in/const*': [SKIP], |
| 565 'language/statements/for-in/let*': [SKIP], | 558 'language/statements/for-in/let*': [SKIP], |
| 566 'language/statements/for-of/*': [SKIP], | 559 'language/statements/for-of/*': [SKIP], |
| 567 'language/statements/generators/*': [SKIP], | 560 'language/statements/generators/*': [SKIP], |
| 568 'language/statements/let/*': [SKIP], | 561 'language/statements/let/*': [SKIP], |
| 569 'language/statements/try/*': [SKIP], | 562 'language/statements/try/*': [SKIP], |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 'language/statements/function/S13.2.2_A17_T2': [SKIP], | 639 'language/statements/function/S13.2.2_A17_T2': [SKIP], |
| 647 'language/statements/function/S13.2.2_A17_T3': [SKIP], | 640 'language/statements/function/S13.2.2_A17_T3': [SKIP], |
| 648 }], # ignition == True | 641 }], # ignition == True |
| 649 | 642 |
| 650 ['ignition == True and (arch == arm or arch == arm64)', { | 643 ['ignition == True and (arch == arm or arch == arm64)', { |
| 651 'built-ins/encodeURI*': [SKIP], | 644 'built-ins/encodeURI*': [SKIP], |
| 652 'intl402/9.2.2': [SKIP], | 645 'intl402/9.2.2': [SKIP], |
| 653 }], # ignition == True and (arch == arm or arch == arm64) | 646 }], # ignition == True and (arch == arm or arch == arm64) |
| 654 | 647 |
| 655 ] | 648 ] |
| OLD | NEW |