| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 debug-liveedit-check-stack: SKIP | 266 debug-liveedit-check-stack: SKIP |
| 267 debug-liveedit-stack-padding: SKIP | 267 debug-liveedit-stack-padding: SKIP |
| 268 debug-liveedit-restart-frame: SKIP | 268 debug-liveedit-restart-frame: SKIP |
| 269 debug-liveedit-double-call: SKIP | 269 debug-liveedit-double-call: SKIP |
| 270 | 270 |
| 271 # This test dumps core for arm.debug, so no reason to expect it to work | 271 # This test dumps core for arm.debug, so no reason to expect it to work |
| 272 # for NaCl. The other three fuzz-natives tests seem to run fine. | 272 # for NaCl. The other three fuzz-natives tests seem to run fine. |
| 273 # As noted above none of them are run in the arm.debug case. | 273 # As noted above none of them are run in the arm.debug case. |
| 274 fuzz-natives-part4: SKIP | 274 fuzz-natives-part4: SKIP |
| 275 | 275 |
| 276 # NaCl builds have problems with this test since Pepper_28. |
| 277 # V8 Issue 2786 |
| 278 math-exp-precision: SKIP |
| 279 |
| 276 # Requires bigger stack size in the Genesis and if stack size is increased, | 280 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 277 # the test requires too much time to run. However, the problem test covers | 281 # the test requires too much time to run. However, the problem test covers |
| 278 # should be platform-independent. | 282 # should be platform-independent. |
| 279 regress/regress-1132: SKIP | 283 regress/regress-1132: SKIP |
| 280 | 284 |
| 281 # Poor performance for NaCl V8 causes an assertion failure for this test. | 285 # Poor performance for NaCl V8 causes an assertion failure for this test. |
| 282 regress/regress-165637: SKIP | 286 regress/regress-165637: SKIP |
| 283 | 287 |
| 284 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 288 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
| 285 regress/regress-crbug-160010: SKIP | 289 regress/regress-crbug-160010: SKIP |
| OLD | NEW |