| OLD | NEW |
| 1 | 1 |
| 2 # Copyright 2011 the V8 project authors. All rights reserved. | 2 # Copyright 2011 the V8 project authors. All rights reserved. |
| 3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
| 4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
| 5 # met: | 5 # met: |
| 6 # | 6 # |
| 7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
| 9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
| 10 # copyright notice, this list of conditions and the following | 10 # copyright notice, this list of conditions and the following |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'S15.9.5.3_A3_T2': [FAIL], | 222 'S15.9.5.3_A3_T2': [FAIL], |
| 223 'S15.9.5.40_A3_T2': [FAIL], | 223 'S15.9.5.40_A3_T2': [FAIL], |
| 224 'S15.9.5.41_A3_T2': [FAIL], | 224 'S15.9.5.41_A3_T2': [FAIL], |
| 225 'S15.9.5.42_A3_T2': [FAIL], | 225 'S15.9.5.42_A3_T2': [FAIL], |
| 226 'S15.9.5.4_A3_T2': [FAIL], | 226 'S15.9.5.4_A3_T2': [FAIL], |
| 227 'S15.9.5.5_A3_T2': [FAIL], | 227 'S15.9.5.5_A3_T2': [FAIL], |
| 228 'S15.9.5.6_A3_T2': [FAIL], | 228 'S15.9.5.6_A3_T2': [FAIL], |
| 229 'S15.9.5.7_A3_T2': [FAIL], | 229 'S15.9.5.7_A3_T2': [FAIL], |
| 230 'S15.9.5.8_A3_T2': [FAIL], | 230 'S15.9.5.8_A3_T2': [FAIL], |
| 231 'S15.9.5.9_A3_T2': [FAIL], | 231 'S15.9.5.9_A3_T2': [FAIL], |
| 232 '15.3.4.5-15-2': [FAIL], |
| 232 | 233 |
| 233 # Object.getPrototypeOf wraps primitive values in ES6. | 234 # Object.getPrototypeOf wraps primitive values in ES6. |
| 234 '15.2.3.2-1': [FAIL], | 235 '15.2.3.2-1': [FAIL], |
| 235 '15.2.3.2-1-3': [FAIL], | 236 '15.2.3.2-1-3': [FAIL], |
| 236 '15.2.3.2-1-4': [FAIL], | 237 '15.2.3.2-1-4': [FAIL], |
| 237 | 238 |
| 238 # Object.getOwnPropertyDescriptor wraps primitives in ES6. | 239 # Object.getOwnPropertyDescriptor wraps primitives in ES6. |
| 239 '15.2.3.3-1': [FAIL], | 240 '15.2.3.3-1': [FAIL], |
| 240 '15.2.3.3-1-3': [FAIL], | 241 '15.2.3.3-1-3': [FAIL], |
| 241 '15.2.3.3-1-4': [FAIL], | 242 '15.2.3.3-1-4': [FAIL], |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 | 372 |
| 372 # BUG(3251225): Tests that timeout with --nocrankshaft. | 373 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 373 'S15.1.3.1_A2.4_T1': [SKIP], | 374 'S15.1.3.1_A2.4_T1': [SKIP], |
| 374 'S15.1.3.1_A2.5_T1': [SKIP], | 375 'S15.1.3.1_A2.5_T1': [SKIP], |
| 375 'S15.1.3.2_A2.4_T1': [SKIP], | 376 'S15.1.3.2_A2.4_T1': [SKIP], |
| 376 'S15.1.3.2_A2.5_T1': [SKIP], | 377 'S15.1.3.2_A2.5_T1': [SKIP], |
| 377 'S15.1.3.3_A2.3_T1': [SKIP], | 378 'S15.1.3.3_A2.3_T1': [SKIP], |
| 378 'S15.1.3.4_A2.3_T1': [SKIP], | 379 'S15.1.3.4_A2.3_T1': [SKIP], |
| 379 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 380 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 380 ] | 381 ] |
| OLD | NEW |