| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 | 495 |
| 496 # https://bugs.chromium.org/p/v8/issues/detail?id=5335 | 496 # https://bugs.chromium.org/p/v8/issues/detail?id=5335 |
| 497 'language/expressions/super/prop-expr-cls-null-proto': [FAIL], | 497 'language/expressions/super/prop-expr-cls-null-proto': [FAIL], |
| 498 'language/expressions/super/prop-expr-obj-null-proto': [FAIL], | 498 'language/expressions/super/prop-expr-obj-null-proto': [FAIL], |
| 499 'language/expressions/super/prop-dot-cls-null-proto': [FAIL], | 499 'language/expressions/super/prop-dot-cls-null-proto': [FAIL], |
| 500 'language/expressions/super/prop-dot-obj-null-proto': [FAIL], | 500 'language/expressions/super/prop-dot-obj-null-proto': [FAIL], |
| 501 | 501 |
| 502 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 | 502 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 |
| 503 'language/expressions/super/call-proto-not-ctor': [FAIL], | 503 'language/expressions/super/call-proto-not-ctor': [FAIL], |
| 504 | 504 |
| 505 # https://bugs.chromium.org/p/v8/issues/detail?id=5337 | |
| 506 'language/expressions/arrow-function/dstr-dflt-ary-ptrn-rest-ary-rest': [SKIP]
, | |
| 507 | |
| 508 ######################## NEEDS INVESTIGATION ########################### | 505 ######################## NEEDS INVESTIGATION ########################### |
| 509 | 506 |
| 510 # These test failures are specific to the intl402 suite and need investigation | 507 # These test failures are specific to the intl402 suite and need investigation |
| 511 # to be either marked as bugs with issues filed for them or as deliberate | 508 # to be either marked as bugs with issues filed for them or as deliberate |
| 512 # incompatibilities if the test cases turn out to be broken or ambiguous. | 509 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 513 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 510 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 514 'intl402/6.2.3': [FAIL], | 511 'intl402/6.2.3': [FAIL], |
| 515 'intl402/Collator/10.1.2.1_4': [FAIL], | 512 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 516 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 513 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 517 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 514 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 }], # asan == True | 637 }], # asan == True |
| 641 | 638 |
| 642 ['asan == True or msan == True or tsan == True', { | 639 ['asan == True or msan == True or tsan == True', { |
| 643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 640 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 644 # The failed allocation causes an asan/msan/tsan error | 641 # The failed allocation causes an asan/msan/tsan error |
| 645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 642 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 643 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 647 }], # asan == True or msan == True or tsan == True | 644 }], # asan == True or msan == True or tsan == True |
| 648 | 645 |
| 649 ] | 646 ] |
| OLD | NEW |