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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], | 316 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], |
317 'built-ins/Function/prototype/toString/method-object': [FAIL], | 317 'built-ins/Function/prototype/toString/method-object': [FAIL], |
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=5111 | |
327 'annexB/language/function-code/block-decl-func-skip-param': [FAIL], | |
328 'annexB/language/function-code/if-decl-else-decl-a-func-skip-param': [FAIL], | |
329 'annexB/language/function-code/if-decl-else-decl-b-func-skip-param': [FAIL], | |
330 'annexB/language/function-code/if-decl-else-stmt-func-skip-param': [FAIL], | |
331 'annexB/language/function-code/if-decl-no-else-func-skip-param': [FAIL], | |
332 'annexB/language/function-code/if-stmt-else-decl-func-skip-param': [FAIL], | |
333 'annexB/language/function-code/switch-case-func-skip-param': [FAIL], | |
334 'annexB/language/function-code/switch-dflt-func-skip-param': [FAIL], | |
335 | |
336 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 | 326 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 |
337 'language/statements/try/scope-catch-block-lex-open': [FAIL], | 327 'language/statements/try/scope-catch-block-lex-open': [FAIL], |
338 'language/statements/try/scope-catch-param-lex-open': [FAIL], | 328 'language/statements/try/scope-catch-param-lex-open': [FAIL], |
339 | 329 |
340 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 | 330 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 |
341 'intl402/Intl/getCanonicalLocales/*': [FAIL], | 331 'intl402/Intl/getCanonicalLocales/*': [FAIL], |
342 | 332 |
343 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 | 333 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 |
344 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each-
value': [FAIL], | 334 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each-
value': [FAIL], |
345 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value'
: [FAIL], | 335 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value'
: [FAIL], |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 }], # asan == True | 607 }], # asan == True |
618 | 608 |
619 ['asan == True or msan == True or tsan == True', { | 609 ['asan == True or msan == True or tsan == True', { |
620 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 610 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
621 # The failed allocation causes an asan/msan/tsan error | 611 # The failed allocation causes an asan/msan/tsan error |
622 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 612 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
623 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 613 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
624 }], # asan == True or msan == True or tsan == True | 614 }], # asan == True or msan == True or tsan == True |
625 | 615 |
626 ] | 616 ] |
OLD | NEW |