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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 # BUG(v8:3457). | 292 # BUG(v8:3457). |
293 'deserialize-reference': [PASS, FAIL], | 293 'deserialize-reference': [PASS, FAIL], |
294 | 294 |
295 # Slow tests. | 295 # Slow tests. |
296 'array-concat': [PASS, SLOW], | 296 'array-concat': [PASS, SLOW], |
297 'array-constructor': [PASS, SLOW], | 297 'array-constructor': [PASS, SLOW], |
298 'array-indexing': [PASS, SLOW], | 298 'array-indexing': [PASS, SLOW], |
299 'array-reduce': [PASS, SLOW], | 299 'array-reduce': [PASS, SLOW], |
300 'array-sort': [PASS, SLOW], | 300 'array-sort': [PASS, SLOW], |
301 'array-splice': [PASS, SLOW], | 301 'array-splice': [PASS, SLOW], |
302 'asm/embenchen/box2d': [PASS, SLOW], | 302 'asm/embenchen/box2d': [PASS, ['mode == release', SLOW]], |
303 'asm/embenchen/lua_binarytrees': [PASS, SLOW], | 303 'asm/embenchen/lua_binarytrees': [PASS, ['mode == release', SLOW]], |
304 'bit-not': [PASS, SLOW], | 304 'bit-not': [PASS, SLOW], |
305 'compiler/alloc-number': [PASS, SLOW], | 305 'compiler/alloc-number': [PASS, SLOW], |
306 'compiler/osr-assert': [PASS, SLOW], | 306 'compiler/osr-assert': [PASS, SLOW], |
307 'compiler/osr-with-args': [PASS, SLOW], | 307 'compiler/osr-with-args': [PASS, SLOW], |
308 'debug-scopes': [PASS, SLOW], | 308 'debug-scopes': [PASS, SLOW], |
309 'generated-transition-stub': [PASS, SLOW], | 309 'generated-transition-stub': [PASS, SLOW], |
310 'json2': [PASS, SLOW], | 310 'json2': [PASS, SLOW], |
311 'math-floor-of-div-nosudiv': [PASS, SLOW], | 311 'math-floor-of-div-nosudiv': [PASS, SLOW], |
312 'math-floor-of-div': [PASS, SLOW], | 312 'math-floor-of-div': [PASS, SLOW], |
313 'mirror-object': [PASS, SLOW], | 313 'mirror-object': [PASS, SLOW], |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'never-optimize': [SKIP], | 572 'never-optimize': [SKIP], |
573 'regress/regress-2185-2': [SKIP], | 573 'regress/regress-2185-2': [SKIP], |
574 'harmony/object-observe': [SKIP], | 574 'harmony/object-observe': [SKIP], |
575 'readonly': [SKIP], | 575 'readonly': [SKIP], |
576 'array-feedback': [SKIP], | 576 'array-feedback': [SKIP], |
577 | 577 |
578 # Deopt every n garbage collections collides with deopt every n times. | 578 # Deopt every n garbage collections collides with deopt every n times. |
579 'regress/regress-2653': [SKIP], | 579 'regress/regress-2653': [SKIP], |
580 }], # 'deopt_fuzzer == True' | 580 }], # 'deopt_fuzzer == True' |
581 ] | 581 ] |
OLD | NEW |