| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 # TODO(bradnelson) Fix and re-enable. | 317 # TODO(bradnelson) Fix and re-enable. |
| 318 'wasm/embenchen/copy': [FAIL], # wrong answer | 318 'wasm/embenchen/copy': [FAIL], # wrong answer |
| 319 'wasm/embenchen/box2d': [SKIP], # hang | 319 'wasm/embenchen/box2d': [SKIP], # hang |
| 320 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode | 320 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode |
| 321 'wasm/embenchen/zlib': [SKIP], # fails gc-stress | 321 'wasm/embenchen/zlib': [SKIP], # fails gc-stress |
| 322 | 322 |
| 323 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 323 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
| 324 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 324 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 325 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 325 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
| 326 # desugaring regexp property class relies on ICU. | 326 # desugaring regexp property class relies on ICU. |
| 327 'harmony/regexp-property-general-category': [PASS, ['no_i18n == True', FAIL]], | 327 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 328 'harmony/regexp-property-script-category': [PASS, ['no_i18n == True', FAIL]], | |
| 329 }], # ALWAYS | 328 }], # ALWAYS |
| 330 | 329 |
| 331 ['novfp3 == True', { | 330 ['novfp3 == True', { |
| 332 'asm/embenchen/box2d': [SKIP], | 331 'asm/embenchen/box2d': [SKIP], |
| 333 'asm/embenchen/zlib': [SKIP], | 332 'asm/embenchen/zlib': [SKIP], |
| 334 'asm/embenchen/memops': [SKIP], | 333 'asm/embenchen/memops': [SKIP], |
| 335 'asm/embenchen/lua_binarytrees': [SKIP], | 334 'asm/embenchen/lua_binarytrees': [SKIP], |
| 336 }], # novfp3 == True | 335 }], # novfp3 == True |
| 337 | 336 |
| 338 ############################################################################## | 337 ############################################################################## |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 # Tests taking too long. | 902 # Tests taking too long. |
| 904 'array-functions-prototype-misc': [SKIP], | 903 'array-functions-prototype-misc': [SKIP], |
| 905 'strong/implicit-conversions': [SKIP], | 904 'strong/implicit-conversions': [SKIP], |
| 906 'strong/load-element-mutate-backing-store': [SKIP], | 905 'strong/load-element-mutate-backing-store': [SKIP], |
| 907 | 906 |
| 908 # Stack overflow. | 907 # Stack overflow. |
| 909 'big-array-literal': [SKIP], | 908 'big-array-literal': [SKIP], |
| 910 }], # 'gcov_coverage' | 909 }], # 'gcov_coverage' |
| 911 | 910 |
| 912 ] | 911 ] |
| OLD | NEW |