OLD | NEW |
1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 # Very slow on ARM, contains no architecture dependent code. | 49 # Very slow on ARM, contains no architecture dependent code. |
50 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) | 50 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) |
51 | 51 |
52 # Skip long running test in debug and allow it to timeout in release mode. | 52 # Skip long running test in debug and allow it to timeout in release mode. |
53 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug | 53 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
54 | 54 |
55 # Stack manipulations in LiveEdit are buggy - see bug 915 | 55 # Stack manipulations in LiveEdit are buggy - see bug 915 |
56 debug-liveedit-check-stack: SKIP | 56 debug-liveedit-check-stack: SKIP |
57 debug-liveedit-patch-positions-replace: SKIP | 57 debug-liveedit-patch-positions-replace: SKIP |
58 | 58 |
| 59 # Issue 969, flaky in debug mode, hits assertion in deoptimzer-ia32.cc |
| 60 array-splice: PASS, SKIP if $mode == debug |
59 | 61 |
60 ############################################################################## | 62 ############################################################################## |
61 [ $arch == arm ] | 63 [ $arch == arm ] |
62 | 64 |
63 # Slow tests which times out in debug mode. | 65 # Slow tests which times out in debug mode. |
64 try: PASS, SKIP if $mode == debug | 66 try: PASS, SKIP if $mode == debug |
65 debug-scripts-request: PASS, SKIP if $mode == debug | 67 debug-scripts-request: PASS, SKIP if $mode == debug |
66 array-constructor: PASS, SKIP if $mode == debug | 68 array-constructor: PASS, SKIP if $mode == debug |
67 | 69 |
68 # Flaky test that can hit compilation-time stack overflow in debug mode. | 70 # Flaky test that can hit compilation-time stack overflow in debug mode. |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 [ $arch == arm && $crankshaft ] | 110 [ $arch == arm && $crankshaft ] |
109 | 111 |
110 # Test that currently fail with crankshaft on ARM. | 112 # Test that currently fail with crankshaft on ARM. |
111 compiler/simple-osr: FAIL | 113 compiler/simple-osr: FAIL |
112 | 114 |
113 ############################################################################## | 115 ############################################################################## |
114 [ $arch == mips ] | 116 [ $arch == mips ] |
115 | 117 |
116 # Skip all tests on MIPS. | 118 # Skip all tests on MIPS. |
117 *: SKIP | 119 *: SKIP |
OLD | NEW |