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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco
ping': [FAIL], | 319 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-block-sco
ping': [FAIL], |
320 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi
ng': [FAIL], | 320 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-block-scopi
ng': [FAIL], |
321 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping
': [FAIL], | 321 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-block-scoping
': [FAIL], |
322 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi
ng': [FAIL], | 322 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-block-scopi
ng': [FAIL], |
323 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [
FAIL], | 323 'annexB/language/eval-code/direct/func-switch-case-eval-func-block-scoping': [
FAIL], |
324 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [
FAIL], | 324 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-block-scoping': [
FAIL], |
325 | 325 |
326 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 | 326 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 |
327 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], | 327 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], |
328 | 328 |
329 # https://bugs.chromium.org/p/v8/issues/detail?id=5155 | |
330 'language/white-space/mongolian-vowel-separator': [FAIL], | |
331 'language/white-space/mongolian-vowel-separator-eval': [FAIL], | |
332 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], | |
333 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], | |
334 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], | |
335 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], | |
336 'built-ins/String/prototype/trim/u180e': [FAIL], | |
337 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], | |
338 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], | |
339 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], | |
340 | |
341 # https://bugs.chromium.org/p/v8/issues/detail?id=4698 | 329 # https://bugs.chromium.org/p/v8/issues/detail?id=4698 |
342 'language/expressions/call/tco-call-args': ['--harmony-tailcalls'], | 330 'language/expressions/call/tco-call-args': ['--harmony-tailcalls'], |
343 'language/expressions/call/tco-member-args': ['--harmony-tailcalls'], | 331 'language/expressions/call/tco-member-args': ['--harmony-tailcalls'], |
344 'language/expressions/comma/tco-final': ['--harmony-tailcalls'], | 332 'language/expressions/comma/tco-final': ['--harmony-tailcalls'], |
345 'language/expressions/conditional/tco-cond': ['--harmony-tailcalls'], | 333 'language/expressions/conditional/tco-cond': ['--harmony-tailcalls'], |
346 'language/expressions/conditional/tco-pos': ['--harmony-tailcalls'], | 334 'language/expressions/conditional/tco-pos': ['--harmony-tailcalls'], |
347 'language/expressions/logical-and/tco-right': ['--harmony-tailcalls'], | 335 'language/expressions/logical-and/tco-right': ['--harmony-tailcalls'], |
348 'language/expressions/logical-or/tco-right': ['--harmony-tailcalls'], | 336 'language/expressions/logical-or/tco-right': ['--harmony-tailcalls'], |
349 'language/expressions/tagged-template/tco-call': ['--harmony-tailcalls'], | 337 'language/expressions/tagged-template/tco-call': ['--harmony-tailcalls'], |
350 'language/expressions/tagged-template/tco-member': ['--harmony-tailcalls'], | 338 'language/expressions/tagged-template/tco-member': ['--harmony-tailcalls'], |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 | 692 |
705 ['variant == asm_wasm', { | 693 ['variant == asm_wasm', { |
706 '*': [SKIP], | 694 '*': [SKIP], |
707 }], # variant == asm_wasm | 695 }], # variant == asm_wasm |
708 | 696 |
709 ['variant == wasm_traps', { | 697 ['variant == wasm_traps', { |
710 '*': [SKIP], | 698 '*': [SKIP], |
711 }], # variant == wasm_traps | 699 }], # variant == wasm_traps |
712 | 700 |
713 ] | 701 ] |
OLD | NEW |