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 26 matching lines...) Loading... |
37 # BUG(484): This test which we thought was originally corrected in r5236 | 37 # BUG(484): This test which we thought was originally corrected in r5236 |
38 # is re-appearing. Disabled until bug in test is fixed. This only fails | 38 # is re-appearing. Disabled until bug in test is fixed. This only fails |
39 # when snapshot is on, so I am marking it PASS || FAIL | 39 # when snapshot is on, so I am marking it PASS || FAIL |
40 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL | 40 test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL |
41 | 41 |
42 # These tests always fail. They are here to test test.py. If | 42 # These tests always fail. They are here to test test.py. If |
43 # they don't fail then test.py has failed. | 43 # they don't fail then test.py has failed. |
44 test-serialize/TestThatAlwaysFails: FAIL | 44 test-serialize/TestThatAlwaysFails: FAIL |
45 test-serialize/DependentTestThatAlwaysFails: FAIL | 45 test-serialize/DependentTestThatAlwaysFails: FAIL |
46 | 46 |
| 47 # This test always fails. It tests that LiveEdit causes abort when turned off. |
| 48 test-debug/LiveEditDisabled: FAIL |
| 49 |
47 # TODO(gc): Temporarily disabled in the GC branch. | 50 # TODO(gc): Temporarily disabled in the GC branch. |
48 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL | 51 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL |
49 | 52 |
50 # BUG(1261): Flakey test. | 53 # BUG(1261): Flakey test. |
51 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL | 54 test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL |
52 | 55 |
53 # We do not yet shrink weak maps after they have been emptied by the GC | 56 # We do not yet shrink weak maps after they have been emptied by the GC |
54 test-weakmaps/Shrinking: FAIL | 57 test-weakmaps/Shrinking: FAIL |
55 | 58 |
56 ############################################################################## | 59 ############################################################################## |
(...skipping 27 matching lines...) Loading... |
84 test-log/LogCallbacks: SKIP | 87 test-log/LogCallbacks: SKIP |
85 test-log/ProfLazyMode: SKIP | 88 test-log/ProfLazyMode: SKIP |
86 | 89 |
87 # platform-tls.h does not contain an ANDROID-related header. | 90 # platform-tls.h does not contain an ANDROID-related header. |
88 test-platform-tls/FastTLS: SKIP | 91 test-platform-tls/FastTLS: SKIP |
89 | 92 |
90 # BUG(945): Tests using Socket cannot be run in parallel. | 93 # BUG(945): Tests using Socket cannot be run in parallel. |
91 test-debug/DebuggerAgent: SKIP | 94 test-debug/DebuggerAgent: SKIP |
92 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 95 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
93 test-sockets/Socket: SKIP | 96 test-sockets/Socket: SKIP |
OLD | NEW |