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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 # Very slow on ARM, contains no architecture dependent code. | 56 # Very slow on ARM, contains no architecture dependent code. |
57 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) | 57 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) |
58 | 58 |
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) | |
67 debug-scopes: PASS, SKIP if ($mode == debug) | |
68 mirror-object: PASS, SKIP if ($mode == debug) | |
69 harmony/debug-blockscopes: PASS, SKIP if ($mode == debug) | |
70 | |
71 ############################################################################## | 66 ############################################################################## |
72 [ $arch == arm ] | 67 [ $arch == arm ] |
73 | 68 |
74 # Slow tests which times out in debug mode. | 69 # Slow tests which times out in debug mode. |
75 try: PASS, SKIP if $mode == debug | 70 try: PASS, SKIP if $mode == debug |
76 debug-scripts-request: PASS, SKIP if $mode == debug | 71 debug-scripts-request: PASS, SKIP if $mode == debug |
77 array-constructor: PASS, SKIP if $mode == debug | 72 array-constructor: PASS, SKIP if $mode == debug |
78 | 73 |
79 # Flaky test that can hit compilation-time stack overflow in debug mode. | 74 # Flaky test that can hit compilation-time stack overflow in debug mode. |
80 unicode-test: PASS, (PASS || FAIL) if $mode == debug | 75 unicode-test: PASS, (PASS || FAIL) if $mode == debug |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 regress/regress-3247124: SKIP | 148 regress/regress-3247124: SKIP |
154 regress/regress-1132: SKIP | 149 regress/regress-1132: SKIP |
155 regress/regress-1257: SKIP | 150 regress/regress-1257: SKIP |
156 regress/regress-91008: SKIP | 151 regress/regress-91008: SKIP |
157 | 152 |
158 ############################################################################## | 153 ############################################################################## |
159 [ $isolates ] | 154 [ $isolates ] |
160 # d8-os writes temporary files that might interfer with each other when running | 155 # d8-os writes temporary files that might interfer with each other when running |
161 # in multible threads. Skip this if running with isolates testing. | 156 # in multible threads. Skip this if running with isolates testing. |
162 d8-os: SKIP | 157 d8-os: SKIP |
OLD | NEW |