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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'Sbp_A3_T2': [PASS, FAIL_OK], | 44 'Sbp_A3_T2': [PASS, FAIL_OK], |
45 'Sbp_A4_T1': [PASS, FAIL_OK], | 45 'Sbp_A4_T1': [PASS, FAIL_OK], |
46 'Sbp_A4_T2': [PASS, FAIL_OK], | 46 'Sbp_A4_T2': [PASS, FAIL_OK], |
47 'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable) | 47 'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable) |
48 'Sbp_A5_T2': [PASS, FAIL_OK], | 48 'Sbp_A5_T2': [PASS, FAIL_OK], |
49 | 49 |
50 # Passes in ES6 since {__arr} syntax is parsed as object literal. | 50 # Passes in ES6 since {__arr} syntax is parsed as object literal. |
51 'S12.1_A4_T2': [PASS, FAIL_OK], | 51 'S12.1_A4_T2': [PASS, FAIL_OK], |
52 'S12.6.4_A15': [PASS, FAIL_OK], | 52 'S12.6.4_A15': [PASS, FAIL_OK], |
53 | 53 |
| 54 # ES6 allows duplicate properties |
| 55 '11.1.5-4-4-a-1-s': [FAIL], |
| 56 '11.1.5_4-4-b-1': [FAIL], |
| 57 '11.1.5_4-4-b-2': [FAIL], |
| 58 '11.1.5_4-4-c-1': [FAIL], |
| 59 '11.1.5_4-4-c-2': [FAIL], |
| 60 '11.1.5_4-4-d-1': [FAIL], |
| 61 '11.1.5_4-4-d-2': [FAIL], |
| 62 '11.1.5_4-4-d-3': [FAIL], |
| 63 '11.1.5_4-4-d-4': [FAIL], |
| 64 |
54 ######################## NEEDS INVESTIGATION ########################### | 65 ######################## NEEDS INVESTIGATION ########################### |
55 | 66 |
56 # These test failures are specific to the intl402 suite and need investigation | 67 # These test failures are specific to the intl402 suite and need investigation |
57 # to be either marked as bugs with issues filed for them or as deliberate | 68 # to be either marked as bugs with issues filed for them or as deliberate |
58 # incompatibilities if the test cases turn out to be broken or ambiguous. | 69 # incompatibilities if the test cases turn out to be broken or ambiguous. |
59 '6.2.3': [FAIL], | 70 '6.2.3': [FAIL], |
60 '9.2.1_2': [FAIL], | 71 '9.2.1_2': [FAIL], |
61 '9.2.6_2': [FAIL], | 72 '9.2.6_2': [FAIL], |
62 '10.1.1_a': [FAIL], | 73 '10.1.1_a': [FAIL], |
63 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 74 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 | 145 |
135 # BUG(3251225): Tests that timeout with --nocrankshaft. | 146 # BUG(3251225): Tests that timeout with --nocrankshaft. |
136 'S15.1.3.1_A2.4_T1': [SKIP], | 147 'S15.1.3.1_A2.4_T1': [SKIP], |
137 'S15.1.3.1_A2.5_T1': [SKIP], | 148 'S15.1.3.1_A2.5_T1': [SKIP], |
138 'S15.1.3.2_A2.4_T1': [SKIP], | 149 'S15.1.3.2_A2.4_T1': [SKIP], |
139 'S15.1.3.2_A2.5_T1': [SKIP], | 150 'S15.1.3.2_A2.5_T1': [SKIP], |
140 'S15.1.3.3_A2.3_T1': [SKIP], | 151 'S15.1.3.3_A2.3_T1': [SKIP], |
141 'S15.1.3.4_A2.3_T1': [SKIP], | 152 'S15.1.3.4_A2.3_T1': [SKIP], |
142 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 153 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
143 ] | 154 ] |
OLD | NEW |