| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 # Array.from | 72 # Array.from |
| 73 'S22.1.2.1_T1': [FAIL], | 73 'S22.1.2.1_T1': [FAIL], |
| 74 'S22.1.2.1_T2': [FAIL], | 74 'S22.1.2.1_T2': [FAIL], |
| 75 | 75 |
| 76 # Direct proxies | 76 # Direct proxies |
| 77 'Array.prototype.find_callable-predicate': [FAIL], | 77 'Array.prototype.find_callable-predicate': [FAIL], |
| 78 | 78 |
| 79 ######################## OBSOLETED BY ES6 ########################### | 79 ######################## OBSOLETED BY ES6 ########################### |
| 80 | 80 |
| 81 # ES6 allows duplicate properties | 81 # ES6 allows duplicate properties |
| 82 # TODO(arv): Reactivate when check removal has relanded. | 82 '11.1.5-4-4-a-1-s': [FAIL], |
| 83 # '11.1.5-4-4-a-1-s': [FAIL], | 83 '11.1.5_4-4-b-1': [FAIL], |
| 84 # '11.1.5_4-4-b-1': [FAIL], | 84 '11.1.5_4-4-b-2': [FAIL], |
| 85 # '11.1.5_4-4-b-2': [FAIL], | 85 '11.1.5_4-4-c-1': [FAIL], |
| 86 # '11.1.5_4-4-c-1': [FAIL], | 86 '11.1.5_4-4-c-2': [FAIL], |
| 87 # '11.1.5_4-4-c-2': [FAIL], | 87 '11.1.5_4-4-d-1': [FAIL], |
| 88 # '11.1.5_4-4-d-1': [FAIL], | 88 '11.1.5_4-4-d-2': [FAIL], |
| 89 # '11.1.5_4-4-d-2': [FAIL], | 89 '11.1.5_4-4-d-3': [FAIL], |
| 90 # '11.1.5_4-4-d-3': [FAIL], | 90 '11.1.5_4-4-d-4': [FAIL], |
| 91 # '11.1.5_4-4-d-4': [FAIL], | |
| 92 | 91 |
| 93 # ES6 does ToObject for Object.prototype.getOwnPropertyNames | 92 # ES6 does ToObject for Object.prototype.getOwnPropertyNames |
| 94 '15.2.3.4-1': [FAIL], | 93 '15.2.3.4-1': [FAIL], |
| 95 '15.2.3.4-1-4': [FAIL], | 94 '15.2.3.4-1-4': [FAIL], |
| 96 '15.2.3.4-1-5': [FAIL], | 95 '15.2.3.4-1-5': [FAIL], |
| 97 | 96 |
| 98 # ES6 allows block-local functions. | 97 # ES6 allows block-local functions. |
| 99 'Sbp_A1_T1': [FAIL], | 98 'Sbp_A1_T1': [FAIL], |
| 100 'Sbp_A2_T1': [FAIL], | 99 'Sbp_A2_T1': [FAIL], |
| 101 'Sbp_A2_T2': [FAIL], | 100 'Sbp_A2_T2': [FAIL], |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 | 195 |
| 197 # BUG(3251225): Tests that timeout with --nocrankshaft. | 196 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 198 'S15.1.3.1_A2.4_T1': [SKIP], | 197 'S15.1.3.1_A2.4_T1': [SKIP], |
| 199 'S15.1.3.1_A2.5_T1': [SKIP], | 198 'S15.1.3.1_A2.5_T1': [SKIP], |
| 200 'S15.1.3.2_A2.4_T1': [SKIP], | 199 'S15.1.3.2_A2.4_T1': [SKIP], |
| 201 'S15.1.3.2_A2.5_T1': [SKIP], | 200 'S15.1.3.2_A2.5_T1': [SKIP], |
| 202 'S15.1.3.3_A2.3_T1': [SKIP], | 201 'S15.1.3.3_A2.3_T1': [SKIP], |
| 203 'S15.1.3.4_A2.3_T1': [SKIP], | 202 'S15.1.3.4_A2.3_T1': [SKIP], |
| 204 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 203 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 205 ] | 204 ] |
| OLD | NEW |