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]], |
291 }], # ALWAYS | 294 }], # ALWAYS |
292 | 295 |
293 ['novfp3 == True', { | 296 ['novfp3 == True', { |
294 'asm/embenchen/box2d': [SKIP], | 297 'asm/embenchen/box2d': [SKIP], |
295 'asm/embenchen/zlib': [SKIP], | 298 'asm/embenchen/zlib': [SKIP], |
296 'asm/embenchen/memops': [SKIP], | 299 'asm/embenchen/memops': [SKIP], |
297 'asm/embenchen/lua_binarytrees': [SKIP], | 300 'asm/embenchen/lua_binarytrees': [SKIP], |
298 }], # novfp3 == True | 301 }], # novfp3 == True |
299 | 302 |
300 ############################################################################## | 303 ############################################################################## |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 ############################################################################## | 877 ############################################################################## |
875 ['gcov_coverage', { | 878 ['gcov_coverage', { |
876 # Tests taking too long. | 879 # Tests taking too long. |
877 'array-functions-prototype-misc': [SKIP], | 880 'array-functions-prototype-misc': [SKIP], |
878 | 881 |
879 # Stack overflow. | 882 # Stack overflow. |
880 'big-array-literal': [SKIP], | 883 'big-array-literal': [SKIP], |
881 }], # 'gcov_coverage' | 884 }], # 'gcov_coverage' |
882 | 885 |
883 ] | 886 ] |
OLD | NEW |