| 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 24 matching lines...) Expand all Loading... |
| 35 test-api/ApplyInterruption: PASS || TIMEOUT | 35 test-api/ApplyInterruption: PASS || TIMEOUT |
| 36 | 36 |
| 37 # These tests always fail. They are here to test test.py. If | 37 # These tests always fail. They are here to test test.py. If |
| 38 # they don't fail then test.py has failed. | 38 # they don't fail then test.py has failed. |
| 39 test-serialize/TestThatAlwaysFails: FAIL | 39 test-serialize/TestThatAlwaysFails: FAIL |
| 40 test-serialize/DependentTestThatAlwaysFails: FAIL | 40 test-serialize/DependentTestThatAlwaysFails: FAIL |
| 41 | 41 |
| 42 # This test always fails. It tests that LiveEdit causes abort when turned off. | 42 # This test always fails. It tests that LiveEdit causes abort when turned off. |
| 43 test-debug/LiveEditDisabled: FAIL | 43 test-debug/LiveEditDisabled: FAIL |
| 44 | 44 |
| 45 # TODO(gc): Temporarily disabled in the GC branch. |
| 46 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL |
| 47 |
| 45 # We do not yet shrink weak maps after they have been emptied by the GC | 48 # We do not yet shrink weak maps after they have been emptied by the GC |
| 46 test-weakmaps/Shrinking: FAIL | 49 test-weakmaps/Shrinking: FAIL |
| 47 test-weaksets/WeakSet_Shrinking: FAIL | 50 test-weaksets/WeakSet_Shrinking: FAIL |
| 48 | 51 |
| 49 # Boot up memory use is bloated in debug mode. | 52 # Boot up memory use is bloated in debug mode. |
| 50 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug | 53 test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug |
| 51 | 54 |
| 52 ############################################################################## | 55 ############################################################################## |
| 53 [ $arch == arm ] | 56 [ $arch == arm ] |
| 54 | 57 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 test-log/LogCallbacks: SKIP | 110 test-log/LogCallbacks: SKIP |
| 108 test-log/ProfLazyMode: SKIP | 111 test-log/ProfLazyMode: SKIP |
| 109 | 112 |
| 110 # Native Client doesn't support sockets. | 113 # Native Client doesn't support sockets. |
| 111 test-debug/DebuggerAgent: SKIP | 114 test-debug/DebuggerAgent: SKIP |
| 112 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 115 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
| 113 test-sockets/Socket: SKIP | 116 test-sockets/Socket: SKIP |
| 114 | 117 |
| 115 # Profiling doesn't work on Native Client. | 118 # Profiling doesn't work on Native Client. |
| 116 test-cpu-profiler/*: SKIP | 119 test-cpu-profiler/*: SKIP |
| OLD | NEW |