| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'built-ins/Function/prototype/toString/setter-class': [FAIL], | 318 'built-ins/Function/prototype/toString/setter-class': [FAIL], |
| 319 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], | 319 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], |
| 320 'built-ins/Function/prototype/toString/setter-object': [FAIL], | 320 'built-ins/Function/prototype/toString/setter-object': [FAIL], |
| 321 'built-ins/Function/prototype/toString/unicode': [FAIL], | 321 'built-ins/Function/prototype/toString/unicode': [FAIL], |
| 322 | 322 |
| 323 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 323 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 324 'language/module-code/*': [SKIP], | 324 'language/module-code/*': [SKIP], |
| 325 | 325 |
| 326 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 | 326 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 |
| 327 'language/statements/try/scope-catch-block-lex-open': [FAIL], | 327 'language/statements/try/scope-catch-block-lex-open': [FAIL], |
| 328 'language/statements/try/scope-catch-param-lex-open': [FAIL], | |
| 329 | 328 |
| 330 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 | 329 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 |
| 331 'intl402/Intl/getCanonicalLocales/*': [FAIL], | 330 'intl402/Intl/getCanonicalLocales/*': [FAIL], |
| 332 | 331 |
| 333 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 | 332 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 |
| 334 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each-
value': [FAIL], | 333 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each-
value': [FAIL], |
| 335 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value'
: [FAIL], | 334 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value'
: [FAIL], |
| 336 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value':
[FAIL], | 335 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value':
[FAIL], |
| 337 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tolocalestring': [FAIL], | 336 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tolocalestring': [FAIL], |
| 338 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tostring': [FAIL], | 337 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tostring': [FAIL], |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 }], # asan == True | 586 }], # asan == True |
| 588 | 587 |
| 589 ['asan == True or msan == True or tsan == True', { | 588 ['asan == True or msan == True or tsan == True', { |
| 590 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 589 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 591 # The failed allocation causes an asan/msan/tsan error | 590 # The failed allocation causes an asan/msan/tsan error |
| 592 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 591 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 593 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 592 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 594 }], # asan == True or msan == True or tsan == True | 593 }], # asan == True or msan == True or tsan == True |
| 595 | 594 |
| 596 ] | 595 ] |
| OLD | NEW |