OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 # Very slow on ARM, contains no architecture dependent code. | 58 # Very slow on ARM, contains no architecture dependent code. |
59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) | 59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) |
60 | 60 |
61 # Skip long running test in debug and allow it to timeout in release mode. | 61 # Skip long running test in debug and allow it to timeout in release mode. |
62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug | 62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
63 | 63 |
64 # Stack manipulations in LiveEdit are buggy - see bug 915 | 64 # Stack manipulations in LiveEdit are buggy - see bug 915 |
65 debug-liveedit-check-stack: SKIP | 65 debug-liveedit-check-stack: SKIP |
66 debug-liveedit-patch-positions-replace: SKIP | 66 debug-liveedit-patch-positions-replace: SKIP |
67 | 67 |
| 68 # Liveedit messes with the frame hights - see bug 1791 |
| 69 debug-liveedit-1: SKIP |
| 70 debug-liveedit-2: SKIP |
| 71 debug-liveedit-3: SKIP |
| 72 debug-liveedit-breakpoints: SKIP |
| 73 debug-liveedit-check-stack: SKIP |
| 74 debug-liveedit-diff: SKIP |
| 75 debug-liveedit-newsource: SKIP |
| 76 debug-liveedit-patch-positions: SKIP |
| 77 debug-liveedit-patch-positions-replace: SKIP |
| 78 debug-liveedit-utils: SKIP |
| 79 |
| 80 |
| 81 |
68 ############################################################################## | 82 ############################################################################## |
69 [ $arch == arm ] | 83 [ $arch == arm ] |
70 | 84 |
71 # Slow tests which times out in debug mode. | 85 # Slow tests which times out in debug mode. |
72 try: PASS, SKIP if $mode == debug | 86 try: PASS, SKIP if $mode == debug |
73 debug-scripts-request: PASS, SKIP if $mode == debug | 87 debug-scripts-request: PASS, SKIP if $mode == debug |
74 array-constructor: PASS, SKIP if $mode == debug | 88 array-constructor: PASS, SKIP if $mode == debug |
75 | 89 |
76 # Flaky test that can hit compilation-time stack overflow in debug mode. | 90 # Flaky test that can hit compilation-time stack overflow in debug mode. |
77 unicode-test: PASS, (PASS || FAIL) if $mode == debug | 91 unicode-test: PASS, (PASS || FAIL) if $mode == debug |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 regress/regress-3247124: SKIP | 164 regress/regress-3247124: SKIP |
151 regress/regress-1132: SKIP | 165 regress/regress-1132: SKIP |
152 regress/regress-1257: SKIP | 166 regress/regress-1257: SKIP |
153 regress/regress-91008: SKIP | 167 regress/regress-91008: SKIP |
154 | 168 |
155 ############################################################################## | 169 ############################################################################## |
156 [ $isolates ] | 170 [ $isolates ] |
157 # d8-os writes temporary files that might interfer with each other when running | 171 # d8-os writes temporary files that might interfer with each other when running |
158 # in multible threads. Skip this if running with isolates testing. | 172 # in multible threads. Skip this if running with isolates testing. |
159 d8-os: SKIP | 173 d8-os: SKIP |
OLD | NEW |