| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 # Currently always deopt on minus zero | 147 # Currently always deopt on minus zero |
| 148 math-floor-of-div-minus-zero: SKIP | 148 math-floor-of-div-minus-zero: SKIP |
| 149 | 149 |
| 150 ############################################################################## | 150 ############################################################################## |
| 151 [ $arch == mipsel ] | 151 [ $arch == mipsel ] |
| 152 | 152 |
| 153 # Slow tests which times out in debug mode. | 153 # Slow tests which times out in debug mode. |
| 154 try: PASS, SKIP if $mode == debug | 154 try: PASS, SKIP if $mode == debug |
| 155 debug-scripts-request: PASS, SKIP if $mode == debug | 155 debug-scripts-request: PASS, SKIP if $mode == debug |
| 156 array-constructor: PASS, SKIP if $mode == debug | 156 array-constructor: PASS, SKIP if $mode == debug |
| 157 generated-transition-stub: PASS, SKIP if $mode == debug |
| 157 | 158 |
| 158 # Times out often in release mode on MIPS. | 159 # Times out often in release mode on MIPS. |
| 159 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release | 160 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release |
| 160 array-splice: PASS || TIMEOUT | 161 array-splice: PASS || TIMEOUT |
| 161 | 162 |
| 162 # Long running test. | 163 # Long running test. |
| 163 mirror-object: PASS || TIMEOUT | 164 mirror-object: PASS || TIMEOUT |
| 164 string-indexof-2: PASS || TIMEOUT | 165 string-indexof-2: PASS || TIMEOUT |
| 165 | 166 |
| 166 # BUG(3251035): Timeouts in long looping crankshaft optimization | 167 # BUG(3251035): Timeouts in long looping crankshaft optimization |
| (...skipping 26 matching lines...) Expand all Loading... |
| 193 # the test requires too much time to run. However, the problem test covers | 194 # the test requires too much time to run. However, the problem test covers |
| 194 # should be platform-independent. | 195 # should be platform-independent. |
| 195 regress/regress-1132: SKIP | 196 regress/regress-1132: SKIP |
| 196 | 197 |
| 197 # Stack manipulations in LiveEdit is not implemented for this arch. | 198 # Stack manipulations in LiveEdit is not implemented for this arch. |
| 198 debug-liveedit-check-stack: SKIP | 199 debug-liveedit-check-stack: SKIP |
| 199 debug-liveedit-stack-padding: SKIP | 200 debug-liveedit-stack-padding: SKIP |
| 200 debug-liveedit-restart-frame: SKIP | 201 debug-liveedit-restart-frame: SKIP |
| 201 debug-liveedit-double-call: SKIP | 202 debug-liveedit-double-call: SKIP |
| 202 | 203 |
| OLD | NEW |