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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 52 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
53 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 53 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
54 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 54 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
55 'regress/regress-2612': [PASS, ['mode == debug', SKIP]], | 55 'regress/regress-2612': [PASS, ['mode == debug', SKIP]], |
56 | 56 |
57 ############################################################################## | 57 ############################################################################## |
58 # Too slow in debug mode for GC stress mode. | 58 # Too slow in debug mode for GC stress mode. |
59 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 59 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
60 | 60 |
61 ############################################################################## | 61 ############################################################################## |
62 # No need to waste time for this test. | |
63 'd8-performance-now': [PASS, NO_VARIANTS], | |
64 | |
65 ############################################################################## | |
66 # These use a built-in that's only present in debug mode. They take | 62 # These use a built-in that's only present in debug mode. They take |
67 # too long to run in debug mode on ARM and MIPS. | 63 # too long to run in debug mode on ARM and MIPS. |
68 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro
id_arm or arch == mipsel', SKIP]], | 64 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro
id_arm or arch == mipsel', SKIP]], |
69 | 65 |
70 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], | 66 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], |
71 | 67 |
72 # Issue 488: this test sometimes times out. | 68 # Issue 488: this test sometimes times out. |
73 'array-constructor': [PASS, TIMEOUT], | 69 'array-constructor': [PASS, TIMEOUT], |
74 | 70 |
75 # Very slow on ARM and MIPS, contains no architecture dependent code. | 71 # Very slow on ARM and MIPS, contains no architecture dependent code. |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'never-optimize': [SKIP], | 255 'never-optimize': [SKIP], |
260 'regress/regress-2185-2': [SKIP], | 256 'regress/regress-2185-2': [SKIP], |
261 'harmony/object-observe': [SKIP], | 257 'harmony/object-observe': [SKIP], |
262 'readonly': [SKIP], | 258 'readonly': [SKIP], |
263 'array-feedback': [SKIP], | 259 'array-feedback': [SKIP], |
264 | 260 |
265 # Deopt every n garbage collections collides with deopt every n times. | 261 # Deopt every n garbage collections collides with deopt every n times. |
266 'regress/regress-2653': [SKIP], | 262 'regress/regress-2653': [SKIP], |
267 }], # 'deopt_fuzzer == True' | 263 }], # 'deopt_fuzzer == True' |
268 ] | 264 ] |
OLD | NEW |