| 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 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 |
| 33 ############################################################################## |
| 32 # BUG(281): This test fails on some Linuxes. | 34 # BUG(281): This test fails on some Linuxes. |
| 33 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux | 35 test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux |
| 34 | 36 |
| 35 # BUG(382): Weird test. Can't guarantee that it never times out. | 37 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 36 test-api/ApplyInterruption: PASS || TIMEOUT | 38 test-api/ApplyInterruption: PASS || TIMEOUT |
| 37 | 39 |
| 40 # 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 |
| 42 # when snapshot is on, so I am marking it PASS || FAIL |
| 43 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL |
| 44 |
| 45 # BUG(3260336): Flaky test. May be timing related. |
| 46 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL |
| 47 |
| 38 # These tests always fail. They are here to test test.py. If | 48 # These tests always fail. They are here to test test.py. If |
| 39 # they don't fail then test.py has failed. | 49 # they don't fail then test.py has failed. |
| 40 test-serialize/TestThatAlwaysFails: FAIL | 50 test-serialize/TestThatAlwaysFails: FAIL |
| 41 test-serialize/DependentTestThatAlwaysFails: FAIL | 51 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 42 | 52 |
| 53 |
| 54 ############################################################################## |
| 55 [ $arch == x64 ] |
| 56 |
| 57 # Optimization is currently not working on crankshaft x64 and ARM. |
| 58 test-heap/TestInternalWeakLists: PASS || FAIL |
| 59 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 60 |
| 61 |
| 62 ############################################################################## |
| 43 [ $arch == arm ] | 63 [ $arch == arm ] |
| 44 | 64 |
| 65 # Optimization is currently not working on crankshaft x64 and ARM. |
| 66 test-heap/TestInternalWeakLists: PASS || FAIL |
| 67 test-heap/TestInternalWeakListsTraverseWithGC: PASS || FAIL |
| 68 |
| 45 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 69 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 46 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 70 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 47 # a long time. | 71 # a long time. |
| 48 test-api/OutOfMemory: SKIP | 72 test-api/OutOfMemory: SKIP |
| 49 test-api/OutOfMemoryNested: SKIP | 73 test-api/OutOfMemoryNested: SKIP |
| 50 | 74 |
| 51 # BUG(355): Test crashes on ARM. | 75 # BUG(355): Test crashes on ARM. |
| 52 test-log/ProfLazyMode: SKIP | 76 test-log/ProfLazyMode: SKIP |
| 53 | 77 |
| 78 |
| 79 ############################################################################## |
| 54 [ $arch == mips ] | 80 [ $arch == mips ] |
| 55 test-accessors: SKIP | 81 test-accessors: SKIP |
| 56 test-alloc: SKIP | 82 test-alloc: SKIP |
| 57 test-api: SKIP | 83 test-api: SKIP |
| 58 test-compiler: SKIP | 84 test-compiler: SKIP |
| 59 test-cpu-profiler: SKIP | 85 test-cpu-profiler: SKIP |
| 60 test-debug: SKIP | 86 test-debug: SKIP |
| 61 test-decls: SKIP | 87 test-decls: SKIP |
| 62 test-func-name-inference: SKIP | 88 test-func-name-inference: SKIP |
| 63 test-heap: SKIP | 89 test-heap: SKIP |
| 64 test-heap-profiler: SKIP | 90 test-heap-profiler: SKIP |
| 65 test-log: SKIP | 91 test-log: SKIP |
| 66 test-log-utils: SKIP | 92 test-log-utils: SKIP |
| 67 test-mark-compact: SKIP | 93 test-mark-compact: SKIP |
| 68 test-regexp: SKIP | 94 test-regexp: SKIP |
| 69 test-serialize: SKIP | 95 test-serialize: SKIP |
| 70 test-sockets: SKIP | 96 test-sockets: SKIP |
| 71 test-strings: SKIP | 97 test-strings: SKIP |
| 72 test-threads: SKIP | 98 test-threads: SKIP |
| 73 test-thread-termination: SKIP | 99 test-thread-termination: SKIP |
| OLD | NEW |