Chromium Code Reviews| 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 ######################### HARNESS ISSUES ########################## | |
| 52 # These are failures due to our harness not working as supposed | |
| 53 | |
| 54 # Uses [onlyStrict] | |
| 55 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], | |
| 56 | |
| 57 ###################### MISSING ES6 FEATURES ####################### | 51 ###################### MISSING ES6 FEATURES ####################### |
| 58 | 52 |
| 59 # Requires --harmony-sloppy | 53 # Class, let, const in sloppy mode. |
| 60 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], | 54 # https://code.google.com/p/v8/issues/detail?id=3305 |
| 61 | 55 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-1': [PASS, ['sloppy', FAIL]], |
|
Michael Achenbach
2015/06/08 12:57:08
I don't completely understand this yet. 'sloppy' a
arv (Not doing code reviews)
2015/06/08 16:15:16
Correct. Right now 'sloppy' always evaluates to 's
| |
| 62 # --harmony-computed-property-names is not yet enabled | 56 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-2': [PASS, ['sloppy', FAIL]], |
| 63 'language/computed-property-names/class/accessor/getter': [FAIL], | 57 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-1': [PASS, ['sloppy', FAIL]], |
| 64 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], | 58 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-2': [PASS, ['sloppy', FAIL]], |
| 65 'language/computed-property-names/class/accessor/setter': [FAIL], | 59 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [PASS, ['sloppy', FAIL]], |
| 66 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL], | 60 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [PASS, ['sloppy', FAIL]], |
| 67 'language/computed-property-names/class/method/constructor': [FAIL], | 61 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl ock-let-declaration-unseen-outside-of-block': [PASS, ['sloppy', FAIL]], |
| 68 'language/computed-property-names/class/method/generator': [FAIL], | 62 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-1': [PASS, ['sloppy', FAIL]], |
| 69 'language/computed-property-names/class/method/number': [FAIL], | 63 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-2': [PASS, ['sloppy', FAIL]], |
| 70 'language/computed-property-names/class/method/string': [FAIL], | 64 'language/block-scope/return-from/block-let': [PASS, ['sloppy', FAIL]], |
| 71 'language/computed-property-names/class/method/symbol': [FAIL], | 65 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [P ASS, ['sloppy', FAIL]], |
| 72 'language/computed-property-names/class/static/method-number': [FAIL], | 66 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-le t-const-and-var-variables': [PASS, ['sloppy', FAIL]], |
| 73 'language/computed-property-names/class/static/method-string': [FAIL], | 67 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [P ASS, ['sloppy', FAIL]], |
| 74 'language/computed-property-names/class/static/method-symbol': [FAIL], | 68 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let- const-and-var': [PASS, ['sloppy', FAIL]], |
| 75 'language/computed-property-names/to-name-side-effects/class': [FAIL], | 69 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-co nst-and-var': [PASS, ['sloppy', FAIL]], |
| 76 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL], | |
| 77 | 70 |
| 78 # Number.prototype is a plain object in ES6 | 71 # Number.prototype is a plain object in ES6 |
| 79 'built-ins/Number/15.7.4-1': [FAIL], | 72 'built-ins/Number/15.7.4-1': [FAIL], |
| 80 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL], | 73 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL], |
| 81 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL], | 74 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL], |
| 82 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], | 75 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], |
| 83 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], | 76 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], |
| 84 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], | 77 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], |
| 85 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL], | 78 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL], |
| 86 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL], | 79 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL], |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 115 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T28': [FAIL], | 108 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T28': [FAIL], |
| 116 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T29': [FAIL], | 109 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T29': [FAIL], |
| 117 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T30': [FAIL], | 110 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T30': [FAIL], |
| 118 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T31': [FAIL], | 111 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T31': [FAIL], |
| 119 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T32': [FAIL], | 112 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T32': [FAIL], |
| 120 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T33': [FAIL], | 113 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T33': [FAIL], |
| 121 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T34': [FAIL], | 114 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T34': [FAIL], |
| 122 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T01': [FAIL], | 115 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T01': [FAIL], |
| 123 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL], | 116 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL], |
| 124 | 117 |
| 125 ######################## OBSOLETED BY ES6 ########################### | 118 # https://code.google.com/p/v8/issues/detail?id=4118 |
| 119 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL], | |
| 126 | 120 |
| 127 # ES6 allows duplicate properties | 121 # https://code.google.com/p/v8/issues/detail?id=4093 |
| 128 'language/expressions/object/11.1.5-4-4-a-1-s': [FAIL], | |
| 129 'language/expressions/object/11.1.5_4-4-b-1': [FAIL], | |
| 130 'language/expressions/object/11.1.5_4-4-b-2': [FAIL], | |
| 131 'language/expressions/object/11.1.5_4-4-c-1': [FAIL], | |
| 132 'language/expressions/object/11.1.5_4-4-c-2': [FAIL], | |
| 133 'language/expressions/object/11.1.5_4-4-d-1': [FAIL], | |
| 134 'language/expressions/object/11.1.5_4-4-d-2': [FAIL], | |
| 135 'language/expressions/object/11.1.5_4-4-d-3': [FAIL], | |
| 136 'language/expressions/object/11.1.5_4-4-d-4': [FAIL], | |
| 137 | 122 |
| 138 ######################## NEEDS INVESTIGATION ########################### | 123 ######################## NEEDS INVESTIGATION ########################### |
| 139 | 124 |
| 140 # These test failures are specific to the intl402 suite and need investigation | 125 # These test failures are specific to the intl402 suite and need investigation |
| 141 # to be either marked as bugs with issues filed for them or as deliberate | 126 # to be either marked as bugs with issues filed for them or as deliberate |
| 142 # incompatibilities if the test cases turn out to be broken or ambiguous. | 127 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 143 'intl402/6.2.3': [FAIL], | 128 'intl402/6.2.3': [FAIL], |
| 144 'intl402/9.2.1_2': [FAIL], | 129 'intl402/9.2.1_2': [FAIL], |
| 145 'intl402/9.2.6_2': [FAIL], | 130 'intl402/9.2.6_2': [FAIL], |
| 146 'intl402/10.1.1_a': [FAIL], | 131 'intl402/10.1.1_a': [FAIL], |
| 147 'intl402/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | |
| 148 'intl402/10.1.2.1_4': [FAIL], | 132 'intl402/10.1.2.1_4': [FAIL], |
| 133 'intl402/10.1.2_a': [PASS, FAIL], | |
| 149 'intl402/10.2.3_b': [PASS, FAIL], | 134 'intl402/10.2.3_b': [PASS, FAIL], |
| 135 'intl402/10.3.2_1_c': [PASS, FAIL], | |
| 136 'intl402/10.3.2_CS_b_NN': [PASS, FAIL], | |
| 137 'intl402/10.3.2_CS_c_NN': [PASS, FAIL], | |
| 138 'intl402/10.3.2_CS_d_NN': [PASS, FAIL], | |
| 150 'intl402/10.3_a': [FAIL], | 139 'intl402/10.3_a': [FAIL], |
| 151 'intl402/11.1.1_17': [PASS, FAIL], | |
| 152 'intl402/11.1.1_19': [PASS, FAIL], | |
| 153 'intl402/11.1.1_20_c': [FAIL], | 140 'intl402/11.1.1_20_c': [FAIL], |
| 154 'intl402/11.1.1_a': [FAIL], | 141 'intl402/11.1.1_a': [FAIL], |
| 142 'intl402/11.1.2': [PASS, FAIL], | |
| 155 'intl402/11.1.2.1_4': [FAIL], | 143 'intl402/11.1.2.1_4': [FAIL], |
| 156 'intl402/11.3.2_FN_2': [PASS, FAIL], | |
| 157 'intl402/11.3.2_TRF': [PASS, FAIL], | |
| 158 'intl402/11.3_a': [FAIL], | 144 'intl402/11.3_a': [FAIL], |
| 159 'intl402/12.1.1_a': [FAIL], | 145 'intl402/12.1.1_a': [FAIL], |
| 146 'intl402/12.1.2': [PASS, FAIL], | |
| 160 'intl402/12.1.2.1_4': [FAIL], | 147 'intl402/12.1.2.1_4': [FAIL], |
| 161 'intl402/12.3.2_FDT_7_a_iv': [FAIL], | 148 'intl402/12.3.2_FDT_7_a_iv': [FAIL], |
| 162 'intl402/12.3.3': [FAIL], | 149 'intl402/12.3.3': [FAIL], |
| 163 'intl402/12.3_a': [FAIL], | 150 'intl402/12.3_a': [FAIL], |
| 151 'intl402/13.1.1_7': [PASS, FAIL], | |
| 152 'intl402/13.2.1_5': [PASS, FAIL], | |
| 153 'intl402/13.3.0_7': [PASS, FAIL], | |
| 164 | 154 |
| 165 # Test 262 update 2015-03-11 | 155 |
| 166 'built-ins/Array/isArray/15.4.3.2-0-5': [FAIL], | 156 # Test 262 update 2015-05-30 |
| 167 'built-ins/Array/prototype/S15.4.3.1_A5': [FAIL], | 157 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, [' sloppy', FAIL]], |
| 168 'built-ins/Array/prototype/S15.4.4_A1.1_T2': [FAIL], | |
| 169 'built-ins/Array/prototype/S15.4.4_A1.2_T1': [FAIL], | |
| 170 'built-ins/Array/prototype/S15.4.4_A1.3_T1': [FAIL], | |
| 171 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], | 158 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], |
| 172 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], | 159 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], |
| 173 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], | 160 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], |
| 174 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], | 161 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], |
| 175 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], | 162 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], |
| 176 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], | 163 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], |
| 177 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], | 164 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], |
| 178 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], | 165 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], |
| 179 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], | 166 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], |
| 180 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] , | 167 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] , |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 224 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], | 211 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], |
| 225 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], | 212 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], |
| 226 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], | 213 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], |
| 227 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], | 214 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], |
| 228 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], | 215 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], |
| 229 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], | 216 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], |
| 230 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], | 217 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], |
| 231 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], | 218 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], |
| 232 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], | 219 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], |
| 233 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], | 220 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], |
| 221 'built-ins/Array/symbol-species': [FAIL], | |
| 222 | |
| 223 'built-ins/ArrayBuffer/symbol-species': [FAIL], | |
| 224 | |
| 234 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | 225 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], |
| 235 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | 226 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], |
| 236 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | 227 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], |
| 237 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | 228 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], |
| 238 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | 229 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], |
| 239 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | 230 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], |
| 231 | |
| 240 'built-ins/Date/15.9.1.15-1': [FAIL], | 232 'built-ins/Date/15.9.1.15-1': [FAIL], |
| 241 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | 233 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
| 234 | |
| 242 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 235 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 243 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], | 236 |
| 237 'built-ins/Function/prototype/bind/15.3.4.5-15-2': [FAIL], | |
| 238 | |
| 239 # https://code.google.com/p/v8/issues/detail?id=4163 | |
| 240 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | |
| 241 | |
| 242 'built-ins/Map/symbol-species': [FAIL], | |
| 243 'built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-thi s-arrow': [FAIL], | |
|
rossberg
2015/06/08 09:41:34
Urg, that test shouldn't be there. It's testing ar
| |
| 244 'built-ins/Set/symbol-species': [FAIL], | |
| 245 | |
| 246 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 247 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], | |
| 248 | |
| 249 # Our values are inconsistent across backends | |
| 250 'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL], | |
| 251 'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL], | |
| 252 'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL], | |
| 253 'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL], | |
| 254 'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL], | |
| 255 'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL], | |
| 256 'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL], | |
| 257 'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL], | |
| 258 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL], | |
| 259 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL], | |
| 260 'built-ins/Math/atan/S15.8.2.4_A4': [PASS, FAIL], | |
| 261 'built-ins/Math/atan/S15.8.2.4_A5': [PASS, FAIL], | |
| 262 'built-ins/Math/atan/S15.8.2.4_A6': [PASS, FAIL], | |
| 263 'built-ins/Math/atan2/S15.8.2.5_A10': [PASS, FAIL], | |
| 264 'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, FAIL], | |
| 265 'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, FAIL], | |
| 266 'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, FAIL], | |
| 267 'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, FAIL], | |
| 268 'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, FAIL], | |
| 269 'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, FAIL], | |
| 270 'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, FAIL], | |
| 271 'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, FAIL], | |
| 272 'built-ins/Math/atan2/S15.8.2.5_A20': [PASS, FAIL], | |
| 273 'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL], | |
| 274 'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL], | |
| 275 'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL], | |
| 276 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL], | |
| 277 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL], | |
| 278 'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL], | |
| 279 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL], | |
| 280 'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL], | |
| 281 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL], | |
| 282 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL], | |
| 283 | |
| 284 'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL], | |
| 285 'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL], | |
| 286 | |
| 244 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], | 287 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], |
| 245 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], | 288 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], |
| 246 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], | 289 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], |
| 247 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], | 290 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], |
| 248 'built-ins/Promise/S25.4.3.1_A5.1_T2': [FAIL], | 291 |
| 249 'built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2': [FAIL], | |
| 250 'built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2': [FAIL], | |
| 251 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | 292 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
| 252 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | 293 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
| 294 'built-ins/Promise/symbol-species': [FAIL], | |
| 295 | |
| 296 'built-ins/RegExp/15.10.4.1-1': [FAIL], | |
| 297 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | |
| 298 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | |
| 299 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | |
| 300 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | |
| 253 'built-ins/RegExp/prototype/15.10.6': [FAIL], | 301 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
| 302 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], | |
| 254 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | 303 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
| 255 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], | 304 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], |
| 256 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], | 305 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], |
| 257 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | 306 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
| 258 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], | 307 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], |
| 259 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], | 308 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], |
| 260 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], | 309 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], |
| 261 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], | 310 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], |
| 262 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | 311 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
| 263 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], | 312 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], |
| 264 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], | 313 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], |
| 265 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 314 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
| 266 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], | 315 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], |
| 267 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], | 316 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], |
| 317 'built-ins/RegExp/symbol-species': [FAIL], | |
| 318 | |
| 268 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 319 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
| 269 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 320 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
| 270 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 321 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
| 271 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 322 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
| 272 'intl402/10.1_L15': [FAIL], | 323 |
| 273 'intl402/10.2.2_L15': [FAIL], | 324 'built-ins/Symbol/auto-boxing-strict': [FAIL], |
| 274 'intl402/10.3.2_1_a_L15': [FAIL], | 325 'built-ins/Symbol/species/basic': [FAIL], |
| 275 'intl402/10.3.2_L15': [FAIL], | 326 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
| 276 'intl402/10.3.3_L15': [FAIL], | 327 'built-ins/Symbol/species/subclassing': [FAIL], |
| 277 'intl402/11.1_L15': [FAIL], | 328 |
| 278 'intl402/11.2.2_L15': [FAIL], | 329 |
| 279 'intl402/11.3.2_1_a_L15': [FAIL], | 330 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 280 'intl402/11.3.2_L15': [FAIL], | 331 'language/block-scope/leave/verify-context-in-finally-block': [PASS, ['sloppy' , FAIL]], |
|
rossberg
2015/06/08 09:41:34
Hm, IIRC, the driver compares prefixes, so it migh
| |
| 281 'intl402/11.3.3_L15': [FAIL], | 332 'language/block-scope/leave/verify-context-in-for-loop-block': [PASS, ['sloppy ', FAIL]], |
| 282 'intl402/12.1_L15': [FAIL], | 333 'language/block-scope/leave/verify-context-in-labelled-block': [PASS, ['sloppy ', FAIL]], |
| 283 'intl402/12.2.2_L15': [FAIL], | 334 'language/block-scope/leave/verify-context-in-try-block': [PASS, ['sloppy', FA IL]], |
| 284 'intl402/12.3.2_1_a_L15': [FAIL], | 335 'language/block-scope/leave/x-after-break-to-label': [PASS, ['sloppy', FAIL]], |
| 285 'intl402/12.3.2_L15': [FAIL], | 336 'language/block-scope/leave/x-before-continue': [PASS, ['sloppy', FAIL]], |
| 286 'intl402/12.3.3_L15': [FAIL], | 337 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter': [PASS, ['sloppy', FAIL]], |
| 287 'intl402/13.1.1_L15': [FAIL], | 338 'language/block-scope/shadowing/dynamic-lookup-from-closure': [PASS, ['sloppy' , FAIL]], |
| 288 'intl402/13.2.1_L15': [FAIL], | 339 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts': [PASS, ['sloppy', FAIL]], |
| 289 'intl402/13.3.1_L15': [FAIL], | 340 'language/block-scope/shadowing/lookup-from-closure': [PASS, ['sloppy', FAIL]] , |
| 290 'intl402/13.3.2_L15': [FAIL], | 341 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [PASS, ['sloppy', FAIL]], |
| 291 'intl402/13.3.3_L15': [FAIL], | 342 'language/block-scope/syntax/for-in/acquire-properties-from-array': [PASS, ['s loppy', FAIL]], |
| 292 'language/arrow-function/Arrow-Function_rules-for-prototype': [FAIL], | 343 'language/block-scope/syntax/for-in/acquire-properties-from-object': [PASS, [' sloppy', FAIL]], |
| 293 'language/arrow-function/Arrow-Function_semantics': [FAIL], | 344 'language/block-scope/syntax/for-in/mixed-values-in-iteration': [PASS, ['slopp y', FAIL]], |
| 294 'language/arrow-function/Arrow-Function_syntax-variations': [FAIL], | 345 'language/block-scope/syntax/function-declarations/in-statement-position-do-st atement-while-expression': [PASS, ['sloppy', FAIL]], |
| 295 'language/class/arguments/access': [FAIL], | 346 'language/block-scope/syntax/function-declarations/in-statement-position-for-s tatement': [PASS, ['sloppy', FAIL]], |
| 296 'language/class/arguments/default-constructor': [FAIL], | 347 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement': [PASS, ['sloppy', FAIL]], |
| 297 'language/class/definition/accessors': [FAIL], | 348 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement-else-statement': [PASS, ['sloppy', FAIL]], |
| 298 'language/class/definition/basics': [FAIL], | 349 'language/block-scope/syntax/function-declarations/in-statement-position-while -expression-statement': [PASS, ['sloppy', FAIL]], |
| 299 'language/class/definition/constructable-but-no-prototype': [FAIL], | 350 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, ['sloppy', FAIL]], |
| 300 'language/class/definition/constructor': [FAIL], | 351 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-var': [PASS, ['sloppy', FAIL]], |
| 301 'language/class/definition/constructor-property': [FAIL], | 352 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w ith-function-declaration': [PASS, ['sloppy', FAIL]], |
| 302 'language/class/definition/constructor-strict-by-default': [FAIL], | 353 'language/class/definition/ClassDeclaration_restricted-properties': [PASS, ['s loppy', FAIL]], |
| 303 'language/class/definition/getters': [FAIL], | 354 'language/class/definition/ClassExpression_restricted-properties': [PASS, ['sl oppy', FAIL]], |
| 304 'language/class/definition/getters-2': [FAIL], | 355 'language/class/definition/ClassMethod_restricted-properties': [PASS, ['sloppy ', FAIL]], |
| 305 'language/class/definition/implicit-constructor': [FAIL], | 356 'language/class/method-definition/generator-no-yield': [PASS, ['sloppy', FAIL] ], |
| 306 'language/class/definition/invalid-extends': [FAIL], | 357 'language/class/method-definition/generator-return': [PASS, ['sloppy', FAIL]], |
| 307 'language/class/definition/methods': [FAIL], | 358 'language/class/method-definition/yield-as-expression-with-rhs': [PASS, ['slop py', FAIL]], |
| 308 'language/class/definition/methods-named-eval-arguments': [FAIL], | 359 'language/class/method-definition/yield-as-expression-without-rhs': [PASS, ['s loppy', FAIL]], |
| 309 'language/class/definition/numeric-property-names': [FAIL], | 360 'language/class/method-definition/yield-as-generator-method-binding-identifier ': [PASS, ['sloppy', FAIL]], |
| 310 'language/class/definition/prototype-getter': [FAIL], | 361 'language/class/method-definition/yield-as-literal-property-name': [PASS, ['sl oppy', FAIL]], |
| 311 'language/class/definition/prototype-property': [FAIL], | 362 'language/class/method-definition/yield-as-property-name': [PASS, ['sloppy', F AIL]], |
| 312 'language/class/definition/prototype-setter': [FAIL], | 363 'language/class/method-definition/yield-as-statement': [PASS, ['sloppy', FAIL] ], |
| 313 'language/class/definition/prototype-wiring': [FAIL], | 364 'language/class/method-definition/yield-as-yield-operand': [PASS, ['sloppy', F AIL]], |
| 314 'language/class/definition/setters': [FAIL], | 365 'language/class/method-definition/yield-newline': [PASS, ['sloppy', FAIL]], |
| 315 'language/class/definition/setters-2': [FAIL], | 366 'language/class/method-definition/yield-star-before-newline': [PASS, ['sloppy' , FAIL]], |
| 316 'language/class/definition/side-effects-in-extends': [FAIL], | 367 'language/computed-property-names/class/accessor/getter': [PASS, ['sloppy', FA IL]], |
| 317 'language/class/definition/side-effects-in-property-define': [FAIL], | 368 'language/computed-property-names/class/accessor/getter-duplicates': [PASS, [' sloppy', FAIL]], |
| 318 'language/class/definition/this-access-restriction': [FAIL], | 369 'language/computed-property-names/class/accessor/setter': [PASS, ['sloppy', FA IL]], |
| 319 'language/class/definition/this-access-restriction-2': [FAIL], | 370 'language/computed-property-names/class/accessor/setter-duplicates': [PASS, [' sloppy', FAIL]], |
| 320 'language/class/definition/this-check-ordering': [FAIL], | 371 'language/computed-property-names/class/method/constructor': [PASS, ['sloppy', FAIL]], |
| 321 'language/class/name-binding/basic': [FAIL], | 372 'language/computed-property-names/class/method/constructor-can-be-generator': [PASS, ['sloppy', FAIL]], |
| 322 'language/class/name-binding/const': [FAIL], | 373 'language/computed-property-names/class/method/constructor-can-be-getter': [PA SS, ['sloppy', FAIL]], |
| 323 'language/class/name-binding/expression': [FAIL], | 374 'language/computed-property-names/class/method/constructor-can-be-setter': [PA SS, ['sloppy', FAIL]], |
| 324 'language/class/strict-mode/arguments-caller': [FAIL], | 375 'language/computed-property-names/class/method/constructor-duplicate-1': [PASS , ['sloppy', FAIL]], |
| 325 'language/class/subclass/binding': [FAIL], | 376 'language/computed-property-names/class/method/constructor-duplicate-2': [PASS , ['sloppy', FAIL]], |
| 326 'language/class/subclass/builtins': [FAIL], | 377 'language/computed-property-names/class/method/constructor-duplicate-3': [PASS , ['sloppy', FAIL]], |
| 327 'language/class/subclass/default-constructor': [FAIL], | 378 'language/computed-property-names/class/method/generator': [PASS, ['sloppy', F AIL]], |
| 328 'language/class/subclass/default-constructor-2': [FAIL], | 379 'language/computed-property-names/class/method/number': [PASS, ['sloppy', FAIL ]], |
| 329 'language/class/subclass/null': [FAIL], | 380 'language/computed-property-names/class/method/string': [PASS, ['sloppy', FAIL ]], |
| 330 'language/class/subclass/superclass-prototype-setter-constructor': [FAIL], | 381 'language/computed-property-names/class/method/symbol': [PASS, ['sloppy', FAIL ]], |
| 331 'language/class/subclass/superclass-prototype-setter-method-override': [FAIL], | 382 'language/computed-property-names/class/static/generator-constructor': [PASS, ['sloppy', FAIL]], |
| 332 'language/class/subclass/superclass-static-method-override': [FAIL], | 383 'language/computed-property-names/class/static/generator-prototype': [PASS, [' sloppy', FAIL]], |
| 333 'language/class/super/in-constructor': [FAIL], | 384 'language/computed-property-names/class/static/getter-constructor': [PASS, ['s loppy', FAIL]], |
| 334 'language/class/super/in-getter': [FAIL], | 385 'language/computed-property-names/class/static/getter-prototype': [PASS, ['slo ppy', FAIL]], |
| 335 'language/class/super/in-methods': [FAIL], | 386 'language/computed-property-names/class/static/method-constructor': [PASS, ['s loppy', FAIL]], |
| 336 'language/class/super/in-setter': [FAIL], | 387 'language/computed-property-names/class/static/method-number': [PASS, ['sloppy ', FAIL]], |
| 337 'language/class/super/in-static-getter': [FAIL], | 388 'language/computed-property-names/class/static/method-prototype': [PASS, ['slo ppy', FAIL]], |
| 338 'language/class/super/in-static-methods': [FAIL], | 389 'language/computed-property-names/class/static/method-string': [PASS, ['sloppy ', FAIL]], |
| 339 'language/class/super/in-static-setter': [FAIL], | 390 'language/computed-property-names/class/static/method-symbol': [PASS, ['sloppy ', FAIL]], |
| 391 'language/computed-property-names/class/static/setter-constructor': [PASS, ['s loppy', FAIL]], | |
| 392 'language/computed-property-names/class/static/setter-prototype': [PASS, ['slo ppy', FAIL]], | |
| 393 'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy ', FAIL]], | |
| 394 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, ['sloppy', FAIL]], | |
| 395 | |
| 396 # https://code.google.com/p/v8/issues/detail?id=2700 | |
| 397 'language/expressions/arrow-function/ArrowFunction_restricted-properties': [FA IL], | |
| 398 'language/expressions/arrow-function/cannot-override-this-with-thisArg': [FAIL ], | |
| 399 'language/expressions/arrow-function/empty-function-body-returns-undefined': [ FAIL], | |
| 400 'language/expressions/arrow-function/expression-body-implicit-return': [FAIL], | |
| 401 'language/expressions/arrow-function/lexical-arguments': [FAIL], | |
| 402 'language/expressions/arrow-function/lexical-bindings-overriden-by-formal-para meters-non-strict': [FAIL], | |
| 403 'language/expressions/arrow-function/lexical-new.target': [FAIL], | |
| 404 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA IL], | |
| 405 'language/expressions/arrow-function/lexical-super-call-from-within-constructo r': [FAIL], | |
| 406 'language/expressions/arrow-function/lexical-super-property': [FAIL], | |
| 407 'language/expressions/arrow-function/lexical-super-property-from-within-constr uctor': [FAIL], | |
| 408 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoke d-arrow': [FAIL], | |
| 409 'language/expressions/arrow-function/lexical-this': [FAIL], | |
| 410 'language/expressions/arrow-function/low-precedence-expression-body-no-parens' : [FAIL], | |
| 411 'language/expressions/arrow-function/non-strict': [FAIL], | |
| 412 'language/expressions/arrow-function/object-literal-return-requires-body-paren s': [FAIL], | |
| 413 'language/expressions/arrow-function/prototype-rules': [FAIL], | |
| 414 'language/expressions/arrow-function/statement-body-requires-braces-must-retur n-explicitly': [FAIL], | |
| 415 'language/expressions/arrow-function/statement-body-requires-braces-must-retur n-explicitly-missing': [FAIL], | |
| 416 'language/expressions/arrow-function/strict': [FAIL], | |
| 417 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- arguments': [FAIL], | |
| 418 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- concisebody-assignmentexpression': [FAIL], | |
| 419 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- concisebody-functionbody': [FAIL], | |
| 420 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- eval': [FAIL], | |
| 421 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- lineterminator-concisebody-assignmentexpression': [FAIL], | |
| 422 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- lineterminator-concisebody-functionbody': [FAIL], | |
| 423 'language/expressions/arrow-function/syntax/arrowparameters-bindingidentifier- yield': [FAIL], | |
| 424 'language/expressions/arrow-function/syntax/arrowparameters-cover-concisebody- assignmentexpression': [FAIL], | |
| 425 'language/expressions/arrow-function/syntax/arrowparameters-cover-concisebody- functionbody': [FAIL], | |
| 426 'language/expressions/arrow-function/syntax/arrowparameters-cover-formalparame ters-arguments': [FAIL], | |
| 427 'language/expressions/arrow-function/syntax/arrowparameters-cover-formalparame ters-eval': [FAIL], | |
| 428 'language/expressions/arrow-function/syntax/arrowparameters-cover-formalparame ters-yield': [FAIL], | |
| 429 'language/expressions/arrow-function/syntax/arrowparameters-cover-includes-res t-concisebody-functionbody': [FAIL], | |
| 430 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1 ': [FAIL], | |
| 431 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2 ': [FAIL], | |
| 432 'language/expressions/arrow-function/syntax/arrowparameters-cover-lineterminat or-concisebody-assignmentexpression': [FAIL], | |
| 433 'language/expressions/arrow-function/syntax/arrowparameters-cover-lineterminat or-concisebody-functionbody': [FAIL], | |
| 434 'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-concise body-functionbody': [FAIL], | |
| 435 'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-lineter minator-concisebody-functionbody': [FAIL], | |
| 436 'language/expressions/arrow-function/syntax/variations': [FAIL], | |
| 437 'language/expressions/arrow-function/throw-new': [FAIL], | |
| 438 | |
| 340 'language/expressions/assignment/S11.13.1_A5_T1': [FAIL], | 439 'language/expressions/assignment/S11.13.1_A5_T1': [FAIL], |
| 341 'language/expressions/assignment/S11.13.1_A5_T2': [FAIL], | 440 'language/expressions/assignment/S11.13.1_A5_T2': [FAIL], |
| 342 'language/expressions/assignment/S11.13.1_A5_T3': [FAIL], | 441 'language/expressions/assignment/S11.13.1_A5_T3': [FAIL], |
| 343 'language/expressions/assignment/S11.13.1_A5_T4': [FAIL], | 442 'language/expressions/assignment/S11.13.1_A5_T4': [FAIL], |
| 344 'language/expressions/assignment/S11.13.1_A5_T5': [FAIL], | 443 'language/expressions/assignment/S11.13.1_A5_T5': [FAIL], |
| 345 'language/expressions/assignment/S11.13.1_A6_T1': [FAIL], | 444 'language/expressions/assignment/S11.13.1_A6_T1': [FAIL], |
| 346 'language/expressions/assignment/S11.13.1_A6_T2': [FAIL], | 445 'language/expressions/assignment/S11.13.1_A6_T2': [FAIL], |
| 347 'language/expressions/assignment/S11.13.1_A6_T3': [FAIL], | 446 'language/expressions/assignment/S11.13.1_A6_T3': [FAIL], |
| 447 | |
| 348 'language/expressions/compound-assignment/S11.13.2_A5.10_T1': [FAIL], | 448 'language/expressions/compound-assignment/S11.13.2_A5.10_T1': [FAIL], |
| 349 'language/expressions/compound-assignment/S11.13.2_A5.10_T2': [FAIL], | 449 'language/expressions/compound-assignment/S11.13.2_A5.10_T2': [FAIL], |
| 350 'language/expressions/compound-assignment/S11.13.2_A5.10_T3': [FAIL], | 450 'language/expressions/compound-assignment/S11.13.2_A5.10_T3': [FAIL], |
| 351 'language/expressions/compound-assignment/S11.13.2_A5.10_T4': [FAIL], | 451 'language/expressions/compound-assignment/S11.13.2_A5.10_T4': [FAIL], |
| 352 'language/expressions/compound-assignment/S11.13.2_A5.10_T5': [FAIL], | 452 'language/expressions/compound-assignment/S11.13.2_A5.10_T5': [FAIL], |
| 353 'language/expressions/compound-assignment/S11.13.2_A5.11_T1': [FAIL], | 453 'language/expressions/compound-assignment/S11.13.2_A5.11_T1': [FAIL], |
| 354 'language/expressions/compound-assignment/S11.13.2_A5.11_T2': [FAIL], | 454 'language/expressions/compound-assignment/S11.13.2_A5.11_T2': [FAIL], |
| 355 'language/expressions/compound-assignment/S11.13.2_A5.11_T3': [FAIL], | 455 'language/expressions/compound-assignment/S11.13.2_A5.11_T3': [FAIL], |
| 356 'language/expressions/compound-assignment/S11.13.2_A5.11_T4': [FAIL], | 456 'language/expressions/compound-assignment/S11.13.2_A5.11_T4': [FAIL], |
| 357 'language/expressions/compound-assignment/S11.13.2_A5.11_T5': [FAIL], | 457 'language/expressions/compound-assignment/S11.13.2_A5.11_T5': [FAIL], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 404 'language/expressions/compound-assignment/S11.13.2_A6.11_T1': [FAIL], | 504 'language/expressions/compound-assignment/S11.13.2_A6.11_T1': [FAIL], |
| 405 'language/expressions/compound-assignment/S11.13.2_A6.1_T1': [FAIL], | 505 'language/expressions/compound-assignment/S11.13.2_A6.1_T1': [FAIL], |
| 406 'language/expressions/compound-assignment/S11.13.2_A6.2_T1': [FAIL], | 506 'language/expressions/compound-assignment/S11.13.2_A6.2_T1': [FAIL], |
| 407 'language/expressions/compound-assignment/S11.13.2_A6.3_T1': [FAIL], | 507 'language/expressions/compound-assignment/S11.13.2_A6.3_T1': [FAIL], |
| 408 'language/expressions/compound-assignment/S11.13.2_A6.4_T1': [FAIL], | 508 'language/expressions/compound-assignment/S11.13.2_A6.4_T1': [FAIL], |
| 409 'language/expressions/compound-assignment/S11.13.2_A6.5_T1': [FAIL], | 509 'language/expressions/compound-assignment/S11.13.2_A6.5_T1': [FAIL], |
| 410 'language/expressions/compound-assignment/S11.13.2_A6.6_T1': [FAIL], | 510 'language/expressions/compound-assignment/S11.13.2_A6.6_T1': [FAIL], |
| 411 'language/expressions/compound-assignment/S11.13.2_A6.7_T1': [FAIL], | 511 'language/expressions/compound-assignment/S11.13.2_A6.7_T1': [FAIL], |
| 412 'language/expressions/compound-assignment/S11.13.2_A6.8_T1': [FAIL], | 512 'language/expressions/compound-assignment/S11.13.2_A6.8_T1': [FAIL], |
| 413 'language/expressions/compound-assignment/S11.13.2_A6.9_T1': [FAIL], | 513 'language/expressions/compound-assignment/S11.13.2_A6.9_T1': [FAIL], |
| 514 | |
| 515 'language/expressions/generators/implicit-name': [FAIL], | |
| 516 'language/expressions/generators/name-property-descriptor': [FAIL], | |
| 517 'language/expressions/generators/yield-as-function-expression-binding-identifi er': [FAIL], | |
| 518 'language/expressions/generators/yield-as-generator-expression-binding-identif ier': [FAIL], | |
| 519 | |
| 520 'language/expressions/object/method-definition/generator-argSuperProperty': [F AIL], | |
| 521 'language/expressions/object/method-definition/generator-shadow-parameter-cons t': [PASS, ['sloppy', FAIL]], | |
| 522 'language/expressions/object/method-definition/yield-as-function-expression-bi nding-identifier': [FAIL], | |
| 523 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | |
| 524 | |
| 414 'language/expressions/postfix-decrement/S11.3.2_A5_T1': [FAIL], | 525 'language/expressions/postfix-decrement/S11.3.2_A5_T1': [FAIL], |
| 415 'language/expressions/postfix-decrement/S11.3.2_A5_T2': [FAIL], | 526 'language/expressions/postfix-decrement/S11.3.2_A5_T2': [FAIL], |
| 416 'language/expressions/postfix-decrement/S11.3.2_A5_T3': [FAIL], | 527 'language/expressions/postfix-decrement/S11.3.2_A5_T3': [FAIL], |
| 417 'language/expressions/postfix-decrement/S11.3.2_A5_T4': [FAIL], | 528 'language/expressions/postfix-decrement/S11.3.2_A5_T4': [FAIL], |
| 418 'language/expressions/postfix-decrement/S11.3.2_A5_T5': [FAIL], | 529 'language/expressions/postfix-decrement/S11.3.2_A5_T5': [FAIL], |
| 419 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | 530 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
| 420 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | 531 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
| 421 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 532 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 422 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 533 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 423 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 534 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 535 | |
| 424 'language/expressions/prefix-decrement/S11.4.5_A5_T1': [FAIL], | 536 'language/expressions/prefix-decrement/S11.4.5_A5_T1': [FAIL], |
| 425 'language/expressions/prefix-decrement/S11.4.5_A5_T2': [FAIL], | 537 'language/expressions/prefix-decrement/S11.4.5_A5_T2': [FAIL], |
| 426 'language/expressions/prefix-decrement/S11.4.5_A5_T3': [FAIL], | 538 'language/expressions/prefix-decrement/S11.4.5_A5_T3': [FAIL], |
| 427 'language/expressions/prefix-decrement/S11.4.5_A5_T4': [FAIL], | 539 'language/expressions/prefix-decrement/S11.4.5_A5_T4': [FAIL], |
| 428 'language/expressions/prefix-decrement/S11.4.5_A5_T5': [FAIL], | 540 'language/expressions/prefix-decrement/S11.4.5_A5_T5': [FAIL], |
| 429 'language/expressions/prefix-increment/S11.4.4_A5_T1': [FAIL], | 541 'language/expressions/prefix-increment/S11.4.4_A5_T1': [FAIL], |
| 430 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], | 542 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], |
| 431 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], | 543 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], |
| 432 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], | 544 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], |
| 433 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], | 545 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], |
| 546 | |
| 434 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 547 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
| 435 'language/generators/generator.declareMethod.argSuperProperty': [FAIL], | |
| 436 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL], | |
| 437 'language/generators/generator.expression.implicit-name': [FAIL], | |
| 438 | 548 |
| 439 # Test 262 update 2015-03-31 | 549 'language/rest-parameters/arrow-function': [FAIL], |
| 440 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL], | 550 'language/rest-parameters/with-new-target': [PASS, ['sloppy', FAIL]], |
| 441 'built-ins/Symbol/species/Symbol.species.exists': [FAIL], | 551 |
| 442 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL], | 552 'language/statements/class/arguments/access': [PASS, ['sloppy', FAIL]], |
| 443 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL], | 553 'language/statements/class/arguments/default-constructor': [PASS, ['sloppy', F AIL]], |
| 444 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL], | 554 'language/statements/class/definition/accessors': [PASS, ['sloppy', FAIL]], |
| 445 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL], | 555 'language/statements/class/definition/basics': [PASS, ['sloppy', FAIL]], |
| 446 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL], | 556 'language/statements/class/definition/constructable-but-no-prototype': [PASS, ['sloppy', FAIL]], |
| 447 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL], | 557 'language/statements/class/definition/constructor': [PASS, ['sloppy', FAIL]], |
| 448 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL], | 558 'language/statements/class/definition/constructor-property': [PASS, ['sloppy', FAIL]], |
| 449 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 559 'language/statements/class/definition/constructor-strict-by-default': [PASS, [ 'sloppy', FAIL]], |
| 450 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-1': [FAIL], | 560 'language/statements/class/definition/getters': [PASS, ['sloppy', FAIL]], |
| 451 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-2': [FAIL], | 561 'language/statements/class/definition/getters-2': [PASS, ['sloppy', FAIL]], |
| 452 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-1': [FAIL], | 562 'language/statements/class/definition/implicit-constructor': [PASS, ['sloppy', FAIL]], |
| 453 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-2': [FAIL], | 563 'language/statements/class/definition/invalid-extends': [PASS, ['sloppy', FAIL ]], |
| 454 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [FAIL], | 564 'language/statements/class/definition/methods': [PASS, ['sloppy', FAIL]], |
| 455 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [FAIL], | 565 'language/statements/class/definition/methods-named-eval-arguments': [PASS, [' sloppy', FAIL]], |
| 456 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl ock-let-declaration-unseen-outside-of-block': [FAIL], | 566 'language/statements/class/definition/numeric-property-names': [PASS, ['sloppy ', FAIL]], |
| 457 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-1': [FAIL], | 567 'language/statements/class/definition/prototype-getter': [PASS, ['sloppy', FAI L]], |
| 458 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-2': [FAIL], | 568 'language/statements/class/definition/prototype-property': [PASS, ['sloppy', F AIL]], |
| 459 'language/block-scope/leave/verify-context-in-finally-block': [FAIL], | 569 'language/statements/class/definition/prototype-setter': [PASS, ['sloppy', FAI L]], |
| 460 'language/block-scope/leave/verify-context-in-for-loop-block': [FAIL], | 570 'language/statements/class/definition/prototype-wiring': [PASS, ['sloppy', FAI L]], |
| 461 'language/block-scope/leave/verify-context-in-labelled-block': [FAIL], | 571 'language/statements/class/definition/setters': [PASS, ['sloppy', FAIL]], |
| 462 'language/block-scope/leave/verify-context-in-try-block': [FAIL], | 572 'language/statements/class/definition/setters-2': [PASS, ['sloppy', FAIL]], |
| 463 'language/block-scope/leave/x-after-break-to-label': [FAIL], | 573 'language/statements/class/definition/side-effects-in-extends': [PASS, ['slopp y', FAIL]], |
| 464 'language/block-scope/leave/x-before-continue': [FAIL], | 574 'language/statements/class/definition/side-effects-in-property-define': [PASS, ['sloppy', FAIL]], |
| 465 'language/block-scope/return-from/block-let': [FAIL], | 575 'language/statements/class/definition/this-access-restriction': [PASS, ['slopp y', FAIL]], |
| 466 'language/block-scope/semantics/const/block-local-closure-get-before-initializ ation': [FAIL], | 576 'language/statements/class/definition/this-access-restriction-2': [PASS, ['slo ppy', FAIL]], |
| 467 'language/block-scope/semantics/const/block-local-use-before-initialization-in -declaration-statement': [FAIL], | 577 'language/statements/class/definition/this-check-ordering': [PASS, ['sloppy', FAIL]], |
| 468 'language/block-scope/semantics/const/block-local-use-before-initialization-in -prior-statement': [FAIL], | 578 'language/statements/class/name-binding/basic': [PASS, ['sloppy', FAIL]], |
| 469 'language/block-scope/semantics/const/function-local-closure-get-before-initia lization': [FAIL], | 579 'language/statements/class/name-binding/const': [PASS, ['sloppy', FAIL]], |
| 470 'language/block-scope/semantics/const/function-local-use-before-initialization -in-declaration-statement': [FAIL], | 580 'language/statements/class/name-binding/expression': [PASS, ['sloppy', FAIL]], |
| 471 'language/block-scope/semantics/const/function-local-use-before-initialization -in-prior-statement': [FAIL], | 581 'language/statements/class/strict-mode/arguments-caller': [PASS, ['sloppy', FA IL]], |
| 472 'language/block-scope/semantics/const/global-closure-get-before-initialization ': [FAIL], | 582 'language/statements/class/subclass/binding': [PASS, ['sloppy', FAIL]], |
| 473 'language/block-scope/semantics/const/global-use-before-initialization-in-decl aration-statement': [FAIL], | 583 'language/statements/class/subclass/builtins': [PASS, ['sloppy', FAIL]], |
| 474 'language/block-scope/semantics/const/global-use-before-initialization-in-prio r-statement': [FAIL], | 584 'language/statements/class/subclass/class-definition-evaluation-empty-construc tor-heritage-present': [PASS, ['sloppy', FAIL]], |
| 475 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [F AIL], | 585 'language/statements/class/subclass/class-definition-null-proto': [PASS, ['slo ppy', FAIL]], |
| 476 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter': [FAIL], | 586 'language/statements/class/subclass/class-definition-null-proto-contains-retur n-override': [PASS, ['sloppy', FAIL]], |
| 477 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-le t-const-and-var-variables': [FAIL], | 587 'language/statements/class/subclass/class-definition-null-proto-missing-return -override': [PASS, ['sloppy', FAIL]], |
| 478 'language/block-scope/shadowing/dynamic-lookup-from-closure': [FAIL], | 588 'language/statements/class/subclass/class-definition-superclass-generator': [P ASS, ['sloppy', FAIL]], |
| 479 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts': [FAIL], | 589 'language/statements/class/subclass/default-constructor': [PASS, ['sloppy', FA IL]], |
| 480 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [F AIL], | 590 'language/statements/class/subclass/default-constructor-2': [PASS, ['sloppy', FAIL]], |
| 481 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let- const-and-var': [FAIL], | 591 'language/statements/class/subclass/derived-class-return-override-with-boolean ': [PASS, ['sloppy', FAIL]], |
| 482 'language/block-scope/shadowing/lookup-from-closure': [FAIL], | 592 'language/statements/class/subclass/derived-class-return-override-with-empty': [PASS, ['sloppy', FAIL]], |
| 483 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [FAIL], | 593 'language/statements/class/subclass/derived-class-return-override-with-null': [PASS, ['sloppy', FAIL]], |
| 484 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-co nst-and-var': [FAIL], | 594 'language/statements/class/subclass/derived-class-return-override-with-number' : [PASS, ['sloppy', FAIL]], |
| 485 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-mixed-with-without-initialiser': [FAIL], | 595 'language/statements/class/subclass/derived-class-return-override-with-object' : [PASS, ['sloppy', FAIL]], |
| 486 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-mixed-without-with-initialiser': [FAIL], | 596 'language/statements/class/subclass/derived-class-return-override-with-string' : [PASS, ['sloppy', FAIL]], |
| 487 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-without-initialiser': [FAIL], | 597 'language/statements/class/subclass/derived-class-return-override-with-symbol' : [PASS, ['sloppy', FAIL]], |
| 488 'language/block-scope/syntax/const-declaration/with-initializer-do-statement-w hile-expression': [FAIL], | 598 'language/statements/class/subclass/derived-class-return-override-with-this': [PASS, ['sloppy', FAIL]], |
| 489 'language/block-scope/syntax/const-declaration/with-initializer-for-statement' : [FAIL], | 599 'language/statements/class/subclass/derived-class-return-override-with-undefin ed': [PASS, ['sloppy', FAIL]], |
| 490 'language/block-scope/syntax/const-declaration/with-initializer-if-expression- statement': [FAIL], | 600 'language/statements/class/subclass/superclass-prototype-setter-constructor': [PASS, ['sloppy', FAIL]], |
| 491 'language/block-scope/syntax/const-declaration/with-initializer-if-expression- statement-else-statement': [FAIL], | 601 'language/statements/class/subclass/superclass-prototype-setter-method-overrid e': [PASS, ['sloppy', FAIL]], |
| 492 'language/block-scope/syntax/const-declaration/with-initializer-label-statemen t': [FAIL], | 602 'language/statements/class/subclass/superclass-static-method-override': [PASS, ['sloppy', FAIL]], |
| 493 'language/block-scope/syntax/const-declaration/with-initializer-while-expressi on-statement': [FAIL], | 603 'language/statements/class/super/in-constructor': [PASS, ['sloppy', FAIL]], |
| 494 'language/block-scope/syntax/const-declaration/without-initializer-case-expres sion-statement-list': [FAIL], | 604 'language/statements/class/super/in-getter': [PASS, ['sloppy', FAIL]], |
| 495 'language/block-scope/syntax/const-declaration/without-initializer-default-sta tement-list': [FAIL], | 605 'language/statements/class/super/in-methods': [PASS, ['sloppy', FAIL]], |
| 496 'language/block-scope/syntax/const-declaration/without-initializer-do-statemen t-while-expression': [FAIL], | 606 'language/statements/class/super/in-setter': [PASS, ['sloppy', FAIL]], |
| 497 'language/block-scope/syntax/const-declaration/without-initializer-for-stateme nt': [FAIL], | 607 'language/statements/class/super/in-static-getter': [PASS, ['sloppy', FAIL]], |
| 498 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi on-statement': [FAIL], | 608 'language/statements/class/super/in-static-methods': [PASS, ['sloppy', FAIL]], |
| 499 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi on-statement-else-statement': [FAIL], | 609 'language/statements/class/super/in-static-setter': [PASS, ['sloppy', FAIL]], |
| 500 'language/block-scope/syntax/const-declaration/without-initializer-label-state ment': [FAIL], | 610 'language/statements/class/syntax/class-body-has-direct-super-class-heritage': [PASS, ['sloppy', FAIL]], |
| 501 'language/block-scope/syntax/const-declaration/without-initializer-while-expre ssion-statement': [FAIL], | 611 'language/statements/class/syntax/class-body-method-definition-super-property' : [PASS, ['sloppy', FAIL]], |
| 502 'language/block-scope/syntax/for-in/acquire-properties-from-array': [FAIL], | 612 'language/statements/class/syntax/class-declaration-binding-identifier-class-e lement-list': [PASS, ['sloppy', FAIL]], |
| 503 'language/block-scope/syntax/for-in/acquire-properties-from-object': [FAIL], | 613 'language/statements/class/syntax/class-declaration-computed-method-definition ': [PASS, ['sloppy', FAIL]], |
| 504 'language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound -name': [FAIL], | 614 'language/statements/class/syntax/class-declaration-computed-method-generator- definition': [PASS, ['sloppy', FAIL]], |
| 505 'language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression ': [SKIP], # iloops | 615 'language/statements/class/syntax/class-declaration-heritage-identifier-refere nce-class-element-list': [PASS, ['sloppy', FAIL]], |
| 506 'language/block-scope/syntax/for-loop/const-outer-inner-let-bindings': [FAIL], | 616 'language/statements/class/syntax/class-expression': [PASS, ['sloppy', FAIL]], |
| 507 'language/block-scope/syntax/for-loop/let-closure-inside-condition': [FAIL], | 617 'language/statements/class/syntax/class-expression-binding-identifier-opt-clas s-element-list': [PASS, ['sloppy', FAIL]], |
| 508 'language/block-scope/syntax/for-loop/let-closure-inside-initialization': [FAI L], | 618 'language/statements/class/syntax/class-expression-heritage-identifier-referen ce': [PASS, ['sloppy', FAIL]], |
| 509 'language/block-scope/syntax/for-loop/let-closure-inside-next-expression': [FA IL], | 619 'language/statements/class/syntax/class-method-propname-constructor': [PASS, [ 'sloppy', FAIL]], |
| 510 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca ted-for-each-iteration-multi-let-binding': [FAIL], | 620 'language/statements/class/syntax/early-errors/class-body-constructor-empty-mi ssing-class-heritage': [PASS, ['sloppy', FAIL]], |
| 511 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca ted-for-each-iteration-single-let-binding': [FAIL], | 621 |
| 512 'language/block-scope/syntax/for-loop/let-outer-inner-let-bindings': [FAIL], | 622 'language/statements/continue/labeled-continue': [PASS, ['sloppy', FAIL]], |
| 513 'language/block-scope/syntax/function-declarations/in-statement-position-do-st atement-while-expression': [FAIL], | 623 'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PAS S, ['sloppy', FAIL]], |
| 514 'language/block-scope/syntax/function-declarations/in-statement-position-for-s tatement': [FAIL], | 624 'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [P ASS, ['sloppy', FAIL]], |
| 515 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement': [FAIL], | 625 'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PAS S, ['sloppy', FAIL]], |
| 516 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement-else-statement': [FAIL], | 626 'language/statements/continue/no-label-continue': [PASS, ['sloppy', FAIL]], |
| 517 'language/block-scope/syntax/function-declarations/in-statement-position-while -expression-statement': [FAIL], | 627 'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continu e': [PASS, ['sloppy', FAIL]], |
| 518 'language/block-scope/syntax/global-and-block/const': [FAIL], | 628 'language/statements/continue/simple-and-labeled': [PASS, ['sloppy', FAIL]], |
| 519 'language/block-scope/syntax/global-and-block/let': [FAIL], | 629 |
| 520 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p ositions-case-expression-statement-list': [FAIL], | 630 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, ['sl oppy', FAIL]], |
| 521 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p ositions-default-statement-list': [FAIL], | 631 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]], |
| 522 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [FAIL], | 632 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, ['slop py', FAIL]], |
| 523 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-var': [FAIL], | 633 'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, [' sloppy', FAIL]], |
| 524 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w ith-function-declaration': [FAIL], | 634 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, ['sl oppy', FAIL]], |
| 525 'language/computed-property-names/class/method/constructor-can-be-generator': [FAIL], | 635 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]], |
| 526 'language/computed-property-names/class/method/constructor-can-be-getter': [FA IL], | 636 'language/statements/for-of/iterator-as-proxy': [FAIL], |
| 527 'language/computed-property-names/class/method/constructor-can-be-setter': [FA IL], | 637 'language/statements/for-of/iterator-next-result-type': [FAIL], |
| 528 'language/computed-property-names/class/method/constructor-duplicate-1': [FAIL ], | 638 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, ['slop py', FAIL]], |
| 529 'language/computed-property-names/class/method/constructor-duplicate-2': [FAIL ], | 639 'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, [' sloppy', FAIL]], |
| 530 'language/computed-property-names/class/method/constructor-duplicate-3': [FAIL ], | 640 'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, ['slop py', FAIL]], |
| 531 'language/computed-property-names/class/static/generator-constructor': [FAIL], | 641 'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, ['sloppy ', FAIL]], |
| 532 'language/computed-property-names/class/static/generator-prototype': [FAIL], | 642 |
| 533 'language/computed-property-names/class/static/getter-constructor': [FAIL], | 643 'language/statements/generators/yield-as-function-expression-binding-identifie r': [FAIL], |
| 534 'language/computed-property-names/class/static/getter-prototype': [FAIL], | 644 |
| 535 'language/computed-property-names/class/static/method-constructor': [FAIL], | 645 'language/statements/let/syntax/let': [PASS, ['sloppy', FAIL]], |
| 536 'language/computed-property-names/class/static/method-prototype': [FAIL], | 646 'language/statements/let/syntax/let-closure-inside-condition': [PASS, ['sloppy ', FAIL]], |
| 537 'language/computed-property-names/class/static/setter-constructor': [FAIL], | 647 'language/statements/let/syntax/let-closure-inside-initialization': [PASS, ['s loppy', FAIL]], |
| 538 'language/computed-property-names/class/static/setter-prototype': [FAIL], | 648 'language/statements/let/syntax/let-closure-inside-next-expression': [PASS, [' sloppy', FAIL]], |
| 539 'language/for-of/iterator-as-proxy': [FAIL], | 649 'language/statements/let/syntax/let-iteration-variable-is-freshly-allocated-fo r-each-iteration-multi-let-binding': [PASS, ['sloppy', FAIL]], |
| 540 'language/for-of/iterator-next-result-type': [FAIL], | 650 'language/statements/let/syntax/let-iteration-variable-is-freshly-allocated-fo r-each-iteration-single-let-binding': [PASS, ['sloppy', FAIL]], |
| 651 'language/statements/let/syntax/let-outer-inner-let-bindings': [PASS, ['sloppy ', FAIL]], | |
| 652 'language/statements/let/syntax/with-initialisers-in-statement-positions-case- expression-statement-list': [PASS, ['sloppy', FAIL]], | |
| 653 'language/statements/let/syntax/with-initialisers-in-statement-positions-defau lt-statement-list': [PASS, ['sloppy', FAIL]], | |
| 654 'language/statements/let/syntax/without-initialisers-in-statement-positions-ca se-expression-statement-list': [PASS, ['sloppy', FAIL]], | |
| 655 'language/statements/let/syntax/without-initialisers-in-statement-positions-de fault-statement-list': [PASS, ['sloppy', FAIL]], | |
| 656 | |
| 657 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [PASS, 'sloppy', TIMEOUT], | |
| 658 | |
| 659 'language/statements/const/block-local-closure-get-before-initialization': [PA SS, ['sloppy', FAIL]], | |
| 660 'language/statements/const/block-local-use-before-initialization-in-declaratio n-statement': [PASS, ['sloppy', FAIL]], | |
| 661 'language/statements/const/block-local-use-before-initialization-in-prior-stat ement': [PASS, ['sloppy', FAIL]], | |
| 662 'language/statements/const/function-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]], | |
| 663 'language/statements/const/function-local-use-before-initialization-in-declara tion-statement': [PASS, ['sloppy', FAIL]], | |
| 664 'language/statements/const/function-local-use-before-initialization-in-prior-s tatement': [PASS, ['sloppy', FAIL]], | |
| 665 'language/statements/const/global-closure-get-before-initialization': [PASS, [ 'sloppy', FAIL]], | |
| 666 'language/statements/const/global-use-before-initialization-in-declaration-sta tement': [PASS, ['sloppy', FAIL]], | |
| 667 'language/statements/const/global-use-before-initialization-in-prior-statement ': [PASS, ['sloppy', FAIL]], | |
| 668 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed- with-without-initialiser': [PASS, ['sloppy', FAIL]], | |
| 669 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed- without-with-initialiser': [PASS, ['sloppy', FAIL]], | |
| 670 'language/statements/const/syntax/block-scope-syntax-const-declarations-withou t-initialiser': [PASS, ['sloppy', FAIL]], | |
| 671 'language/statements/const/syntax/const': [PASS, ['sloppy', FAIL]], | |
| 672 'language/statements/const/syntax/const-invalid-assignment-statement-body-for- in': [PASS, ['sloppy', FAIL]], | |
| 673 'language/statements/const/syntax/const-invalid-assignment-statement-body-for- of': [PASS, ['sloppy', FAIL]], | |
| 674 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, ['sl oppy', FAIL]], | |
| 675 'language/statements/const/syntax/with-initializer-do-statement-while-expressi on': [PASS, ['sloppy', FAIL]], | |
| 676 'language/statements/const/syntax/with-initializer-for-statement': [PASS, ['sl oppy', FAIL]], | |
| 677 'language/statements/const/syntax/with-initializer-if-expression-statement': [ PASS, ['sloppy', FAIL]], | |
| 678 'language/statements/const/syntax/with-initializer-if-expression-statement-els e-statement': [PASS, ['sloppy', FAIL]], | |
| 679 'language/statements/const/syntax/with-initializer-label-statement': [PASS, [' sloppy', FAIL]], | |
| 680 'language/statements/const/syntax/with-initializer-while-expression-statement' : [PASS, ['sloppy', FAIL]], | |
| 681 'language/statements/const/syntax/without-initializer-case-expression-statemen t-list': [PASS, ['sloppy', FAIL]], | |
| 682 'language/statements/const/syntax/without-initializer-default-statement-list': [PASS, ['sloppy', FAIL]], | |
| 683 'language/statements/const/syntax/without-initializer-do-statement-while-expre ssion': [PASS, ['sloppy', FAIL]], | |
| 684 'language/statements/const/syntax/without-initializer-for-statement': [PASS, [ 'sloppy', FAIL]], | |
| 685 'language/statements/const/syntax/without-initializer-if-expression-statement' : [PASS, ['sloppy', FAIL]], | |
| 686 'language/statements/const/syntax/without-initializer-if-expression-statement- else-statement': [PASS, ['sloppy', FAIL]], | |
| 687 'language/statements/const/syntax/without-initializer-label-statement': [PASS, ['sloppy', FAIL]], | |
| 688 'language/statements/const/syntax/without-initializer-while-expression-stateme nt': [PASS, ['sloppy', FAIL]], | |
| 541 | 689 |
| 542 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 690 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 543 | 691 |
| 544 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) | 692 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) |
| 545 | 693 |
| 546 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 694 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
| 547 # floating point formats, so these tests checking 64-bit FP precision fail. | 695 # floating point formats, so these tests checking 64-bit FP precision fail. |
| 548 # The other platforms/arch's pass these tests. | 696 # The other platforms/arch's pass these tests. |
| 549 # We follow the other major JS engines by keeping this default. | 697 # We follow the other major JS engines by keeping this default. |
| 550 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 698 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 565 | 713 |
| 566 # Test makes unjustified assumptions about the number of calls to SortCompare. | 714 # Test makes unjustified assumptions about the number of calls to SortCompare. |
| 567 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 715 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
| 568 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 716 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
| 569 | 717 |
| 570 # Tests do not return boolean. | 718 # Tests do not return boolean. |
| 571 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], | 719 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], |
| 572 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], | 720 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], |
| 573 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], | 721 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], |
| 574 | 722 |
| 575 # # String.prototype.contains renamed to 'S.p.includes' | |
| 576 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [FAIL_OK], | |
| 577 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA IL_OK], | |
| 578 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK], | |
| 579 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL _OK], | |
| 580 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK ], | |
| 581 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK], | |
| 582 | |
| 583 # Function restricted "caller" and "arguments" properties are defined only on | |
| 584 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6 | |
| 585 'language/statements/function/13.2-29-s': [FAIL_OK], | |
| 586 'language/statements/function/13.2-30-s': [FAIL_OK], | |
| 587 'language/statements/function/13.2-31-s': [FAIL_OK], | |
| 588 'language/statements/function/13.2-32-s': [FAIL_OK], | |
| 589 'language/statements/function/13.2-33-s': [FAIL_OK], | |
| 590 'language/statements/function/13.2-34-s': [FAIL_OK], | |
| 591 'language/statements/function/13.2-35-s': [FAIL_OK], | |
| 592 'language/statements/function/13.2-36-s': [FAIL_OK], | |
| 593 'language/statements/function/S13.2.3_A1': [FAIL_OK], | |
| 594 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], | |
| 595 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], | |
| 596 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], | |
| 597 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], | |
| 598 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], | |
| 599 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], | |
| 600 | |
| 601 # This invalid test has been fixed upstream. | |
| 602 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI L], | |
| 603 | |
| 604 ############################ SKIPPED TESTS ############################# | 723 ############################ SKIPPED TESTS ############################# |
| 605 | 724 |
| 606 # These tests take a looong time to run in debug mode. | 725 # These tests take a looong time to run in debug mode. |
| 607 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 726 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
| 608 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]], | 727 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]], |
| 609 }], # ALWAYS | 728 }], # ALWAYS |
| 610 | 729 |
| 611 ['system == macos', { | 730 ['system == macos', { |
| 612 'intl402/11.3.2_TRP': [FAIL], | 731 'intl402/11.3.2_TRP': [FAIL], |
| 613 'intl402/9.2.5_11_g_ii_2': [FAIL], | 732 'intl402/9.2.5_11_g_ii_2': [FAIL], |
| 614 }], # system == macos | 733 }], # system == macos |
| 615 | 734 |
| 616 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { | 735 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { |
| 617 | 736 |
| 618 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 737 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 619 # compilation of parenthesized function literals. Needs investigation. | 738 # compilation of parenthesized function literals. Needs investigation. |
| 620 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 739 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
| 621 | 740 |
| 622 # BUG(3251225): Tests that timeout with --nocrankshaft. | 741 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 623 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 742 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 624 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 743 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 625 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 744 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 626 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 745 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 627 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 746 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 628 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 747 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 629 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 748 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 630 ] | 749 ] |
| OLD | NEW |