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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 # Very slow on ARM, contains no architecture dependent code. | 53 # Very slow on ARM, contains no architecture dependent code. |
54 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) | 54 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) |
55 | 55 |
56 # Skip long running test in debug and allow it to timeout in release mode. | 56 # Skip long running test in debug and allow it to timeout in release mode. |
57 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug | 57 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
58 | 58 |
59 # Stack manipulations in LiveEdit are buggy - see bug 915 | 59 # Stack manipulations in LiveEdit are buggy - see bug 915 |
60 debug-liveedit-check-stack: SKIP | 60 debug-liveedit-check-stack: SKIP |
61 debug-liveedit-patch-positions-replace: SKIP | 61 debug-liveedit-patch-positions-replace: SKIP |
62 | 62 |
| 63 # Known failures after merge from the bleeding edge (issue 1672) |
| 64 debug-scopes: PASS, SKIP if ($mode == debug) |
| 65 mirror-object: PASS, SKIP if ($mode == debug) |
| 66 debug-return-value: PASS, SKIP if ($mode == debug) |
| 67 tickprocessor: PASS, SKIP if ($mode == debug) |
| 68 debug-blockscopes: PASS, SKIP if ($mode == debug) |
| 69 mirror-error: PASS, SKIP if ($mode == debug) |
| 70 mirror-array: PASS, SKIP if ($mode == debug) |
| 71 debug-return-value: PASS, SKIP if ($mode == debug) |
63 | 72 |
64 ############################################################################## | 73 ############################################################################## |
65 [ $arch == arm ] | 74 [ $arch == arm ] |
66 | 75 |
67 # Slow tests which times out in debug mode. | 76 # Slow tests which times out in debug mode. |
68 try: PASS, SKIP if $mode == debug | 77 try: PASS, SKIP if $mode == debug |
69 debug-scripts-request: PASS, SKIP if $mode == debug | 78 debug-scripts-request: PASS, SKIP if $mode == debug |
70 array-constructor: PASS, SKIP if $mode == debug | 79 array-constructor: PASS, SKIP if $mode == debug |
71 | 80 |
72 # Flaky test that can hit compilation-time stack overflow in debug mode. | 81 # Flaky test that can hit compilation-time stack overflow in debug mode. |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 regress/regress-3247124: SKIP | 155 regress/regress-3247124: SKIP |
147 regress/regress-1132: SKIP | 156 regress/regress-1132: SKIP |
148 regress/regress-1257: SKIP | 157 regress/regress-1257: SKIP |
149 regress/regress-91008: SKIP | 158 regress/regress-91008: SKIP |
150 | 159 |
151 ############################################################################## | 160 ############################################################################## |
152 [ $isolates ] | 161 [ $isolates ] |
153 # d8-os writes temporary files that might interfer with each other when running | 162 # d8-os writes temporary files that might interfer with each other when running |
154 # in multible threads. Skip this if running with isolates testing. | 163 # in multible threads. Skip this if running with isolates testing. |
155 d8-os: SKIP | 164 d8-os: SKIP |
OLD | NEW |