| 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 12 matching lines...) Expand all Loading... |
| 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 ############################################################################## | 32 ############################################################################## |
| 33 # BUG(281): This test fails on some Linuxes. | |
| 34 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux | |
| 35 | |
| 36 # BUG(382): Weird test. Can't guarantee that it never times out. | 33 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 37 test-api/ApplyInterruption: PASS || TIMEOUT | 34 test-api/ApplyInterruption: PASS || TIMEOUT |
| 38 | 35 |
| 39 # BUG(484): This test which we thought was originally corrected in r5236 | 36 # BUG(484): This test which we thought was originally corrected in r5236 |
| 40 # is re-appearing. Disabled until bug in test is fixed. This only fails | 37 # is re-appearing. Disabled until bug in test is fixed. This only fails |
| 41 # when snapshot is on, so I am marking it PASS || FAIL | 38 # when snapshot is on, so I am marking it PASS || FAIL |
| 42 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL | 39 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL |
| 43 | 40 |
| 44 # These tests always fail. They are here to test test.py. If | 41 # These tests always fail. They are here to test test.py. If |
| 45 # they don't fail then test.py has failed. | 42 # they don't fail then test.py has failed. |
| 46 test-serialize/TestThatAlwaysFails: FAIL | 43 test-serialize/TestThatAlwaysFails: FAIL |
| 47 test-serialize/DependentTestThatAlwaysFails: FAIL | 44 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 48 | 45 |
| 49 # TODO(gc): Temporarily disabled in the GC branch. | 46 # TODO(gc): Temporarily disabled in the GC branch. |
| 50 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL | 47 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL |
| 51 | 48 |
| 52 # BUG(1261): Flakey test. | 49 # BUG(1261): Flakey test. |
| 53 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL | 50 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL |
| 54 | 51 |
| 55 ############################################################################## | 52 ############################################################################## |
| 56 # BUG(1354): Bad function name inference | |
| 57 test-func-name-inference/FactoryHashmapConditional: FAIL | |
| 58 test-func-name-inference/FactoryHashmapVariable: FAIL | |
| 59 test-func-name-inference/FactoryHashmap: FAIL | |
| 60 test-func-name-inference/MultipleAssignments: FAIL | |
| 61 test-func-name-inference/PassedAsConstructorParameter: FAIL | |
| 62 | |
| 63 ############################################################################## | |
| 64 [ $arch == arm ] | 53 [ $arch == arm ] |
| 65 | 54 |
| 66 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 55 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 67 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 56 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 68 # a long time. | 57 # a long time. |
| 69 test-api/OutOfMemory: SKIP | 58 test-api/OutOfMemory: SKIP |
| 70 test-api/OutOfMemoryNested: SKIP | 59 test-api/OutOfMemoryNested: SKIP |
| 71 | 60 |
| 72 # BUG(355): Test crashes on ARM. | 61 # BUG(355): Test crashes on ARM. |
| 73 test-log/ProfLazyMode: SKIP | 62 test-log/ProfLazyMode: SKIP |
| 74 | 63 |
| 75 # BUG(945): Socket connect fails on ARM | 64 # BUG(945): Socket connect fails on ARM |
| 65 test-debug/DebuggerAgent: SKIP |
| 76 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 66 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 77 test-sockets/Socket: SKIP | 67 test-sockets/Socket: SKIP |
| 78 | 68 |
| 79 # BUG(1075): Unresolved crashes. | 69 # BUG(1075): Unresolved crashes. |
| 80 test-serialize/Deserialize: SKIP | 70 test-serialize/Deserialize: SKIP |
| 81 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 71 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
| 82 test-serialize/DeserializeAndRunScript2: SKIP | 72 test-serialize/DeserializeAndRunScript2: SKIP |
| 83 test-serialize/DeserializeFromSecondSerialization: SKIP | 73 test-serialize/DeserializeFromSecondSerialization: SKIP |
| 84 | 74 |
| 85 ############################################################################## | 75 ############################################################################## |
| 86 [ $arch == arm && $crankshaft ] | 76 [ $arch == arm && $crankshaft ] |
| 87 | 77 |
| 88 # Tests that time out with crankshaft. | 78 # Tests that time out with crankshaft. |
| 89 test-debug/ThreadedDebugging: SKIP | 79 test-debug/ThreadedDebugging: SKIP |
| 90 test-debug/DebugBreakLoop: SKIP | 80 test-debug/DebugBreakLoop: SKIP |
| 91 | 81 |
| 92 | 82 |
| 93 ############################################################################## | 83 ############################################################################## |
| 94 [ $arch == mips ] | 84 [ $arch == mips ] |
| 95 test-deoptimization: SKIP | 85 test-deoptimization: SKIP |
| 96 test-serialize: SKIP | 86 test-serialize: SKIP |
| OLD | NEW |