| OLD | NEW |
| 1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug | 54 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug |
| 55 | 55 |
| 56 # Stack manipulations in LiveEdit are buggy - see bug 915 | 56 # Stack manipulations in LiveEdit are buggy - see bug 915 |
| 57 debug-liveedit-check-stack: SKIP | 57 debug-liveedit-check-stack: SKIP |
| 58 debug-liveedit-patch-positions-replace: SKIP | 58 debug-liveedit-patch-positions-replace: SKIP |
| 59 | 59 |
| 60 | 60 |
| 61 ############################################################################## | 61 ############################################################################## |
| 62 [ $arch == arm ] | 62 [ $arch == arm ] |
| 63 | 63 |
| 64 # Code is bugged. Remove this when fixed. | |
| 65 math-round: PASS || FAIL | |
| 66 | |
| 67 # Slow tests which times out in debug mode. | 64 # Slow tests which times out in debug mode. |
| 68 try: PASS, SKIP if $mode == debug | 65 try: PASS, SKIP if $mode == debug |
| 69 debug-scripts-request: PASS, SKIP if $mode == debug | 66 debug-scripts-request: PASS, SKIP if $mode == debug |
| 70 array-constructor: PASS, SKIP if $mode == debug | 67 array-constructor: PASS, SKIP if $mode == debug |
| 71 | 68 |
| 72 # Flaky test that can hit compilation-time stack overflow in debug mode. | 69 # Flaky test that can hit compilation-time stack overflow in debug mode. |
| 73 unicode-test: PASS, (PASS || FAIL) if $mode == debug | 70 unicode-test: PASS, (PASS || FAIL) if $mode == debug |
| 74 | 71 |
| 75 # Times out often in release mode on ARM. | 72 # Times out often in release mode on ARM. |
| 76 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release | 73 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 # Requires bigger stack size in the Genesis and if stack size is increased, | 108 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 112 # the test requires too much time to run. However, the problem test covers | 109 # the test requires too much time to run. However, the problem test covers |
| 113 # should be platform-independent. | 110 # should be platform-independent. |
| 114 regress/regress-1132: SKIP | 111 regress/regress-1132: SKIP |
| 115 | 112 |
| 116 ############################################################################## | 113 ############################################################################## |
| 117 [ $arch == mips ] | 114 [ $arch == mips ] |
| 118 | 115 |
| 119 # Skip all tests on MIPS. | 116 # Skip all tests on MIPS. |
| 120 *: SKIP | 117 *: SKIP |
| OLD | NEW |