| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 test-api/OutOfMemory: SKIP | 94 test-api/OutOfMemory: SKIP |
| 95 test-api/OutOfMemoryNested: SKIP | 95 test-api/OutOfMemoryNested: SKIP |
| 96 | 96 |
| 97 # BUG(355): Test crashes on ARM. | 97 # BUG(355): Test crashes on ARM. |
| 98 test-log/ProfLazyMode: SKIP | 98 test-log/ProfLazyMode: SKIP |
| 99 | 99 |
| 100 # BUG(945): Socket connect fails on ARM | 100 # BUG(945): Socket connect fails on ARM |
| 101 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 101 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 102 test-sockets/Socket: SKIP | 102 test-sockets/Socket: SKIP |
| 103 | 103 |
| 104 # BUG(1075): Some deserialization tests fail om ARM |
| 105 cctest/test-serialize/Deserialize: SKIP |
| 106 cctest/test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 107 cctest/test-serialize/DeserializeAndRunScript2: SKIP |
| 108 cctest/test-serialize/DeserializeFromSecondSerialization: SKIP |
| 104 | 109 |
| 105 ############################################################################## | 110 ############################################################################## |
| 106 [ $arch == arm && $crankshaft ] | 111 [ $arch == arm && $crankshaft ] |
| 107 | 112 |
| 108 # Tests that time out with crankshaft. | 113 # Tests that time out with crankshaft. |
| 109 test-debug/ThreadedDebugging: SKIP | 114 test-debug/ThreadedDebugging: SKIP |
| 110 test-debug/DebugBreakLoop: SKIP | 115 test-debug/DebugBreakLoop: SKIP |
| 111 | 116 |
| 112 | 117 |
| 113 ############################################################################## | 118 ############################################################################## |
| (...skipping 10 matching lines...) Expand all Loading... |
| 124 test-heap-profiler: SKIP | 129 test-heap-profiler: SKIP |
| 125 test-log: SKIP | 130 test-log: SKIP |
| 126 test-log-utils: SKIP | 131 test-log-utils: SKIP |
| 127 test-mark-compact: SKIP | 132 test-mark-compact: SKIP |
| 128 test-regexp: SKIP | 133 test-regexp: SKIP |
| 129 test-serialize: SKIP | 134 test-serialize: SKIP |
| 130 test-sockets: SKIP | 135 test-sockets: SKIP |
| 131 test-strings: SKIP | 136 test-strings: SKIP |
| 132 test-threads: SKIP | 137 test-threads: SKIP |
| 133 test-thread-termination: SKIP | 138 test-thread-termination: SKIP |
| OLD | NEW |