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