| 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 30 matching lines...) Expand all Loading... |
| 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
| 42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
| 43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
| 44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
| 45 | 45 |
| 46 # This is an incompatibility between ES5 and V8 on enumerating | 46 # This is an incompatibility between ES5 and V8 on enumerating |
| 47 # shadowed elements in a for..in loop. | 47 # shadowed elements in a for..in loop. |
| 48 # https://code.google.com/p/v8/issues/detail?id=705 | 48 # https://code.google.com/p/v8/issues/detail?id=705 |
| 49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], | 49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], |
| 50 | 50 |
| 51 # Array.find (currently requires --harmony-arrays) | 51 ######################### HARNESS ISSUES ########################## |
| 52 'built-ins/Array/prototype/find/Array.prototype.find_skip-empty': [FAIL], | 52 # These are failures due to our harness not working as supposed |
| 53 |
| 54 # Uses [onlyStrict] |
| 53 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], | 55 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], |
| 54 | 56 |
| 55 ###################### MISSING ES6 FEATURES ####################### | 57 ###################### MISSING ES6 FEATURES ####################### |
| 56 | 58 |
| 57 # Requires --harmony-sloppy | 59 # Requires --harmony-sloppy |
| 58 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], | 60 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], |
| 59 | 61 |
| 60 # --harmony-computed-property-names is not yet enabled | 62 # --harmony-computed-property-names is not yet enabled |
| 61 'language/computed-property-names/class/accessor/getter': [FAIL], | 63 'language/computed-property-names/class/accessor/getter': [FAIL], |
| 62 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], | 64 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 'language/statements/function/13.2-35-s': [FAIL_OK], | 591 'language/statements/function/13.2-35-s': [FAIL_OK], |
| 590 'language/statements/function/13.2-36-s': [FAIL_OK], | 592 'language/statements/function/13.2-36-s': [FAIL_OK], |
| 591 'language/statements/function/S13.2.3_A1': [FAIL_OK], | 593 'language/statements/function/S13.2.3_A1': [FAIL_OK], |
| 592 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], | 594 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], |
| 593 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], | 595 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], |
| 594 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], | 596 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], |
| 595 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], | 597 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], |
| 596 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], | 598 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], |
| 597 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], | 599 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], |
| 598 | 600 |
| 601 # This invalid test has been fixed upstream. |
| 602 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], |
| 599 | 603 |
| 600 ############################ SKIPPED TESTS ############################# | 604 ############################ SKIPPED TESTS ############################# |
| 601 | 605 |
| 602 # These tests take a looong time to run in debug mode. | 606 # These tests take a looong time to run in debug mode. |
| 603 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 607 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
| 604 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], | 608 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], |
| 605 }], # ALWAYS | 609 }], # ALWAYS |
| 606 | 610 |
| 607 ['system == macos', { | 611 ['system == macos', { |
| 608 'intl402/11.3.2_TRP': [FAIL], | 612 'intl402/11.3.2_TRP': [FAIL], |
| 609 'intl402/9.2.5_11_g_ii_2': [FAIL], | 613 'intl402/9.2.5_11_g_ii_2': [FAIL], |
| 610 }], # system == macos | 614 }], # system == macos |
| 611 | 615 |
| 612 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 616 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
| 613 | 617 |
| 614 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 618 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 615 # compilation of parenthesized function literals. Needs investigation. | 619 # compilation of parenthesized function literals. Needs investigation. |
| 616 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 620 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
| 617 | 621 |
| 618 # BUG(3251225): Tests that timeout with --nocrankshaft. | 622 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 619 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 623 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 620 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 624 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 621 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 625 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 622 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 626 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 623 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 627 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 624 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 628 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 625 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 629 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 626 ] | 630 ] |
| OLD | NEW |