OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 debug-liveedit-check-stack: SKIP | 221 debug-liveedit-check-stack: SKIP |
222 debug-liveedit-stack-padding: SKIP | 222 debug-liveedit-stack-padding: SKIP |
223 debug-liveedit-restart-frame: SKIP | 223 debug-liveedit-restart-frame: SKIP |
224 debug-liveedit-double-call: SKIP | 224 debug-liveedit-double-call: SKIP |
225 | 225 |
226 # This test dumps core for arm.debug, so no reason to expect it to work | 226 # This test dumps core for arm.debug, so no reason to expect it to work |
227 # for NaCl. The other three fuzz-natives tests seem to run fine. | 227 # for NaCl. The other three fuzz-natives tests seem to run fine. |
228 # As noted above none of them are run in the arm.debug case. | 228 # As noted above none of them are run in the arm.debug case. |
229 fuzz-natives-part4: SKIP | 229 fuzz-natives-part4: SKIP |
230 | 230 |
| 231 # NaCl builds have problems with this test since Pepper_28. |
| 232 # V8 Issue 2786 |
| 233 math-exp-precision: SKIP |
| 234 |
231 # Requires bigger stack size in the Genesis and if stack size is increased, | 235 # Requires bigger stack size in the Genesis and if stack size is increased, |
232 # the test requires too much time to run. However, the problem test covers | 236 # the test requires too much time to run. However, the problem test covers |
233 # should be platform-independent. | 237 # should be platform-independent. |
234 regress/regress-1132: SKIP | 238 regress/regress-1132: SKIP |
235 | 239 |
236 # Poor performance for NaCl V8 causes an assertion failure for this test. | 240 # Poor performance for NaCl V8 causes an assertion failure for this test. |
237 regress/regress-165637: SKIP | 241 regress/regress-165637: SKIP |
238 | 242 |
239 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 243 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
240 regress/regress-crbug-160010: SKIP | 244 regress/regress-crbug-160010: SKIP |
OLD | NEW |