| 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], | 486 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], |
| 487 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], | 487 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], |
| 488 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], | 488 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], |
| 489 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], | 489 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], |
| 490 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], | 490 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], |
| 491 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], | 491 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], |
| 492 | 492 |
| 493 # https://bugs.chromium.org/p/v8/issues/detail?id=5334 | 493 # https://bugs.chromium.org/p/v8/issues/detail?id=5334 |
| 494 'built-ins/Proxy/setPrototypeOf/internals-call-order': [FAIL], | 494 'built-ins/Proxy/setPrototypeOf/internals-call-order': [FAIL], |
| 495 | 495 |
| 496 # https://bugs.chromium.org/p/v8/issues/detail?id=5335 | |
| 497 'language/expressions/super/prop-expr-cls-null-proto': [FAIL], | |
| 498 'language/expressions/super/prop-expr-obj-null-proto': [FAIL], | |
| 499 'language/expressions/super/prop-dot-cls-null-proto': [FAIL], | |
| 500 'language/expressions/super/prop-dot-obj-null-proto': [FAIL], | |
| 501 | |
| 502 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 | 496 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 |
| 503 'language/expressions/super/call-proto-not-ctor': [FAIL], | 497 'language/expressions/super/call-proto-not-ctor': [FAIL], |
| 504 | 498 |
| 505 # https://bugs.chromium.org/p/v8/issues/detail?id=5337 | 499 # https://bugs.chromium.org/p/v8/issues/detail?id=5337 |
| 506 'language/expressions/arrow-function/dstr-dflt-ary-ptrn-rest-ary-rest': [SKIP]
, | 500 'language/expressions/arrow-function/dstr-dflt-ary-ptrn-rest-ary-rest': [SKIP]
, |
| 507 | 501 |
| 508 ######################## NEEDS INVESTIGATION ########################### | 502 ######################## NEEDS INVESTIGATION ########################### |
| 509 | 503 |
| 510 # These test failures are specific to the intl402 suite and need investigation | 504 # 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 | 505 # to be either marked as bugs with issues filed for them or as deliberate |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 }], # asan == True | 634 }], # asan == True |
| 641 | 635 |
| 642 ['asan == True or msan == True or tsan == True', { | 636 ['asan == True or msan == True or tsan == True', { |
| 643 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 637 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 644 # The failed allocation causes an asan/msan/tsan error | 638 # The failed allocation causes an asan/msan/tsan error |
| 645 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 639 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 646 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 640 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 647 }], # asan == True or msan == True or tsan == True | 641 }], # asan == True or msan == True or tsan == True |
| 648 | 642 |
| 649 ] | 643 ] |
| OLD | NEW |