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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'built-ins/Function/prototype/toString/method-object': [FAIL], | 326 'built-ins/Function/prototype/toString/method-object': [FAIL], |
327 'built-ins/Function/prototype/toString/setter-class': [FAIL], | 327 'built-ins/Function/prototype/toString/setter-class': [FAIL], |
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=5115 | 338 # https://bugs.chromium.org/p/v8/issues/detail?id=5115 |
339 '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], |
340 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], | 340 'language/statements/class/subclass/class-definition-null-proto-this': [FAIL], |
341 | 341 |
342 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 | 342 # https://bugs.chromium.org/p/v8/issues/detail?id=5116 |
343 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], | 343 'built-ins/Object/internals/DefineOwnProperty/nan-equivalence': [PASS, FAIL], |
344 '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], |
345 '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], |
346 '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], |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 }], # asan == True | 595 }], # asan == True |
596 | 596 |
597 ['asan == True or msan == True or tsan == True', { | 597 ['asan == True or msan == True or tsan == True', { |
598 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 598 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
599 # The failed allocation causes an asan/msan/tsan error | 599 # The failed allocation causes an asan/msan/tsan error |
600 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 600 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
601 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 601 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
602 }], # asan == True or msan == True or tsan == True | 602 }], # asan == True or msan == True or tsan == True |
603 | 603 |
604 ] | 604 ] |
OLD | NEW |