| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 57 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 58 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-var': [PASS, FAIL_SLOPPY], | 58 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-var': [PASS, FAIL_SLOPPY], |
| 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
': [PASS, FAIL, TIMEOUT], | 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 # https://code.google.com/p/v8/issues/detail?id=1543 |
| 70 'built-ins/Proxy/*': [FAIL], | 70 'built-ins/Proxy/*': [FAIL], |
| 71 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | 71 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, |
| 72 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, | 72 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, |
| 73 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL], | 73 'built-ins/Object/assign/source-own-prop-desc-missing': [FAIL], |
| 74 'built-ins/Object/assign/source-own-prop-error': [FAIL], | 74 'built-ins/Object/assign/source-own-prop-error': [FAIL], |
| 75 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL], | 75 'built-ins/Object/assign/source-own-prop-keys-error': [FAIL], |
| 76 'built-ins/Object/setPrototypeOf/set-error': [FAIL], | 76 'built-ins/Object/setPrototypeOf/set-error': [FAIL], |
| 77 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | 77 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 # to be either marked as bugs with issues filed for them or as deliberate | 392 # to be either marked as bugs with issues filed for them or as deliberate |
| 393 # incompatibilities if the test cases turn out to be broken or ambiguous. | 393 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 394 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 394 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 395 'intl402/6.2.3': [FAIL], | 395 'intl402/6.2.3': [FAIL], |
| 396 'intl402/9.2.1_2': [FAIL], | 396 'intl402/9.2.1_2': [FAIL], |
| 397 'intl402/9.2.6_2': [FAIL], | 397 'intl402/9.2.6_2': [FAIL], |
| 398 'intl402/Collator/10.1.2.1_4': [FAIL], | 398 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 399 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 399 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 400 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 400 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| 401 'intl402/Collator/prototype/10.3_a': [FAIL], | 401 'intl402/Collator/prototype/10.3_a': [FAIL], |
| 402 'intl402/Date/prototype/13.3.0_7': [FAIL], | |
| 403 'intl402/DateTimeFormat/12.1.1': [FAIL], | 402 'intl402/DateTimeFormat/12.1.1': [FAIL], |
| 404 'intl402/DateTimeFormat/12.1.1_a': [FAIL], | 403 'intl402/DateTimeFormat/12.1.1_a': [FAIL], |
| 405 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | |
| 406 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 404 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
| 407 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | 405 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], |
| 408 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 406 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
| 409 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL], | 407 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL], |
| 410 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], | 408 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], |
| 411 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 409 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
| 412 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL], | 410 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL], |
| 413 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 411 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
| 414 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 412 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
| 415 'intl402/NumberFormat/11.1.1_a': [FAIL], | 413 'intl402/NumberFormat/11.1.1_a': [FAIL], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 477 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 480 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 478 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], |
| 481 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], | 479 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP], |
| 482 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 480 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 483 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], | 481 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], |
| 484 'intl402/9.2.6_4_b': [SKIP], | 482 'intl402/9.2.6_4_b': [SKIP], |
| 485 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], | 483 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], |
| 486 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], | 484 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], |
| 487 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], | 485 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], |
| 488 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], | 486 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], |
| 489 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [SKIP], | |
| 490 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], | 487 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], |
| 491 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], | 488 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], |
| 492 }], # ALWAYS | 489 }], # ALWAYS |
| 493 | 490 |
| 494 ['system == linux', { | 491 ['system == linux', { |
| 495 # BUG(v8:4437). | 492 # BUG(v8:4437). |
| 496 'intl402/Collator/10.1.1_19_c': [PASS, FAIL], | 493 'intl402/Collator/10.1.1_19_c': [PASS, FAIL], |
| 497 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL], | 494 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL], |
| 498 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL], | 495 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL], |
| 499 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL], | 496 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL], |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 635 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 639 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 636 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 640 }], # ignition == True | 637 }], # ignition == True |
| 641 | 638 |
| 642 ['ignition == True and (arch == arm or arch == arm64)', { | 639 ['ignition == True and (arch == arm or arch == arm64)', { |
| 643 'built-ins/encodeURI*': [SKIP], | 640 'built-ins/encodeURI*': [SKIP], |
| 644 'intl402/9.2.2': [SKIP], | 641 'intl402/9.2.2': [SKIP], |
| 645 }], # ignition == True and (arch == arm or arch == arm64) | 642 }], # ignition == True and (arch == arm or arch == arm64) |
| 646 | 643 |
| 647 ] | 644 ] |
| OLD | NEW |