| 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 11 matching lines...) Expand all Loading... |
| 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 prefix cctest | 28 prefix cctest |
| 29 | 29 |
| 30 test-api/Bug*: FAIL | 30 test-api/Bug*: FAIL |
| 31 | 31 |
| 32 # The problem is that a code object can get a different optimizable flag |
| 33 # in crankshaft after creation. |
| 34 test-log/EquivalenceOfLoggingAndTraversal: SKIP |
| 35 |
| 32 | 36 |
| 33 ############################################################################## | 37 ############################################################################## |
| 34 # BUG(281): This test fails on some Linuxes. | 38 # BUG(281): This test fails on some Linuxes. |
| 35 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux | 39 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux |
| 36 | 40 |
| 37 # BUG(382): Weird test. Can't guarantee that it never times out. | 41 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 38 test-api/ApplyInterruption: PASS || TIMEOUT | 42 test-api/ApplyInterruption: PASS || TIMEOUT |
| 39 | 43 |
| 40 # BUG(484): This test which we thought was originally corrected in r5236 | 44 # BUG(484): This test which we thought was originally corrected in r5236 |
| 41 # is re-appearing. Disabled until bug in test is fixed. This only fails | 45 # is re-appearing. Disabled until bug in test is fixed. This only fails |
| (...skipping 24 matching lines...) Expand all Loading... |
| 66 test-deoptimization/DeoptimizeBinaryOperationMUL: FAIL | 70 test-deoptimization/DeoptimizeBinaryOperationMUL: FAIL |
| 67 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL | 71 test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL |
| 68 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL | 72 test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL |
| 69 test-deoptimization/DeoptimizeLoadICStoreIC: FAIL | 73 test-deoptimization/DeoptimizeLoadICStoreIC: FAIL |
| 70 test-deoptimization/DeoptimizeLoadICStoreICNested: FAIL | 74 test-deoptimization/DeoptimizeLoadICStoreICNested: FAIL |
| 71 test-deoptimization/DeoptimizeCompare: FAIL | 75 test-deoptimization/DeoptimizeCompare: FAIL |
| 72 | 76 |
| 73 # Tests that time out with crankshaft. | 77 # Tests that time out with crankshaft. |
| 74 test-api/Threading: SKIP | 78 test-api/Threading: SKIP |
| 75 | 79 |
| 80 # BUG(1069): Context serialization fails on optimized functions. |
| 81 test-serialize/ContextSerialization: SKIP |
| 82 test-serialize/ContextDeserialization: SKIP |
| 76 | 83 |
| 77 ############################################################################## | 84 ############################################################################## |
| 78 [ $arch == arm ] | 85 [ $arch == arm ] |
| 79 | 86 |
| 80 # Optimization is currently not working on crankshaft x64 and ARM. | 87 # Optimization is currently not working on crankshaft x64 and ARM. |
| 81 test-heap/TestInternalWeakLists: PASS || FAIL | 88 test-heap/TestInternalWeakLists: PASS || FAIL |
| 82 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL | 89 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 83 | 90 |
| 84 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 91 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 85 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 92 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 86 # a long time. | 93 # a long time. |
| 87 test-api/OutOfMemory: SKIP | 94 test-api/OutOfMemory: SKIP |
| 88 test-api/OutOfMemoryNested: SKIP | 95 test-api/OutOfMemoryNested: SKIP |
| 89 | 96 |
| 90 # BUG(355): Test crashes on ARM. | 97 # BUG(355): Test crashes on ARM. |
| 91 test-log/ProfLazyMode: SKIP | 98 test-log/ProfLazyMode: SKIP |
| 92 | 99 |
| 93 # BUG(945): Socket connect fails on ARM | 100 # BUG(945): Socket connect fails on ARM |
| 94 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 101 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 95 test-sockets/Socket: SKIP | 102 test-sockets/Socket: SKIP |
| 96 | 103 |
| 104 # BUG(1075): Some deserialization tests fail om ARM |
| 105 test-serialize/Deserialize: SKIP |
| 106 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 107 test-serialize/DeserializeAndRunScript2: SKIP |
| 108 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 97 | 109 |
| 98 ############################################################################## | 110 ############################################################################## |
| 99 [ $arch == arm && $crankshaft ] | 111 [ $arch == arm && $crankshaft ] |
| 100 | 112 |
| 101 # Tests that can fail with crankshaft. | |
| 102 test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL | |
| 103 test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL | |
| 104 | |
| 105 # Tests that time out with crankshaft. | 113 # Tests that time out with crankshaft. |
| 106 test-debug/ThreadedDebugging: SKIP | 114 test-debug/ThreadedDebugging: SKIP |
| 107 test-debug/DebugBreakLoop: SKIP | 115 test-debug/DebugBreakLoop: SKIP |
| 108 | 116 |
| 109 | 117 |
| 110 ############################################################################## | 118 ############################################################################## |
| 111 [ $arch == mips ] | 119 [ $arch == mips ] |
| 112 test-accessors: SKIP | 120 test-accessors: SKIP |
| 113 test-alloc: SKIP | 121 test-alloc: SKIP |
| 114 test-api: SKIP | 122 test-api: SKIP |
| 115 test-compiler: SKIP | 123 test-compiler: SKIP |
| 116 test-cpu-profiler: SKIP | 124 test-cpu-profiler: SKIP |
| 117 test-debug: SKIP | 125 test-debug: SKIP |
| 118 test-decls: SKIP | 126 test-decls: SKIP |
| 119 test-func-name-inference: SKIP | 127 test-func-name-inference: SKIP |
| 120 test-heap: SKIP | 128 test-heap: SKIP |
| 121 test-heap-profiler: SKIP | 129 test-heap-profiler: SKIP |
| 122 test-log: SKIP | 130 test-log: SKIP |
| 123 test-log-utils: SKIP | 131 test-log-utils: SKIP |
| 124 test-mark-compact: SKIP | 132 test-mark-compact: SKIP |
| 125 test-regexp: SKIP | 133 test-regexp: SKIP |
| 126 test-serialize: SKIP | 134 test-serialize: SKIP |
| 127 test-sockets: SKIP | 135 test-sockets: SKIP |
| 128 test-strings: SKIP | 136 test-strings: SKIP |
| 129 test-threads: SKIP | 137 test-threads: SKIP |
| 130 test-thread-termination: SKIP | 138 test-thread-termination: SKIP |
| OLD | NEW |