| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | 232 'intl402/NumberFormat/11.1.2.1_4': [FAIL], |
| 233 'intl402/NumberFormat/11.2.3_b': [FAIL], | 233 'intl402/NumberFormat/11.2.3_b': [FAIL], |
| 234 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 234 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
| 235 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 235 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
| 236 | 236 |
| 237 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 237 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 238 | 238 |
| 239 # https://code.google.com/p/v8/issues/detail?id=4693 | 239 # https://code.google.com/p/v8/issues/detail?id=4693 |
| 240 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 240 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 241 | 241 |
| 242 # We do not expose Array.prototype.values due to webcompat issues. |
| 243 # Most recent incompatability: https://crbug.com/615873 |
| 244 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 245 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 246 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 247 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 248 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 249 'built-ins/Array/prototype/values/name': [FAIL], |
| 250 'built-ins/Array/prototype/values/length': [FAIL], |
| 251 'built-ins/Array/prototype/values/iteration': [FAIL], |
| 252 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], |
| 253 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], |
| 254 |
| 242 ############################ INVALID TESTS ############################# | 255 ############################ INVALID TESTS ############################# |
| 243 | 256 |
| 244 # The reference value calculated by Test262 is incorrect if you run these | 257 # The reference value calculated by Test262 is incorrect if you run these |
| 245 # tests in PST/PDT between first Sunday in March and first Sunday in April. | 258 # tests in PST/PDT between first Sunday in March and first Sunday in April. |
| 246 # The DST switch was moved in 2007 whereas Test262 bases the reference value | 259 # The DST switch was moved in 2007 whereas Test262 bases the reference value |
| 247 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 260 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
| 248 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | 261 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], |
| 249 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | 262 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], |
| 250 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | 263 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], |
| 251 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | 264 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 360 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 348 }], # asan == True | 361 }], # asan == True |
| 349 | 362 |
| 350 ['asan == True or msan == True or tsan == True', { | 363 ['asan == True or msan == True or tsan == True', { |
| 351 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 364 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 352 # The failed allocation causes an asan/msan/tsan error | 365 # The failed allocation causes an asan/msan/tsan error |
| 353 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 366 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 354 }], # asan == True or msan == True or tsan == True | 367 }], # asan == True or msan == True or tsan == True |
| 355 | 368 |
| 356 ] | 369 ] |
| OLD | NEW |