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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 # the test requires too much time to run. However, the problem test covers | 197 # the test requires too much time to run. However, the problem test covers |
198 # should be platform-independent. | 198 # should be platform-independent. |
199 regress/regress-1132: SKIP | 199 regress/regress-1132: SKIP |
200 | 200 |
201 # Stack manipulations in LiveEdit is not implemented for this arch. | 201 # Stack manipulations in LiveEdit is not implemented for this arch. |
202 debug-liveedit-check-stack: SKIP | 202 debug-liveedit-check-stack: SKIP |
203 debug-liveedit-stack-padding: SKIP | 203 debug-liveedit-stack-padding: SKIP |
204 debug-liveedit-restart-frame: SKIP | 204 debug-liveedit-restart-frame: SKIP |
205 debug-liveedit-double-call: SKIP | 205 debug-liveedit-double-call: SKIP |
206 | 206 |
| 207 # Currently always deopt on minus zero |
| 208 math-floor-of-div-minus-zero: SKIP |
| 209 |
207 ############################################################################## | 210 ############################################################################## |
208 # Native Client uses the ARM simulator so will behave similarly to arm | 211 # Native Client uses the ARM simulator so will behave similarly to arm |
209 # on mjsunit tests. | 212 # on mjsunit tests. |
210 # TODO(bradchen): enable more tests for NaCl V8 when it stops using | 213 # TODO(bradchen): enable more tests for NaCl V8 when it stops using |
211 # the ARM simulator. | 214 # the ARM simulator. |
212 ############################################################################## | 215 ############################################################################## |
213 [ $arch == nacl_ia32 || $arch == nacl_x64 ] | 216 [ $arch == nacl_ia32 || $arch == nacl_x64 ] |
214 # There is no /tmp directory for NaCl runs | 217 # There is no /tmp directory for NaCl runs |
215 d8-os: SKIP | 218 d8-os: SKIP |
216 | 219 |
(...skipping 11 matching lines...) Expand all Loading... |
228 # Requires bigger stack size in the Genesis and if stack size is increased, | 231 # Requires bigger stack size in the Genesis and if stack size is increased, |
229 # the test requires too much time to run. However, the problem test covers | 232 # the test requires too much time to run. However, the problem test covers |
230 # should be platform-independent. | 233 # should be platform-independent. |
231 regress/regress-1132: SKIP | 234 regress/regress-1132: SKIP |
232 | 235 |
233 # Poor performance for NaCl V8 causes an assertion failure for this test. | 236 # Poor performance for NaCl V8 causes an assertion failure for this test. |
234 regress/regress-165637: SKIP | 237 regress/regress-165637: SKIP |
235 | 238 |
236 # Skip long running test that times out in debug mode and goes OOM on NaCl. | 239 # Skip long running test that times out in debug mode and goes OOM on NaCl. |
237 regress/regress-crbug-160010: SKIP | 240 regress/regress-crbug-160010: SKIP |
OLD | NEW |