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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], | 328 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], |
329 'built-ins/Function/prototype/toString/setter-object': [FAIL], | 329 'built-ins/Function/prototype/toString/setter-object': [FAIL], |
330 'built-ins/Function/prototype/toString/unicode': [FAIL], | 330 'built-ins/Function/prototype/toString/unicode': [FAIL], |
331 | 331 |
332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 332 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
333 'language/module-code/*': [SKIP], | 333 'language/module-code/*': [SKIP], |
334 | 334 |
335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 | 335 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 |
336 'intl402/Intl/getCanonicalLocales/*': [FAIL], | 336 'intl402/Intl/getCanonicalLocales/*': [FAIL], |
337 | 337 |
338 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 | |
339 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each-
value': [FAIL], | |
340 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value'
: [FAIL], | |
341 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value':
[FAIL], | |
342 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tolocalestring': [FAIL], | |
343 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-tostring': [FAIL], | |
344 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement
-valueof': [FAIL], | |
345 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement-
tolocalestring': [FAIL], | |
346 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement-
tostring': [FAIL], | |
347 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-nextelement-
valueof': [FAIL], | |
348 | |
349 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 | 338 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 |
350 'language/statements/class/subclass/class-definition-null-proto-missing-return
-override': [FAIL], | 339 'language/statements/class/subclass/class-definition-null-proto-missing-return
-override': [FAIL], |
351 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], | 340 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], |
352 | 341 |
353 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 | 342 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 |
354 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], | 343 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], |
355 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist
ent-nan': [PASS, FAIL], | 344 'built-ins/TypedArray/prototype/fill/fill-values-conversion-operations-consist
ent-nan': [PASS, FAIL], |
356 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis
tent-nan': [PASS, FAIL], | 345 'built-ins/TypedArrays/internals/DefineOwnProperty/conversion-operation-consis
tent-nan': [PASS, FAIL], |
357 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA
SS, FAIL], | 346 'built-ins/TypedArrays/internals/Set/conversion-operation-consistent-nan': [PA
SS, FAIL], |
358 | 347 |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 }], # asan == True | 598 }], # asan == True |
610 | 599 |
611 ['asan == True or msan == True or tsan == True', { | 600 ['asan == True or msan == True or tsan == True', { |
612 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 601 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
613 # The failed allocation causes an asan/msan/tsan error | 602 # The failed allocation causes an asan/msan/tsan error |
614 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 603 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
615 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 604 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
616 }], # asan == True or msan == True or tsan == True | 605 }], # asan == True or msan == True or tsan == True |
617 | 606 |
618 ] | 607 ] |
OLD | NEW |