| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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. | 64 # Code is bugged. Remove this when fixed. | 
| 65 math-round: FAIL | 65 math-round: PASS || FAIL | 
| 66 | 66 | 
| 67 # Slow tests which times out in debug mode. | 67 # Slow tests which times out in debug mode. | 
| 68 try: PASS, SKIP if $mode == debug | 68 try: PASS, SKIP if $mode == debug | 
| 69 debug-scripts-request: PASS, SKIP if $mode == debug | 69 debug-scripts-request: PASS, SKIP if $mode == debug | 
| 70 array-constructor: PASS, SKIP if $mode == debug | 70 array-constructor: PASS, SKIP if $mode == debug | 
| 71 | 71 | 
| 72 # Flaky test that can hit compilation-time stack overflow in debug mode. | 72 # Flaky test that can hit compilation-time stack overflow in debug mode. | 
| 73 unicode-test: PASS, (PASS || FAIL) if $mode == debug | 73 unicode-test: PASS, (PASS || FAIL) if $mode == debug | 
| 74 | 74 | 
| 75 # Times out often in release mode on ARM. | 75 # Times out often in release mode on ARM. | 
| (...skipping 35 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, | 111 # 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 | 112 # the test requires too much time to run.  However, the problem test covers | 
| 113 # should be platform-independent. | 113 # should be platform-independent. | 
| 114 regress/regress-1132: SKIP | 114 regress/regress-1132: SKIP | 
| 115 | 115 | 
| 116 ############################################################################## | 116 ############################################################################## | 
| 117 [ $arch == mips ] | 117 [ $arch == mips ] | 
| 118 | 118 | 
| 119 # Skip all tests on MIPS. | 119 # Skip all tests on MIPS. | 
| 120 *: SKIP | 120 *: SKIP | 
| OLD | NEW | 
|---|