| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'language/white-space/mongolian-vowel-separator-eval': [FAIL], | 334 'language/white-space/mongolian-vowel-separator-eval': [FAIL], |
| 335 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], | 335 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], |
| 336 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], | 336 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], |
| 337 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], | 337 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], |
| 338 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], | 338 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], |
| 339 'built-ins/String/prototype/trim/u180e': [FAIL], | 339 'built-ins/String/prototype/trim/u180e': [FAIL], |
| 340 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], | 340 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], |
| 341 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], | 341 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], |
| 342 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], | 342 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], |
| 343 | 343 |
| 344 # https://bugs.chromium.org/p/v8/issues/detail?id=5051 | |
| 345 'language/expressions/arrow-function/params-trailing-comma': ['--harmony-trail
ing-commas'], | |
| 346 'language/expressions/arrow-function/params-trailing-comma-length': ['--harmon
y-trailing-commas'], | |
| 347 'language/expressions/call/trailing-comma': ['--harmony-trailing-commas'], | |
| 348 'language/expressions/function/params-trailing-comma': ['--harmony-trailing-co
mmas'], | |
| 349 'language/expressions/function/params-trailing-comma-arguments': ['--harmony-t
railing-commas'], | |
| 350 'language/expressions/function/params-trailing-comma-length': ['--harmony-trai
ling-commas'], | |
| 351 'language/expressions/generators/params-trailing-comma': ['--harmony-trailing-
commas'], | |
| 352 'language/expressions/generators/params-trailing-comma-arguments': ['--harmony
-trailing-commas'], | |
| 353 'language/expressions/generators/params-trailing-comma-length': ['--harmony-tr
ailing-commas'], | |
| 354 'language/expressions/object/method-definition/params-trailing-comma': ['--har
mony-trailing-commas'], | |
| 355 'language/expressions/object/method-definition/params-trailing-comma-arguments
': ['--harmony-trailing-commas'], | |
| 356 'language/expressions/object/method-definition/params-trailing-comma-length':
['--harmony-trailing-commas'], | |
| 357 'language/statements/class/definition/params-trailing-comma': ['--harmony-trai
ling-commas'], | |
| 358 'language/statements/class/definition/params-trailing-comma-arguments': ['--ha
rmony-trailing-commas'], | |
| 359 'language/statements/class/definition/params-trailing-comma-length': ['--harmo
ny-trailing-commas'], | |
| 360 'language/statements/function/params-trailing-comma': ['--harmony-trailing-com
mas'], | |
| 361 'language/statements/function/params-trailing-comma-arguments': ['--harmony-tr
ailing-commas'], | |
| 362 'language/statements/function/params-trailing-comma-length': ['--harmony-trail
ing-commas'], | |
| 363 'language/statements/generators/params-trailing-comma': ['--harmony-trailing-c
ommas'], | |
| 364 'language/statements/generators/params-trailing-comma-length': ['--harmony-tra
iling-commas'], | |
| 365 | |
| 366 # https://bugs.chromium.org/p/v8/issues/detail?id=4698 | 344 # https://bugs.chromium.org/p/v8/issues/detail?id=4698 |
| 367 'language/expressions/call/tco-call-args': ['--harmony-tailcalls'], | 345 'language/expressions/call/tco-call-args': ['--harmony-tailcalls'], |
| 368 'language/expressions/call/tco-member-args': ['--harmony-tailcalls'], | 346 'language/expressions/call/tco-member-args': ['--harmony-tailcalls'], |
| 369 'language/expressions/comma/tco-final': ['--harmony-tailcalls'], | 347 'language/expressions/comma/tco-final': ['--harmony-tailcalls'], |
| 370 'language/expressions/conditional/tco-cond': ['--harmony-tailcalls'], | 348 'language/expressions/conditional/tco-cond': ['--harmony-tailcalls'], |
| 371 'language/expressions/conditional/tco-pos': ['--harmony-tailcalls'], | 349 'language/expressions/conditional/tco-pos': ['--harmony-tailcalls'], |
| 372 'language/expressions/logical-and/tco-right': ['--harmony-tailcalls'], | 350 'language/expressions/logical-and/tco-right': ['--harmony-tailcalls'], |
| 373 'language/expressions/logical-or/tco-right': ['--harmony-tailcalls'], | 351 'language/expressions/logical-or/tco-right': ['--harmony-tailcalls'], |
| 374 'language/expressions/tagged-template/tco-call': ['--harmony-tailcalls'], | 352 'language/expressions/tagged-template/tco-call': ['--harmony-tailcalls'], |
| 375 'language/expressions/tagged-template/tco-member': ['--harmony-tailcalls'], | 353 'language/expressions/tagged-template/tco-member': ['--harmony-tailcalls'], |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 | 618 |
| 641 ['variant == asm_wasm', { | 619 ['variant == asm_wasm', { |
| 642 '*': [SKIP], | 620 '*': [SKIP], |
| 643 }], # variant == asm_wasm | 621 }], # variant == asm_wasm |
| 644 | 622 |
| 645 ['variant == wasm_traps', { | 623 ['variant == wasm_traps', { |
| 646 '*': [SKIP], | 624 '*': [SKIP], |
| 647 }], # variant == wasm_traps | 625 }], # variant == wasm_traps |
| 648 | 626 |
| 649 ] | 627 ] |
| OLD | NEW |