| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 test-heap/ReleaseStackTraceData: PASS || FAIL | 52 test-heap/ReleaseStackTraceData: PASS || FAIL |
| 53 | 53 |
| 54 # Boot up memory use is bloated in debug mode. | 54 # Boot up memory use is bloated in debug mode. |
| 55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug | 55 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug |
| 56 | 56 |
| 57 ############################################################################## | 57 ############################################################################## |
| 58 [ $arch == a64 ] | 58 [ $arch == a64 ] |
| 59 | 59 |
| 60 test-api/Bug618: PASS | 60 test-api/Bug618: PASS |
| 61 | 61 |
| 62 [ $arch == a64 && $simulator_run == True ] |
| 63 |
| 64 # Pass but take too long with the simulator. |
| 65 test-api/ExternalArrays: PASS || TIMEOUT |
| 66 test-api/Threading1: SKIP |
| 67 |
| 68 [ $arch == a64 && $mode == debug && $simulator_run == True ] |
| 69 |
| 70 # Pass but take too long with the simulator in debug mode. |
| 71 test-api/ExternalDoubleArray: SKIP |
| 72 test-api/ExternalFloat32Array: SKIP |
| 73 test-api/ExternalFloat64Array: SKIP |
| 74 test-api/ExternalFloatArray: SKIP |
| 75 test-api/Float32Array: SKIP |
| 76 test-api/Float64Array: SKIP |
| 77 test-debug/DebugBreakLoop: SKIP |
| 78 |
| 79 |
| 62 ############################################################################## | 80 ############################################################################## |
| 63 [ $arch == arm ] | 81 [ $arch == arm ] |
| 64 | 82 |
| 65 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 83 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 66 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 84 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 67 # a long time. | 85 # a long time. |
| 68 test-api/OutOfMemory: SKIP | 86 test-api/OutOfMemory: SKIP |
| 69 test-api/OutOfMemoryNested: SKIP | 87 test-api/OutOfMemoryNested: SKIP |
| 70 | 88 |
| 71 # BUG(355): Test crashes on ARM. | 89 # BUG(355): Test crashes on ARM. |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 test-log/LogCallbacks: SKIP | 129 test-log/LogCallbacks: SKIP |
| 112 test-log/ProfLazyMode: SKIP | 130 test-log/ProfLazyMode: SKIP |
| 113 | 131 |
| 114 # Native Client doesn't support sockets. | 132 # Native Client doesn't support sockets. |
| 115 test-debug/DebuggerAgent: SKIP | 133 test-debug/DebuggerAgent: SKIP |
| 116 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 134 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 117 test-sockets/Socket: SKIP | 135 test-sockets/Socket: SKIP |
| 118 | 136 |
| 119 # Profiling doesn't work on Native Client. | 137 # Profiling doesn't work on Native Client. |
| 120 test-cpu-profiler/*: SKIP | 138 test-cpu-profiler/*: SKIP |
| OLD | NEW |