| 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 10 matching lines...) Expand all Loading... |
| 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 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 # All tests prefixed with 'Bug' are expected to fail. | 30 # All tests prefixed with 'Bug' are expected to fail. |
| 31 test-api/Bug*: FAIL | 31 test-api/Bug*: CRASH |
| 32 | 32 |
| 33 ############################################################################## | 33 ############################################################################## |
| 34 # BUG(382): Weird test. Can't guarantee that it never times out. | 34 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 35 test-api/ApplyInterruption: PASS || TIMEOUT | 35 test-api/ApplyInterruption: PASS || TIMEOUT |
| 36 | 36 |
| 37 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls. | 37 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls. |
| 38 test-api/InitializeAndDisposeOnce: SKIP | 38 test-api/InitializeAndDisposeOnce: SKIP |
| 39 test-api/InitializeAndDisposeMultiple: SKIP | 39 test-api/InitializeAndDisposeMultiple: SKIP |
| 40 | 40 |
| 41 # 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 |
| 42 # they don't fail then test.py has failed. | 42 # they don't fail then test.py has failed. |
| 43 test-serialize/TestThatAlwaysFails: FAIL | 43 test-serialize/TestThatAlwaysFails: CRASH |
| 44 test-serialize/DependentTestThatAlwaysFails: FAIL | 44 test-serialize/DependentTestThatAlwaysFails: CRASH |
| 45 | 45 |
| 46 # This test always fails. It tests that LiveEdit causes abort when turned off. | 46 # This test always fails. It tests that LiveEdit causes abort when turned off. |
| 47 test-debug/LiveEditDisabled: FAIL | 47 test-debug/LiveEditDisabled: CRASH |
| 48 | 48 |
| 49 # TODO(gc): Temporarily disabled in the GC branch. | 49 # TODO(gc): Temporarily disabled in the GC branch. |
| 50 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL | 50 test-log/EquivalenceOfLoggingAndTraversal: PASS || CRASH |
| 51 | 51 |
| 52 # We do not yet shrink weak maps after they have been emptied by the GC | 52 # We do not yet shrink weak maps after they have been emptied by the GC |
| 53 test-weakmaps/Shrinking: FAIL | 53 test-weakmaps/Shrinking: CRASH |
| 54 test-weaksets/WeakSet_Shrinking: FAIL | 54 test-weaksets/WeakSet_Shrinking: CRASH |
| 55 | 55 |
| 56 # Boot up memory use is bloated in debug mode. | 56 # Boot up memory use is bloated in debug mode. |
| 57 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug | 57 test-mark-compact/BootUpMemoryUse: PASS, PASS || CRASH if $mode == debug |
| 58 | 58 |
| 59 # Some CPU profiler tests are flaky. | 59 # Some CPU profiler tests are flaky. |
| 60 test-cpu-profiler/*: PASS || FLAKY | 60 test-cpu-profiler/*: PASS || FLAKY |
| 61 | 61 |
| 62 ############################################################################## | 62 ############################################################################## |
| 63 [ $arch == arm ] | 63 [ $arch == arm ] |
| 64 | 64 |
| 65 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 65 # 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 | 66 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 67 # a long time. | 67 # a long time. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 # Native Client doesn't support sockets. | 122 # Native Client doesn't support sockets. |
| 123 test-debug/DebuggerAgent: SKIP | 123 test-debug/DebuggerAgent: SKIP |
| 124 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 124 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 125 test-socket/Socket: SKIP | 125 test-socket/Socket: SKIP |
| 126 | 126 |
| 127 # Profiling doesn't work on Native Client. | 127 # Profiling doesn't work on Native Client. |
| 128 test-cpu-profiler/*: SKIP | 128 test-cpu-profiler/*: SKIP |
| 129 | 129 |
| 130 # Fails since 16322 (new test). | 130 # Fails since 16322 (new test). |
| 131 test-code-stubs-arm/ConvertDToI: SKIP | 131 test-code-stubs-arm/ConvertDToI: SKIP |
| OLD | NEW |