| 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 |
| 51 ###################### MISSING ES6 FEATURES ####################### | 57 ###################### MISSING ES6 FEATURES ####################### |
| 52 | 58 |
| 53 # Class, let, const in sloppy mode. | 59 # Requires --harmony-sloppy |
| 54 # https://code.google.com/p/v8/issues/detail?id=3305 | 60 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], |
| 55 'language/block-scope/*': [PASS, ['sloppy', FAIL]], | 61 |
| 62 # --harmony-computed-property-names is not yet enabled |
| 63 'language/computed-property-names/class/accessor/getter': [FAIL], |
| 64 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], |
| 65 'language/computed-property-names/class/accessor/setter': [FAIL], |
| 66 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL], |
| 67 'language/computed-property-names/class/method/constructor': [FAIL], |
| 68 'language/computed-property-names/class/method/generator': [FAIL], |
| 69 'language/computed-property-names/class/method/number': [FAIL], |
| 70 'language/computed-property-names/class/method/string': [FAIL], |
| 71 'language/computed-property-names/class/method/symbol': [FAIL], |
| 72 'language/computed-property-names/class/static/method-number': [FAIL], |
| 73 'language/computed-property-names/class/static/method-string': [FAIL], |
| 74 'language/computed-property-names/class/static/method-symbol': [FAIL], |
| 75 'language/computed-property-names/to-name-side-effects/class': [FAIL], |
| 76 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL], |
| 56 | 77 |
| 57 # Number.prototype is a plain object in ES6 | 78 # Number.prototype is a plain object in ES6 |
| 58 'built-ins/Number/15.7.4-1': [FAIL], | 79 'built-ins/Number/15.7.4-1': [FAIL], |
| 59 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | 80 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL], |
| 81 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL], |
| 60 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], | 82 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], |
| 61 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], | 83 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], |
| 62 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], | 84 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], |
| 63 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], | 85 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL], |
| 64 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], | 86 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL], |
| 65 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], | 87 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T03': [FAIL], |
| 88 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T01': [FAIL], |
| 89 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T02': [FAIL], |
| 90 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T03': [FAIL], |
| 91 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T04': [FAIL], |
| 92 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T05': [FAIL], |
| 93 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T06': [FAIL], |
| 94 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T07': [FAIL], |
| 95 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T08': [FAIL], |
| 96 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T09': [FAIL], |
| 97 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T10': [FAIL], |
| 98 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T11': [FAIL], |
| 99 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T12': [FAIL], |
| 100 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T13': [FAIL], |
| 101 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T14': [FAIL], |
| 102 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T15': [FAIL], |
| 103 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T16': [FAIL], |
| 104 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T17': [FAIL], |
| 105 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T18': [FAIL], |
| 106 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T19': [FAIL], |
| 107 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T20': [FAIL], |
| 108 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T21': [FAIL], |
| 109 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T22': [FAIL], |
| 110 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T23': [FAIL], |
| 111 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T24': [FAIL], |
| 112 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T25': [FAIL], |
| 113 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T26': [FAIL], |
| 114 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T27': [FAIL], |
| 115 '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], |
| 117 '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], |
| 119 '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], |
| 121 '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], |
| 123 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL], |
| 66 | 124 |
| 67 # https://code.google.com/p/v8/issues/detail?id=4118 | 125 ######################## OBSOLETED BY ES6 ########################### |
| 68 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL], | |
| 69 | 126 |
| 70 # https://code.google.com/p/v8/issues/detail?id=4093 | 127 # ES6 allows duplicate properties |
| 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], |
| 71 | 137 |
| 72 ######################## NEEDS INVESTIGATION ########################### | 138 ######################## NEEDS INVESTIGATION ########################### |
| 73 | 139 |
| 74 # These test failures are specific to the intl402 suite and need investigation | 140 # These test failures are specific to the intl402 suite and need investigation |
| 75 # to be either marked as bugs with issues filed for them or as deliberate | 141 # to be either marked as bugs with issues filed for them or as deliberate |
| 76 # incompatibilities if the test cases turn out to be broken or ambiguous. | 142 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 77 'intl402/6.2.3': [FAIL], | 143 'intl402/6.2.3': [FAIL], |
| 78 'intl402/9.2.1_2': [FAIL], | 144 'intl402/9.2.1_2': [FAIL], |
| 79 'intl402/9.2.6_2': [FAIL], | 145 'intl402/9.2.6_2': [FAIL], |
| 80 'intl402/10.1.1_a': [FAIL], | 146 'intl402/10.1.1_a': [FAIL], |
| 147 'intl402/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
| 81 'intl402/10.1.2.1_4': [FAIL], | 148 'intl402/10.1.2.1_4': [FAIL], |
| 82 'intl402/10.1.2_a': [PASS, FAIL], | |
| 83 'intl402/10.2.3_b': [PASS, FAIL], | 149 'intl402/10.2.3_b': [PASS, FAIL], |
| 84 'intl402/10.3.2_1_c': [PASS, FAIL], | |
| 85 'intl402/10.3.2_CS_b_NN': [PASS, FAIL], | |
| 86 'intl402/10.3.2_CS_c_NN': [PASS, FAIL], | |
| 87 'intl402/10.3.2_CS_d_NN': [PASS, FAIL], | |
| 88 'intl402/10.3_a': [FAIL], | 150 'intl402/10.3_a': [FAIL], |
| 151 'intl402/11.1.1_17': [PASS, FAIL], |
| 152 'intl402/11.1.1_19': [PASS, FAIL], |
| 89 'intl402/11.1.1_20_c': [FAIL], | 153 'intl402/11.1.1_20_c': [FAIL], |
| 90 'intl402/11.1.1_a': [FAIL], | 154 'intl402/11.1.1_a': [FAIL], |
| 91 'intl402/11.1.2': [PASS, FAIL], | |
| 92 'intl402/11.1.2.1_4': [FAIL], | 155 'intl402/11.1.2.1_4': [FAIL], |
| 156 'intl402/11.3.2_FN_2': [PASS, FAIL], |
| 157 'intl402/11.3.2_TRF': [PASS, FAIL], |
| 93 'intl402/11.3_a': [FAIL], | 158 'intl402/11.3_a': [FAIL], |
| 94 'intl402/12.1.1_a': [FAIL], | 159 'intl402/12.1.1_a': [FAIL], |
| 95 'intl402/12.1.2': [PASS, FAIL], | |
| 96 'intl402/12.1.2.1_4': [FAIL], | 160 'intl402/12.1.2.1_4': [FAIL], |
| 97 'intl402/12.3.2_FDT_7_a_iv': [FAIL], | 161 'intl402/12.3.2_FDT_7_a_iv': [FAIL], |
| 98 'intl402/12.3.3': [FAIL], | 162 'intl402/12.3.3': [FAIL], |
| 99 'intl402/12.3_a': [FAIL], | 163 'intl402/12.3_a': [FAIL], |
| 100 'intl402/13.1.1_7': [PASS, FAIL], | |
| 101 'intl402/13.2.1_5': [PASS, FAIL], | |
| 102 'intl402/13.3.0_7': [PASS, FAIL], | |
| 103 | 164 |
| 104 # Test 262 update 2015-06-11 | 165 # Test 262 update 2015-03-11 |
| 105 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, ['
sloppy', FAIL]], | 166 'built-ins/Array/isArray/15.4.3.2-0-5': [FAIL], |
| 167 'built-ins/Array/prototype/S15.4.3.1_A5': [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], |
| 106 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], | 171 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], |
| 107 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], | 172 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], |
| 108 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], | 173 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], |
| 109 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], | 174 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], |
| 110 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], | 175 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], |
| 111 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], | 176 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], |
| 112 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], | 177 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], |
| 113 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], | 178 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], |
| 114 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], | 179 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], |
| 115 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | 180 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], | 223 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], |
| 159 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], | 224 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], |
| 160 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], | 225 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], |
| 161 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], | 226 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], |
| 162 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], | 227 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], |
| 163 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], | 228 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], |
| 164 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], | 229 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], |
| 165 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], | 230 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], |
| 166 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], | 231 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], |
| 167 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], | 232 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], |
| 168 'built-ins/Array/symbol-species': [FAIL], | |
| 169 | |
| 170 'built-ins/ArrayBuffer/symbol-species': [FAIL], | |
| 171 | |
| 172 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | 233 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], |
| 173 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | 234 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], |
| 174 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | 235 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], |
| 175 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | 236 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], |
| 176 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | 237 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], |
| 177 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | 238 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], |
| 178 | |
| 179 'built-ins/Date/15.9.1.15-1': [FAIL], | 239 'built-ins/Date/15.9.1.15-1': [FAIL], |
| 180 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | 240 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
| 181 | |
| 182 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 241 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 183 | 242 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], |
| 184 # https://code.google.com/p/v8/issues/detail?id=4163 | |
| 185 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | |
| 186 | |
| 187 'built-ins/Map/symbol-species': [FAIL], | |
| 188 'built-ins/Set/symbol-species': [FAIL], | |
| 189 | |
| 190 # https://code.google.com/p/v8/issues/detail?id=3566 | |
| 191 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], | |
| 192 | |
| 193 # Our values are inconsistent across backends | |
| 194 'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL], | |
| 195 'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL], | |
| 196 'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL], | |
| 197 'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL], | |
| 198 'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL], | |
| 199 'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL], | |
| 200 'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL], | |
| 201 'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL], | |
| 202 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL], | |
| 203 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL], | |
| 204 'built-ins/Math/atan/S15.8.2.4_A4': [PASS, FAIL], | |
| 205 'built-ins/Math/atan/S15.8.2.4_A5': [PASS, FAIL], | |
| 206 'built-ins/Math/atan/S15.8.2.4_A6': [PASS, FAIL], | |
| 207 'built-ins/Math/atan2/S15.8.2.5_A10': [PASS, FAIL], | |
| 208 'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, FAIL], | |
| 209 'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, FAIL], | |
| 210 'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, FAIL], | |
| 211 'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, FAIL], | |
| 212 'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, FAIL], | |
| 213 'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, FAIL], | |
| 214 'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, FAIL], | |
| 215 'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, FAIL], | |
| 216 'built-ins/Math/atan2/S15.8.2.5_A20': [PASS, FAIL], | |
| 217 'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL], | |
| 218 'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL], | |
| 219 'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL], | |
| 220 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL], | |
| 221 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL], | |
| 222 'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL], | |
| 223 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL], | |
| 224 'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL], | |
| 225 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL], | |
| 226 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL], | |
| 227 | |
| 228 'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL], | |
| 229 'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL], | |
| 230 | |
| 231 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], | 243 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], |
| 232 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], | 244 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], |
| 233 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], | 245 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], |
| 234 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], | 246 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], |
| 235 | 247 'built-ins/Promise/S25.4.3.1_A5.1_T2': [FAIL], |
| 248 'built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2': [FAIL], |
| 249 'built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2': [FAIL], |
| 236 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | 250 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
| 237 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | 251 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
| 238 'built-ins/Promise/symbol-species': [FAIL], | |
| 239 | |
| 240 'built-ins/RegExp/15.10.4.1-1': [FAIL], | |
| 241 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | |
| 242 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | |
| 243 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | |
| 244 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | |
| 245 'built-ins/RegExp/prototype/15.10.6': [FAIL], | 252 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
| 246 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], | |
| 247 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | 253 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
| 248 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], | 254 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], |
| 249 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], | 255 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], |
| 250 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | 256 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
| 251 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], | 257 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], |
| 252 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], | 258 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], |
| 253 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], | 259 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], |
| 254 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], | 260 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], |
| 255 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | 261 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
| 256 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], | 262 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], |
| 257 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], | 263 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], |
| 258 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 264 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
| 259 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], | 265 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], |
| 260 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], | 266 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], |
| 261 'built-ins/RegExp/symbol-species': [FAIL], | |
| 262 | |
| 263 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 267 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
| 264 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 268 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
| 265 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 269 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
| 266 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 270 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
| 267 | 271 'intl402/10.1_L15': [FAIL], |
| 268 'built-ins/Symbol/auto-boxing-strict': [FAIL], | 272 'intl402/10.2.2_L15': [FAIL], |
| 269 'built-ins/Symbol/species/basic': [FAIL], | 273 'intl402/10.3.2_1_a_L15': [FAIL], |
| 270 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 274 'intl402/10.3.2_L15': [FAIL], |
| 271 'built-ins/Symbol/species/subclassing': [FAIL], | 275 'intl402/10.3.3_L15': [FAIL], |
| 272 | 276 'intl402/11.1_L15': [FAIL], |
| 273 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 277 'intl402/11.2.2_L15': [FAIL], |
| 274 'language/class/*': [PASS, ['sloppy', FAIL]], | 278 'intl402/11.3.2_1_a_L15': [FAIL], |
| 275 'language/computed-property-names/class/*': [PASS, ['sloppy', FAIL]], | 279 'intl402/11.3.2_L15': [FAIL], |
| 276 'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy
', FAIL]], | 280 'intl402/11.3.3_L15': [FAIL], |
| 277 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS,
['sloppy', FAIL]], | 281 'intl402/12.1_L15': [FAIL], |
| 278 | 282 'intl402/12.2.2_L15': [FAIL], |
| 279 # new.target | 283 'intl402/12.3.2_1_a_L15': [FAIL], |
| 280 'language/expressions/arrow-function/lexical-new.target': [FAIL], | 284 'intl402/12.3.2_L15': [FAIL], |
| 281 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], | 285 'intl402/12.3.3_L15': [FAIL], |
| 282 | 286 'intl402/13.1.1_L15': [FAIL], |
| 283 'language/expressions/arrow-function/lexical-super-call-from-within-constructo
r':[PASS, ['sloppy', FAIL]], | 287 'intl402/13.2.1_L15': [FAIL], |
| 284 'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy'
, FAIL]], | 288 'intl402/13.3.1_L15': [FAIL], |
| 285 'language/expressions/arrow-function/lexical-super-property-from-within-constr
uctor': [PASS, ['sloppy', FAIL]], | 289 'intl402/13.3.2_L15': [FAIL], |
| 286 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoke
d-arrow': [PASS, ['sloppy', FAIL]], | 290 'intl402/13.3.3_L15': [FAIL], |
| 287 | 291 'language/class/arguments/access': [FAIL], |
| 288 # Default params | 292 'language/class/arguments/default-constructor': [FAIL], |
| 289 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | 293 'language/class/definition/accessors': [FAIL], |
| 290 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | 294 'language/class/definition/basics': [FAIL], |
| 291 | 295 'language/class/definition/constructable-but-no-prototype': [FAIL], |
| 292 'language/expressions/assignment/S11.13.1_A5*': [FAIL], | 296 'language/class/definition/constructor': [FAIL], |
| 293 'language/expressions/assignment/S11.13.1_A6*': [FAIL], | 297 'language/class/definition/constructor-property': [FAIL], |
| 294 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], | 298 'language/class/definition/constructor-strict-by-default': [FAIL], |
| 295 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], | 299 'language/class/definition/getters': [FAIL], |
| 296 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], | 300 'language/class/definition/getters-2': [FAIL], |
| 297 | 301 'language/class/definition/implicit-constructor': [FAIL], |
| 298 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | 302 'language/class/definition/invalid-extends': [FAIL], |
| 299 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | 303 'language/class/definition/methods': [FAIL], |
| 300 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | 304 'language/class/definition/methods-named-eval-arguments': [FAIL], |
| 301 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | 305 'language/class/definition/numeric-property-names': [FAIL], |
| 302 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | 306 'language/class/definition/prototype-getter': [FAIL], |
| 303 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | 307 'language/class/definition/prototype-property': [FAIL], |
| 304 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | 308 'language/class/definition/prototype-setter': [FAIL], |
| 305 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | 309 'language/class/definition/prototype-wiring': [FAIL], |
| 306 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], | 310 'language/class/definition/setters': [FAIL], |
| 307 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], | 311 'language/class/definition/setters-2': [FAIL], |
| 308 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], | 312 'language/class/definition/side-effects-in-extends': [FAIL], |
| 309 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], | 313 'language/class/definition/side-effects-in-property-define': [FAIL], |
| 310 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], | 314 'language/class/definition/this-access-restriction': [FAIL], |
| 311 | 315 'language/class/definition/this-access-restriction-2': [FAIL], |
| 312 'language/expressions/generators/implicit-name': [FAIL], | 316 'language/class/definition/this-check-ordering': [FAIL], |
| 313 'language/expressions/generators/name-property-descriptor': [FAIL], | 317 'language/class/name-binding/basic': [FAIL], |
| 314 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], | 318 'language/class/name-binding/const': [FAIL], |
| 315 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], | 319 'language/class/name-binding/expression': [FAIL], |
| 316 | 320 'language/class/strict-mode/arguments-caller': [FAIL], |
| 317 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], | 321 'language/class/subclass/binding': [FAIL], |
| 318 'language/expressions/object/method-definition/generator-shadow-parameter-cons
t': [PASS, ['sloppy', FAIL]], | 322 'language/class/subclass/builtins': [FAIL], |
| 319 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], | 323 'language/class/subclass/default-constructor': [FAIL], |
| 320 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | 324 'language/class/subclass/default-constructor-2': [FAIL], |
| 321 | 325 'language/class/subclass/null': [FAIL], |
| 326 'language/class/subclass/superclass-prototype-setter-constructor': [FAIL], |
| 327 'language/class/subclass/superclass-prototype-setter-method-override': [FAIL], |
| 328 'language/class/subclass/superclass-static-method-override': [FAIL], |
| 329 'language/class/super/in-constructor': [FAIL], |
| 330 'language/class/super/in-getter': [FAIL], |
| 331 'language/class/super/in-methods': [FAIL], |
| 332 'language/class/super/in-setter': [FAIL], |
| 333 'language/class/super/in-static-getter': [FAIL], |
| 334 'language/class/super/in-static-methods': [FAIL], |
| 335 'language/class/super/in-static-setter': [FAIL], |
| 336 'language/expressions/assignment/S11.13.1_A5_T1': [FAIL], |
| 337 'language/expressions/assignment/S11.13.1_A5_T2': [FAIL], |
| 338 'language/expressions/assignment/S11.13.1_A5_T3': [FAIL], |
| 339 'language/expressions/assignment/S11.13.1_A5_T4': [FAIL], |
| 340 'language/expressions/assignment/S11.13.1_A5_T5': [FAIL], |
| 341 'language/expressions/assignment/S11.13.1_A6_T1': [FAIL], |
| 342 'language/expressions/assignment/S11.13.1_A6_T2': [FAIL], |
| 343 'language/expressions/assignment/S11.13.1_A6_T3': [FAIL], |
| 344 'language/expressions/compound-assignment/S11.13.2_A5.10_T1': [FAIL], |
| 345 'language/expressions/compound-assignment/S11.13.2_A5.10_T2': [FAIL], |
| 346 'language/expressions/compound-assignment/S11.13.2_A5.10_T3': [FAIL], |
| 347 'language/expressions/compound-assignment/S11.13.2_A5.10_T4': [FAIL], |
| 348 'language/expressions/compound-assignment/S11.13.2_A5.10_T5': [FAIL], |
| 349 'language/expressions/compound-assignment/S11.13.2_A5.11_T1': [FAIL], |
| 350 'language/expressions/compound-assignment/S11.13.2_A5.11_T2': [FAIL], |
| 351 'language/expressions/compound-assignment/S11.13.2_A5.11_T3': [FAIL], |
| 352 'language/expressions/compound-assignment/S11.13.2_A5.11_T4': [FAIL], |
| 353 'language/expressions/compound-assignment/S11.13.2_A5.11_T5': [FAIL], |
| 354 'language/expressions/compound-assignment/S11.13.2_A5.1_T1': [FAIL], |
| 355 'language/expressions/compound-assignment/S11.13.2_A5.1_T2': [FAIL], |
| 356 'language/expressions/compound-assignment/S11.13.2_A5.1_T3': [FAIL], |
| 357 'language/expressions/compound-assignment/S11.13.2_A5.1_T4': [FAIL], |
| 358 'language/expressions/compound-assignment/S11.13.2_A5.1_T5': [FAIL], |
| 359 'language/expressions/compound-assignment/S11.13.2_A5.2_T1': [FAIL], |
| 360 'language/expressions/compound-assignment/S11.13.2_A5.2_T2': [FAIL], |
| 361 'language/expressions/compound-assignment/S11.13.2_A5.2_T3': [FAIL], |
| 362 'language/expressions/compound-assignment/S11.13.2_A5.2_T4': [FAIL], |
| 363 'language/expressions/compound-assignment/S11.13.2_A5.2_T5': [FAIL], |
| 364 'language/expressions/compound-assignment/S11.13.2_A5.3_T1': [FAIL], |
| 365 'language/expressions/compound-assignment/S11.13.2_A5.3_T2': [FAIL], |
| 366 'language/expressions/compound-assignment/S11.13.2_A5.3_T3': [FAIL], |
| 367 'language/expressions/compound-assignment/S11.13.2_A5.3_T4': [FAIL], |
| 368 'language/expressions/compound-assignment/S11.13.2_A5.3_T5': [FAIL], |
| 369 'language/expressions/compound-assignment/S11.13.2_A5.4_T1': [FAIL], |
| 370 'language/expressions/compound-assignment/S11.13.2_A5.4_T2': [FAIL], |
| 371 'language/expressions/compound-assignment/S11.13.2_A5.4_T3': [FAIL], |
| 372 'language/expressions/compound-assignment/S11.13.2_A5.4_T4': [FAIL], |
| 373 'language/expressions/compound-assignment/S11.13.2_A5.4_T5': [FAIL], |
| 374 'language/expressions/compound-assignment/S11.13.2_A5.5_T1': [FAIL], |
| 375 'language/expressions/compound-assignment/S11.13.2_A5.5_T2': [FAIL], |
| 376 'language/expressions/compound-assignment/S11.13.2_A5.5_T3': [FAIL], |
| 377 'language/expressions/compound-assignment/S11.13.2_A5.5_T4': [FAIL], |
| 378 'language/expressions/compound-assignment/S11.13.2_A5.5_T5': [FAIL], |
| 379 'language/expressions/compound-assignment/S11.13.2_A5.6_T1': [FAIL], |
| 380 'language/expressions/compound-assignment/S11.13.2_A5.6_T2': [FAIL], |
| 381 'language/expressions/compound-assignment/S11.13.2_A5.6_T3': [FAIL], |
| 382 'language/expressions/compound-assignment/S11.13.2_A5.6_T4': [FAIL], |
| 383 'language/expressions/compound-assignment/S11.13.2_A5.6_T5': [FAIL], |
| 384 'language/expressions/compound-assignment/S11.13.2_A5.7_T1': [FAIL], |
| 385 'language/expressions/compound-assignment/S11.13.2_A5.7_T2': [FAIL], |
| 386 'language/expressions/compound-assignment/S11.13.2_A5.7_T3': [FAIL], |
| 387 'language/expressions/compound-assignment/S11.13.2_A5.7_T4': [FAIL], |
| 388 'language/expressions/compound-assignment/S11.13.2_A5.7_T5': [FAIL], |
| 389 'language/expressions/compound-assignment/S11.13.2_A5.8_T1': [FAIL], |
| 390 'language/expressions/compound-assignment/S11.13.2_A5.8_T2': [FAIL], |
| 391 'language/expressions/compound-assignment/S11.13.2_A5.8_T3': [FAIL], |
| 392 'language/expressions/compound-assignment/S11.13.2_A5.8_T4': [FAIL], |
| 393 'language/expressions/compound-assignment/S11.13.2_A5.8_T5': [FAIL], |
| 394 'language/expressions/compound-assignment/S11.13.2_A5.9_T1': [FAIL], |
| 395 'language/expressions/compound-assignment/S11.13.2_A5.9_T2': [FAIL], |
| 396 'language/expressions/compound-assignment/S11.13.2_A5.9_T3': [FAIL], |
| 397 'language/expressions/compound-assignment/S11.13.2_A5.9_T4': [FAIL], |
| 398 'language/expressions/compound-assignment/S11.13.2_A5.9_T5': [FAIL], |
| 399 'language/expressions/compound-assignment/S11.13.2_A6.10_T1': [FAIL], |
| 400 'language/expressions/compound-assignment/S11.13.2_A6.11_T1': [FAIL], |
| 401 'language/expressions/compound-assignment/S11.13.2_A6.1_T1': [FAIL], |
| 402 'language/expressions/compound-assignment/S11.13.2_A6.2_T1': [FAIL], |
| 403 'language/expressions/compound-assignment/S11.13.2_A6.3_T1': [FAIL], |
| 404 'language/expressions/compound-assignment/S11.13.2_A6.4_T1': [FAIL], |
| 405 'language/expressions/compound-assignment/S11.13.2_A6.5_T1': [FAIL], |
| 406 'language/expressions/compound-assignment/S11.13.2_A6.6_T1': [FAIL], |
| 407 'language/expressions/compound-assignment/S11.13.2_A6.7_T1': [FAIL], |
| 408 'language/expressions/compound-assignment/S11.13.2_A6.8_T1': [FAIL], |
| 409 'language/expressions/compound-assignment/S11.13.2_A6.9_T1': [FAIL], |
| 410 'language/expressions/postfix-decrement/S11.3.2_A5_T1': [FAIL], |
| 411 'language/expressions/postfix-decrement/S11.3.2_A5_T2': [FAIL], |
| 412 'language/expressions/postfix-decrement/S11.3.2_A5_T3': [FAIL], |
| 413 'language/expressions/postfix-decrement/S11.3.2_A5_T4': [FAIL], |
| 414 'language/expressions/postfix-decrement/S11.3.2_A5_T5': [FAIL], |
| 322 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | 415 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
| 323 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | 416 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
| 324 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 417 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 325 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 418 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 326 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 419 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 327 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | 420 'language/expressions/prefix-decrement/S11.4.5_A5_T1': [FAIL], |
| 328 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 421 'language/expressions/prefix-decrement/S11.4.5_A5_T2': [FAIL], |
| 329 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | 422 'language/expressions/prefix-decrement/S11.4.5_A5_T3': [FAIL], |
| 423 'language/expressions/prefix-decrement/S11.4.5_A5_T4': [FAIL], |
| 424 'language/expressions/prefix-decrement/S11.4.5_A5_T5': [FAIL], |
| 425 'language/expressions/prefix-increment/S11.4.4_A5_T1': [FAIL], |
| 426 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], |
| 427 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], |
| 428 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], |
| 429 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], |
| 430 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
| 431 'language/generators/generator.declareMethod.argSuperProperty': [FAIL], |
| 432 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL], |
| 433 'language/generators/generator.expression.implicit-name': [FAIL], |
| 330 | 434 |
| 331 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 435 # Test 262 update 2015-03-31 |
| 332 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | 436 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL], |
| 333 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 437 'built-ins/Symbol/species/Symbol.species.exists': [FAIL], |
| 334 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | 438 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL], |
| 335 | 439 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL], |
| 336 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 440 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL], |
| 337 | 441 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL], |
| 338 'language/rest-parameters/with-new-target': [PASS, ['sloppy', FAIL]], | 442 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL], |
| 339 | 443 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL], |
| 340 'language/statements/class/*': [PASS, ['sloppy', FAIL]], | 444 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL], |
| 341 | 445 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 342 'language/statements/continue/labeled-continue': [PASS, ['sloppy', FAIL]], | 446 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p
arameter-value-1': [FAIL], |
| 343 'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PAS
S, ['sloppy', FAIL]], | 447 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p
arameter-value-2': [FAIL], |
| 344 'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [P
ASS, ['sloppy', FAIL]], | 448 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-
parameter-value-1': [FAIL], |
| 345 'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PAS
S, ['sloppy', FAIL]], | 449 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-
parameter-value-2': [FAIL], |
| 346 'language/statements/continue/no-label-continue': [PASS, ['sloppy', FAIL]], | 450 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-1': [FAIL], |
| 347 'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continu
e': [PASS, ['sloppy', FAIL]], | 451 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-2': [FAIL], |
| 348 'language/statements/continue/simple-and-labeled': [PASS, ['sloppy', FAIL]], | 452 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl
ock-let-declaration-unseen-outside-of-block': [FAIL], |
| 349 | 453 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param
eter-value-1': [FAIL], |
| 350 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, ['sl
oppy', FAIL]], | 454 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param
eter-value-2': [FAIL], |
| 351 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS,
['sloppy', FAIL]], | 455 'language/block-scope/leave/verify-context-in-finally-block': [FAIL], |
| 352 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, ['slop
py', FAIL]], | 456 'language/block-scope/leave/verify-context-in-for-loop-block': [FAIL], |
| 353 'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, ['
sloppy', FAIL]], | 457 'language/block-scope/leave/verify-context-in-labelled-block': [FAIL], |
| 354 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, ['sl
oppy', FAIL]], | 458 'language/block-scope/leave/verify-context-in-try-block': [FAIL], |
| 355 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS,
['sloppy', FAIL]], | 459 'language/block-scope/leave/x-after-break-to-label': [FAIL], |
| 356 'language/statements/for-of/iterator-as-proxy': [FAIL], | 460 'language/block-scope/leave/x-before-continue': [FAIL], |
| 357 'language/statements/for-of/iterator-next-result-type': [FAIL], | 461 'language/block-scope/return-from/block-let': [FAIL], |
| 358 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, ['slop
py', FAIL]], | 462 'language/block-scope/semantics/const/block-local-closure-get-before-initializ
ation': [FAIL], |
| 359 'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, ['
sloppy', FAIL]], | 463 'language/block-scope/semantics/const/block-local-use-before-initialization-in
-declaration-statement': [FAIL], |
| 360 | 464 'language/block-scope/semantics/const/block-local-use-before-initialization-in
-prior-statement': [FAIL], |
| 361 # Destructuring | 465 'language/block-scope/semantics/const/function-local-closure-get-before-initia
lization': [FAIL], |
| 362 # https://code.google.com/p/v8/issues/detail?id=811 | 466 'language/block-scope/semantics/const/function-local-use-before-initialization
-in-declaration-statement': [FAIL], |
| 363 'language/statements/for-of/body-dstr-assign': [FAIL], | 467 'language/block-scope/semantics/const/function-local-use-before-initialization
-in-prior-statement': [FAIL], |
| 364 | 468 'language/block-scope/semantics/const/global-closure-get-before-initialization
': [FAIL], |
| 365 # https://code.google.com/p/v8/issues/detail?id=3566 | 469 'language/block-scope/semantics/const/global-use-before-initialization-in-decl
aration-statement': [FAIL], |
| 366 'language/statements/for-of/body-dstr-assign-error': [FAIL], | 470 'language/block-scope/semantics/const/global-use-before-initialization-in-prio
r-statement': [FAIL], |
| 367 'language/statements/for-of/body-put-error': [FAIL], | 471 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [F
AIL], |
| 368 'language/statements/for-of/generator-close-via-break': [FAIL], | 472 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter':
[FAIL], |
| 369 'language/statements/for-of/generator-close-via-return': [FAIL], | 473 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-le
t-const-and-var-variables': [FAIL], |
| 370 'language/statements/for-of/generator-close-via-throw': [FAIL], | 474 'language/block-scope/shadowing/dynamic-lookup-from-closure': [FAIL], |
| 371 'language/statements/for-of/iterator-close-get-method-error': [FAIL], | 475 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts':
[FAIL], |
| 372 'language/statements/for-of/iterator-close-non-object': [FAIL], | 476 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [F
AIL], |
| 373 'language/statements/for-of/iterator-close-via-break': [FAIL], | 477 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-
const-and-var': [FAIL], |
| 374 'language/statements/for-of/iterator-close-via-return': [FAIL], | 478 'language/block-scope/shadowing/lookup-from-closure': [FAIL], |
| 375 'language/statements/for-of/iterator-close-via-throw': [FAIL], | 479 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [FAIL], |
| 376 | 480 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-co
nst-and-var': [FAIL], |
| 377 'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, ['slop
py', FAIL]], | 481 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar
ations-mixed-with-without-initialiser': [FAIL], |
| 378 'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, ['sloppy
', FAIL]], | 482 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar
ations-mixed-without-with-initialiser': [FAIL], |
| 379 | 483 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar
ations-without-initialiser': [FAIL], |
| 380 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], | 484 'language/block-scope/syntax/const-declaration/with-initializer-do-statement-w
hile-expression': [FAIL], |
| 381 | 485 'language/block-scope/syntax/const-declaration/with-initializer-for-statement'
: [FAIL], |
| 382 'language/statements/let/syntax/*': [PASS, ['sloppy', FAIL]], | 486 'language/block-scope/syntax/const-declaration/with-initializer-if-expression-
statement': [FAIL], |
| 383 | 487 'language/block-scope/syntax/const-declaration/with-initializer-if-expression-
statement-else-statement': [FAIL], |
| 384 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, 'sloppy', TIMEOUT], | 488 'language/block-scope/syntax/const-declaration/with-initializer-label-statemen
t': [FAIL], |
| 385 | 489 'language/block-scope/syntax/const-declaration/with-initializer-while-expressi
on-statement': [FAIL], |
| 386 'language/statements/const/block-local-closure-get-before-initialization': [PA
SS, ['sloppy', FAIL]], | 490 'language/block-scope/syntax/const-declaration/without-initializer-case-expres
sion-statement-list': [FAIL], |
| 387 'language/statements/const/block-local-use-before-initialization-in-declaratio
n-statement': [PASS, ['sloppy', FAIL]], | 491 'language/block-scope/syntax/const-declaration/without-initializer-default-sta
tement-list': [FAIL], |
| 388 'language/statements/const/block-local-use-before-initialization-in-prior-stat
ement': [PASS, ['sloppy', FAIL]], | 492 'language/block-scope/syntax/const-declaration/without-initializer-do-statemen
t-while-expression': [FAIL], |
| 389 'language/statements/const/function-local-closure-get-before-initialization':
[PASS, ['sloppy', FAIL]], | 493 'language/block-scope/syntax/const-declaration/without-initializer-for-stateme
nt': [FAIL], |
| 390 'language/statements/const/function-local-use-before-initialization-in-declara
tion-statement': [PASS, ['sloppy', FAIL]], | 494 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi
on-statement': [FAIL], |
| 391 'language/statements/const/function-local-use-before-initialization-in-prior-s
tatement': [PASS, ['sloppy', FAIL]], | 495 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi
on-statement-else-statement': [FAIL], |
| 392 'language/statements/const/global-closure-get-before-initialization': [PASS, [
'sloppy', FAIL]], | 496 'language/block-scope/syntax/const-declaration/without-initializer-label-state
ment': [FAIL], |
| 393 'language/statements/const/global-use-before-initialization-in-declaration-sta
tement': [PASS, ['sloppy', FAIL]], | 497 'language/block-scope/syntax/const-declaration/without-initializer-while-expre
ssion-statement': [FAIL], |
| 394 'language/statements/const/global-use-before-initialization-in-prior-statement
': [PASS, ['sloppy', FAIL]], | 498 'language/block-scope/syntax/for-in/acquire-properties-from-array': [FAIL], |
| 395 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-
with-without-initialiser': [PASS, ['sloppy', FAIL]], | 499 'language/block-scope/syntax/for-in/acquire-properties-from-object': [FAIL], |
| 396 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-
without-with-initialiser': [PASS, ['sloppy', FAIL]], | 500 'language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound
-name': [FAIL], |
| 397 'language/statements/const/syntax/block-scope-syntax-const-declarations-withou
t-initialiser': [PASS, ['sloppy', FAIL]], | 501 'language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression
': [SKIP], # iloops |
| 398 'language/statements/const/syntax/const': [PASS, ['sloppy', FAIL]], | 502 'language/block-scope/syntax/for-loop/const-outer-inner-let-bindings': [FAIL], |
| 399 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-
in': [PASS, ['sloppy', FAIL]], | 503 'language/block-scope/syntax/for-loop/let-closure-inside-condition': [FAIL], |
| 400 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-
of': [PASS, ['sloppy', FAIL]], | 504 'language/block-scope/syntax/for-loop/let-closure-inside-initialization': [FAI
L], |
| 401 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, ['sl
oppy', FAIL]], | 505 'language/block-scope/syntax/for-loop/let-closure-inside-next-expression': [FA
IL], |
| 402 'language/statements/const/syntax/with-initializer-do-statement-while-expressi
on': [PASS, ['sloppy', FAIL]], | 506 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca
ted-for-each-iteration-multi-let-binding': [FAIL], |
| 403 'language/statements/const/syntax/with-initializer-for-statement': [PASS, ['sl
oppy', FAIL]], | 507 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca
ted-for-each-iteration-single-let-binding': [FAIL], |
| 404 'language/statements/const/syntax/with-initializer-if-expression-statement': [
PASS, ['sloppy', FAIL]], | 508 'language/block-scope/syntax/for-loop/let-outer-inner-let-bindings': [FAIL], |
| 405 'language/statements/const/syntax/with-initializer-if-expression-statement-els
e-statement': [PASS, ['sloppy', FAIL]], | 509 'language/block-scope/syntax/function-declarations/in-statement-position-do-st
atement-while-expression': [FAIL], |
| 406 'language/statements/const/syntax/with-initializer-label-statement': [PASS, ['
sloppy', FAIL]], | 510 'language/block-scope/syntax/function-declarations/in-statement-position-for-s
tatement': [FAIL], |
| 407 'language/statements/const/syntax/with-initializer-while-expression-statement'
: [PASS, ['sloppy', FAIL]], | 511 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex
pression-statement': [FAIL], |
| 408 'language/statements/const/syntax/without-initializer-case-expression-statemen
t-list': [PASS, ['sloppy', FAIL]], | 512 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex
pression-statement-else-statement': [FAIL], |
| 409 'language/statements/const/syntax/without-initializer-default-statement-list':
[PASS, ['sloppy', FAIL]], | 513 'language/block-scope/syntax/function-declarations/in-statement-position-while
-expression-statement': [FAIL], |
| 410 'language/statements/const/syntax/without-initializer-do-statement-while-expre
ssion': [PASS, ['sloppy', FAIL]], | 514 'language/block-scope/syntax/global-and-block/const': [FAIL], |
| 411 'language/statements/const/syntax/without-initializer-for-statement': [PASS, [
'sloppy', FAIL]], | 515 'language/block-scope/syntax/global-and-block/let': [FAIL], |
| 412 'language/statements/const/syntax/without-initializer-if-expression-statement'
: [PASS, ['sloppy', FAIL]], | 516 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p
ositions-case-expression-statement-list': [FAIL], |
| 413 'language/statements/const/syntax/without-initializer-if-expression-statement-
else-statement': [PASS, ['sloppy', FAIL]], | 517 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p
ositions-default-statement-list': [FAIL], |
| 414 'language/statements/const/syntax/without-initializer-label-statement': [PASS,
['sloppy', FAIL]], | 518 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [FAIL], |
| 415 'language/statements/const/syntax/without-initializer-while-expression-stateme
nt': [PASS, ['sloppy', FAIL]], | 519 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-var': [FAIL], |
| 416 | 520 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w
ith-function-declaration': [FAIL], |
| 417 | 521 'language/computed-property-names/class/method/constructor-can-be-generator':
[FAIL], |
| 418 # We do not expose Array.prototype.values | 522 'language/computed-property-names/class/method/constructor-can-be-getter': [FA
IL], |
| 419 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 523 'language/computed-property-names/class/method/constructor-can-be-setter': [FA
IL], |
| 420 | 524 'language/computed-property-names/class/method/constructor-duplicate-1': [FAIL
], |
| 421 # https://code.google.com/p/v8/issues/detail?id=3566 | 525 'language/computed-property-names/class/method/constructor-duplicate-2': [FAIL
], |
| 422 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], | 526 'language/computed-property-names/class/method/constructor-duplicate-3': [FAIL
], |
| 423 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], | 527 'language/computed-property-names/class/static/generator-constructor': [FAIL], |
| 424 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], | 528 'language/computed-property-names/class/static/generator-prototype': [FAIL], |
| 425 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], | 529 'language/computed-property-names/class/static/getter-constructor': [FAIL], |
| 426 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], | 530 'language/computed-property-names/class/static/getter-prototype': [FAIL], |
| 427 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], | 531 'language/computed-property-names/class/static/method-constructor': [FAIL], |
| 428 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], | 532 'language/computed-property-names/class/static/method-prototype': [FAIL], |
| 429 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | 533 'language/computed-property-names/class/static/setter-constructor': [FAIL], |
| 430 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | 534 'language/computed-property-names/class/static/setter-prototype': [FAIL], |
| 431 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], | 535 'language/for-of/iterator-as-proxy': [FAIL], |
| 432 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], | 536 'language/for-of/iterator-next-result-type': [FAIL], |
| 433 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], | |
| 434 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], | |
| 435 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], | |
| 436 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | |
| 437 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | |
| 438 | |
| 439 # https://code.google.com/p/v8/issues/detail?id=4177 | |
| 440 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-2': [FAIL], | |
| 441 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-3': [FAIL], | |
| 442 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-4': [FAIL], | |
| 443 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2':
[FAIL], | |
| 444 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-3':
[FAIL], | |
| 445 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4':
[FAIL], | |
| 446 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-3': [FAIL], | |
| 447 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-4': [FAIL], | |
| 448 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-5': [FAIL], | |
| 449 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-2': [FAIL], | |
| 450 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-3': [FAIL], | |
| 451 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-4': [FAIL], | |
| 452 | |
| 453 # https://code.google.com/p/v8/issues/detail?id=811 | |
| 454 'language/expressions/assignment/destructuring/array-elem-elision': [FAIL], | |
| 455 'language/expressions/assignment/destructuring/array-elem-init-assignment': [F
AIL], | |
| 456 'language/expressions/assignment/destructuring/array-elem-init-evaluation': [F
AIL], | |
| 457 'language/expressions/assignment/destructuring/array-elem-init-in': [FAIL], | |
| 458 'language/expressions/assignment/destructuring/array-elem-init-let': [FAIL], | |
| 459 'language/expressions/assignment/destructuring/array-elem-init-order': [FAIL], | |
| 460 'language/expressions/assignment/destructuring/array-elem-init-simple-no-stric
t': [FAIL], | |
| 461 'language/expressions/assignment/destructuring/array-elem-init-yield-expr': [F
AIL], | |
| 462 'language/expressions/assignment/destructuring/array-elem-init-yield-ident-val
id': [FAIL], | |
| 463 'language/expressions/assignment/destructuring/array-elem-nested-array': [FAIL
], | |
| 464 'language/expressions/assignment/destructuring/array-elem-nested-array-null':
[FAIL], | |
| 465 'language/expressions/assignment/destructuring/array-elem-nested-array-undefin
ed': [FAIL], | |
| 466 'language/expressions/assignment/destructuring/array-elem-nested-array-undefin
ed-hole': [FAIL], | |
| 467 'language/expressions/assignment/destructuring/array-elem-nested-array-undefin
ed-own': [FAIL], | |
| 468 'language/expressions/assignment/destructuring/array-elem-nested-array-yield-e
xpr': [FAIL], | |
| 469 'language/expressions/assignment/destructuring/array-elem-nested-array-yield-i
dent-valid': [FAIL], | |
| 470 'language/expressions/assignment/destructuring/array-elem-nested-obj': [FAIL], | |
| 471 'language/expressions/assignment/destructuring/array-elem-nested-obj-null': [F
AIL], | |
| 472 'language/expressions/assignment/destructuring/array-elem-nested-obj-undefined
': [FAIL], | |
| 473 'language/expressions/assignment/destructuring/array-elem-nested-obj-undefined
-hole': [FAIL], | |
| 474 'language/expressions/assignment/destructuring/array-elem-nested-obj-undefined
-own': [FAIL], | |
| 475 'language/expressions/assignment/destructuring/array-elem-nested-obj-yield-exp
r': [FAIL], | |
| 476 'language/expressions/assignment/destructuring/array-elem-nested-obj-yield-ide
nt-valid': [FAIL], | |
| 477 'language/expressions/assignment/destructuring/array-elem-put-const': [FAIL], | |
| 478 'language/expressions/assignment/destructuring/array-elem-put-let': [FAIL], | |
| 479 'language/expressions/assignment/destructuring/array-elem-put-prop-ref': [FAIL
], | |
| 480 'language/expressions/assignment/destructuring/array-elem-put-prop-ref-no-get'
: [FAIL], | |
| 481 'language/expressions/assignment/destructuring/array-elem-put-prop-ref-user-er
r': [FAIL], | |
| 482 'language/expressions/assignment/destructuring/array-elem-put-unresolvable-no-
strict': [FAIL], | |
| 483 'language/expressions/assignment/destructuring/array-elem-put-unresolvable-str
ict': [FAIL], | |
| 484 'language/expressions/assignment/destructuring/array-elem-target-identifier':
[FAIL], | |
| 485 'language/expressions/assignment/destructuring/array-elem-target-simple-no-str
ict': [FAIL], | |
| 486 'language/expressions/assignment/destructuring/array-elem-target-yield-expr':
[FAIL], | |
| 487 'language/expressions/assignment/destructuring/array-elem-target-yield-valid':
[FAIL], | |
| 488 'language/expressions/assignment/destructuring/array-empty': [FAIL], | |
| 489 'language/expressions/assignment/destructuring/array-iteration': [FAIL], | |
| 490 'language/expressions/assignment/destructuring/array-rest-after-element': [FAI
L], | |
| 491 'language/expressions/assignment/destructuring/array-rest-after-elision': [FAI
L], | |
| 492 'language/expressions/assignment/destructuring/array-rest-elision': [FAIL], | |
| 493 'language/expressions/assignment/destructuring/array-rest-iteration': [FAIL], | |
| 494 'language/expressions/assignment/destructuring/array-rest-nested-array': [FAIL
], | |
| 495 'language/expressions/assignment/destructuring/array-rest-nested-array-null':
[FAIL], | |
| 496 'language/expressions/assignment/destructuring/array-rest-nested-array-undefin
ed': [FAIL], | |
| 497 'language/expressions/assignment/destructuring/array-rest-nested-array-undefin
ed-hole': [FAIL], | |
| 498 'language/expressions/assignment/destructuring/array-rest-nested-array-undefin
ed-own': [FAIL], | |
| 499 'language/expressions/assignment/destructuring/array-rest-nested-array-yield-e
xpr': [FAIL], | |
| 500 'language/expressions/assignment/destructuring/array-rest-nested-array-yield-i
dent-valid': [FAIL], | |
| 501 'language/expressions/assignment/destructuring/array-rest-nested-obj': [FAIL], | |
| 502 'language/expressions/assignment/destructuring/array-rest-nested-obj-null': [F
AIL], | |
| 503 'language/expressions/assignment/destructuring/array-rest-nested-obj-undefined
': [FAIL], | |
| 504 'language/expressions/assignment/destructuring/array-rest-nested-obj-undefined
-hole': [FAIL], | |
| 505 'language/expressions/assignment/destructuring/array-rest-nested-obj-undefined
-own': [FAIL], | |
| 506 'language/expressions/assignment/destructuring/array-rest-nested-obj-yield-exp
r': [FAIL], | |
| 507 'language/expressions/assignment/destructuring/array-rest-nested-obj-yield-ide
nt-valid': [FAIL], | |
| 508 'language/expressions/assignment/destructuring/array-rest-put-const': [FAIL], | |
| 509 'language/expressions/assignment/destructuring/array-rest-put-let': [FAIL], | |
| 510 'language/expressions/assignment/destructuring/array-rest-put-prop-ref': [FAIL
], | |
| 511 'language/expressions/assignment/destructuring/array-rest-put-prop-ref-no-get'
: [FAIL], | |
| 512 'language/expressions/assignment/destructuring/array-rest-put-prop-ref-user-er
r': [FAIL], | |
| 513 'language/expressions/assignment/destructuring/array-rest-put-unresolvable-no-
strict': [FAIL], | |
| 514 'language/expressions/assignment/destructuring/array-rest-put-unresolvable-str
ict': [FAIL], | |
| 515 'language/expressions/assignment/destructuring/array-rest-yield-expr': [FAIL], | |
| 516 'language/expressions/assignment/destructuring/array-rest-yield-ident-valid':
[FAIL], | |
| 517 'language/expressions/assignment/destructuring/array-sparse': [FAIL], | |
| 518 'language/expressions/assignment/destructuring/obj-id-identifier-resolution':
[FAIL], | |
| 519 'language/expressions/assignment/destructuring/obj-id-identifier-yield-ident-v
alid': [FAIL], | |
| 520 'language/expressions/assignment/destructuring/obj-id-init-assignment': [FAIL]
, | |
| 521 'language/expressions/assignment/destructuring/obj-id-init-evaluation': [FAIL]
, | |
| 522 'language/expressions/assignment/destructuring/obj-id-init-in': [FAIL], | |
| 523 'language/expressions/assignment/destructuring/obj-id-init-let': [FAIL], | |
| 524 'language/expressions/assignment/destructuring/obj-id-init-order': [FAIL], | |
| 525 'language/expressions/assignment/destructuring/obj-id-init-simple-no-strict':
[FAIL], | |
| 526 'language/expressions/assignment/destructuring/obj-id-init-yield-expr': [FAIL]
, | |
| 527 'language/expressions/assignment/destructuring/obj-id-init-yield-ident-valid':
[FAIL], | |
| 528 'language/expressions/assignment/destructuring/obj-id-put-const': [FAIL], | |
| 529 'language/expressions/assignment/destructuring/obj-id-put-let': [FAIL], | |
| 530 'language/expressions/assignment/destructuring/obj-id-put-unresolvable-no-stri
ct': [FAIL], | |
| 531 'language/expressions/assignment/destructuring/obj-id-put-unresolvable-strict'
: [FAIL], | |
| 532 'language/expressions/assignment/destructuring/obj-id-simple-no-strict': [FAIL
], | |
| 533 'language/expressions/assignment/destructuring/obj-prop-elem-init-assignment':
[FAIL], | |
| 534 'language/expressions/assignment/destructuring/obj-prop-elem-init-evaluation':
[FAIL], | |
| 535 'language/expressions/assignment/destructuring/obj-prop-elem-init-in': [FAIL], | |
| 536 'language/expressions/assignment/destructuring/obj-prop-elem-init-let': [FAIL]
, | |
| 537 'language/expressions/assignment/destructuring/obj-prop-elem-init-yield-expr':
[FAIL], | |
| 538 'language/expressions/assignment/destructuring/obj-prop-elem-init-yield-ident-
valid': [FAIL], | |
| 539 'language/expressions/assignment/destructuring/obj-prop-elem-target-yield-expr
': [FAIL], | |
| 540 'language/expressions/assignment/destructuring/obj-prop-elem-target-yield-iden
t-valid': [FAIL], | |
| 541 'language/expressions/assignment/destructuring/obj-prop-identifier-resolution'
: [FAIL], | |
| 542 'language/expressions/assignment/destructuring/obj-prop-name-evaluation': [FAI
L], | |
| 543 'language/expressions/assignment/destructuring/obj-prop-name-evaluation-error'
: [FAIL], | |
| 544 'language/expressions/assignment/destructuring/obj-prop-nested-array': [FAIL], | |
| 545 'language/expressions/assignment/destructuring/obj-prop-nested-array-null': [F
AIL], | |
| 546 'language/expressions/assignment/destructuring/obj-prop-nested-array-undefined
': [FAIL], | |
| 547 'language/expressions/assignment/destructuring/obj-prop-nested-array-undefined
-own': [FAIL], | |
| 548 'language/expressions/assignment/destructuring/obj-prop-nested-array-yield-exp
r': [FAIL], | |
| 549 'language/expressions/assignment/destructuring/obj-prop-nested-array-yield-ide
nt-valid': [FAIL], | |
| 550 'language/expressions/assignment/destructuring/obj-prop-nested-obj': [FAIL], | |
| 551 'language/expressions/assignment/destructuring/obj-prop-nested-obj-null': [FAI
L], | |
| 552 'language/expressions/assignment/destructuring/obj-prop-nested-obj-undefined':
[FAIL], | |
| 553 'language/expressions/assignment/destructuring/obj-prop-nested-obj-undefined-o
wn': [FAIL], | |
| 554 'language/expressions/assignment/destructuring/obj-prop-nested-obj-yield-expr'
: [FAIL], | |
| 555 'language/expressions/assignment/destructuring/obj-prop-nested-obj-yield-ident
-valid': [FAIL], | |
| 556 'language/expressions/assignment/destructuring/obj-prop-put-const': [FAIL], | |
| 557 'language/expressions/assignment/destructuring/obj-prop-put-let': [FAIL], | |
| 558 'language/expressions/assignment/destructuring/obj-prop-put-order': [FAIL], | |
| 559 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref': [FAIL], | |
| 560 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-no-get':
[FAIL], | |
| 561 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-user-err'
: [FAIL], | |
| 562 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-no-st
rict': [FAIL], | |
| 563 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-stric
t': [FAIL], | |
| 564 'language/expressions/assignment/destructuring/object-empty': [FAIL], | |
| 565 | 537 |
| 566 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 538 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 567 | 539 |
| 568 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | 540 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) |
| 569 | 541 |
| 570 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 542 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
| 571 # floating point formats, so these tests checking 64-bit FP precision fail. | 543 # floating point formats, so these tests checking 64-bit FP precision fail. |
| 572 # The other platforms/arch's pass these tests. | 544 # The other platforms/arch's pass these tests. |
| 573 # We follow the other major JS engines by keeping this default. | 545 # We follow the other major JS engines by keeping this default. |
| 574 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 546 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 589 | 561 |
| 590 # Test makes unjustified assumptions about the number of calls to SortCompare. | 562 # Test makes unjustified assumptions about the number of calls to SortCompare. |
| 591 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 563 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
| 592 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], | 564 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
| 593 | 565 |
| 594 # Tests do not return boolean. | 566 # Tests do not return boolean. |
| 595 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], | 567 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], |
| 596 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], | 568 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], |
| 597 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], | 569 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], |
| 598 | 570 |
| 571 # # String.prototype.contains renamed to 'S.p.includes' |
| 572 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' :
[FAIL_OK], |
| 573 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA
IL_OK], |
| 574 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter'
: [FAIL_OK], |
| 575 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL
_OK], |
| 576 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK
], |
| 577 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation'
: [FAIL_OK], |
| 578 |
| 579 # Function restricted "caller" and "arguments" properties are defined only on |
| 580 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6 |
| 581 'language/statements/function/13.2-29-s': [FAIL_OK], |
| 582 'language/statements/function/13.2-30-s': [FAIL_OK], |
| 583 'language/statements/function/13.2-31-s': [FAIL_OK], |
| 584 'language/statements/function/13.2-32-s': [FAIL_OK], |
| 585 'language/statements/function/13.2-33-s': [FAIL_OK], |
| 586 'language/statements/function/13.2-34-s': [FAIL_OK], |
| 587 'language/statements/function/13.2-35-s': [FAIL_OK], |
| 588 'language/statements/function/13.2-36-s': [FAIL_OK], |
| 589 'language/statements/function/S13.2.3_A1': [FAIL_OK], |
| 590 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], |
| 591 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], |
| 592 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], |
| 593 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], |
| 594 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], |
| 595 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], |
| 596 |
| 597 # These invalid tests have been fixed upstream. |
| 598 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], |
| 599 'built-ins/Function/prototype/bind/15.3.4.5-15-2': [FAIL], |
| 600 |
| 599 ############################ SKIPPED TESTS ############################# | 601 ############################ SKIPPED TESTS ############################# |
| 600 | 602 |
| 601 # These tests take a looong time to run in debug mode. | 603 # These tests take a looong time to run in debug mode. |
| 602 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [PASS, ['mode == debug', SKIP]], | |
| 603 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [PASS, ['mode == debug', SKIP]], | |
| 604 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [PASS, ['mode == debug', SKIP]], | |
| 605 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [PASS, ['mode == debug', SKIP]], | |
| 606 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 604 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
| 607 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], | 605 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], |
| 608 'built-ins/RegExp/S15.10.2.12_A3_T1': [PASS, ['mode == debug', SKIP]], | |
| 609 'intl402/9.2.6_4_b': [PASS, ['mode == debug', SKIP]], | |
| 610 'language/literals/regexp/S7.8.5_A1.1_T2': [PASS, ['mode == debug', SKIP]], | |
| 611 'language/literals/regexp/S7.8.5_A1.4_T2': [PASS, ['mode == debug', SKIP]], | |
| 612 'language/literals/regexp/S7.8.5_A2.1_T2': [PASS, ['mode == debug', SKIP]], | |
| 613 'language/literals/regexp/S7.8.5_A2.4_T2': [PASS, ['mode == debug', SKIP]], | |
| 614 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]], | |
| 615 }], # ALWAYS | 606 }], # ALWAYS |
| 616 | 607 |
| 617 ['system == macos', { | 608 ['system == macos', { |
| 618 'intl402/11.3.2_TRP': [FAIL], | 609 'intl402/11.3.2_TRP': [FAIL], |
| 619 'intl402/9.2.5_11_g_ii_2': [FAIL], | 610 'intl402/9.2.5_11_g_ii_2': [FAIL], |
| 620 }], # system == macos | 611 }], # system == macos |
| 621 | 612 |
| 622 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 613 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
| 623 | 614 |
| 624 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 615 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 625 # compilation of parenthesized function literals. Needs investigation. | 616 # compilation of parenthesized function literals. Needs investigation. |
| 626 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 617 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
| 627 | 618 |
| 628 # BUG(3251225): Tests that timeout with --nocrankshaft. | 619 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 629 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 620 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 630 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 621 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 631 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 622 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 632 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 623 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 633 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 624 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 634 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 625 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 635 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 626 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 636 ] | 627 ] |
| OLD | NEW |