| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 # TODO(bradnelson) Fix and re-enable. | 281 # TODO(bradnelson) Fix and re-enable. |
| 282 'wasm/embenchen/box2d': [SKIP], # hang | 282 'wasm/embenchen/box2d': [SKIP], # hang |
| 283 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode | 283 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode |
| 284 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress | 284 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress |
| 285 | 285 |
| 286 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 286 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
| 287 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 287 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 288 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 288 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
| 289 # desugaring regexp property class relies on ICU. | 289 # desugaring regexp property class relies on ICU. |
| 290 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 290 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 291 | |
| 292 # BUG(v8:4894). | |
| 293 'es6/debug-step-into-constructor': [PASS, ['system == linux and arch == x64 an
d mode == release ', FAST_VARIANTS]], | |
| 294 }], # ALWAYS | 291 }], # ALWAYS |
| 295 | 292 |
| 296 ['novfp3 == True', { | 293 ['novfp3 == True', { |
| 297 'asm/embenchen/box2d': [SKIP], | 294 'asm/embenchen/box2d': [SKIP], |
| 298 'asm/embenchen/zlib': [SKIP], | 295 'asm/embenchen/zlib': [SKIP], |
| 299 'asm/embenchen/memops': [SKIP], | 296 'asm/embenchen/memops': [SKIP], |
| 300 'asm/embenchen/lua_binarytrees': [SKIP], | 297 'asm/embenchen/lua_binarytrees': [SKIP], |
| 301 }], # novfp3 == True | 298 }], # novfp3 == True |
| 302 | 299 |
| 303 ############################################################################## | 300 ############################################################################## |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 645 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
| 649 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 646 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
| 650 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], | 647 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], |
| 651 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 648 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
| 652 | 649 |
| 653 # BUG(v8:3435) | 650 # BUG(v8:3435) |
| 654 'debug-script-breakpoints': [PASS, FAIL], | 651 'debug-script-breakpoints': [PASS, FAIL], |
| 655 | 652 |
| 656 # BUG(v8:4495). | 653 # BUG(v8:4495). |
| 657 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], | 654 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], |
| 658 | |
| 659 # BUG(v8:4893). | |
| 660 'regress/regress-crbug-506443': [PASS, ['no_snap', FAST_VARIANTS]], | |
| 661 }], # 'system == windows' | 655 }], # 'system == windows' |
| 662 | 656 |
| 663 ############################################################################## | 657 ############################################################################## |
| 664 # Native Client uses the ARM simulator so will behave similarly to arm | 658 # Native Client uses the ARM simulator so will behave similarly to arm |
| 665 # on mjsunit tests. | 659 # on mjsunit tests. |
| 666 # TODO(bradchen): enable more tests for NaCl V8 when it stops using | 660 # TODO(bradchen): enable more tests for NaCl V8 when it stops using |
| 667 # the ARM simulator. | 661 # the ARM simulator. |
| 668 ############################################################################## | 662 ############################################################################## |
| 669 ['arch == nacl_ia32 or arch == nacl_x64', { | 663 ['arch == nacl_ia32 or arch == nacl_x64', { |
| 670 # There is no /tmp directory for NaCl runs | 664 # There is no /tmp directory for NaCl runs |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 ############################################################################## | 871 ############################################################################## |
| 878 ['gcov_coverage', { | 872 ['gcov_coverage', { |
| 879 # Tests taking too long. | 873 # Tests taking too long. |
| 880 'array-functions-prototype-misc': [SKIP], | 874 'array-functions-prototype-misc': [SKIP], |
| 881 | 875 |
| 882 # Stack overflow. | 876 # Stack overflow. |
| 883 'big-array-literal': [SKIP], | 877 'big-array-literal': [SKIP], |
| 884 }], # 'gcov_coverage' | 878 }], # 'gcov_coverage' |
| 885 | 879 |
| 886 ] | 880 ] |
| OLD | NEW |