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 21 matching lines...) Expand all Loading... |
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 # 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 # BUG(2628): These tests are flaky and sometimes fail, but should not crash. | |
43 test-cpu-profiler/CollectCpuProfile: PASS || FAIL | |
44 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL | |
45 | |
46 # 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 |
47 # they don't fail then test.py has failed. | 43 # they don't fail then test.py has failed. |
48 test-serialize/TestThatAlwaysFails: FAIL | 44 test-serialize/TestThatAlwaysFails: FAIL |
49 test-serialize/DependentTestThatAlwaysFails: FAIL | 45 test-serialize/DependentTestThatAlwaysFails: FAIL |
50 | 46 |
51 # This test always fails. It tests that LiveEdit causes abort when turned off. | 47 # This test always fails. It tests that LiveEdit causes abort when turned off. |
52 test-debug/LiveEditDisabled: FAIL | 48 test-debug/LiveEditDisabled: FAIL |
53 | 49 |
54 # TODO(gc): Temporarily disabled in the GC branch. | 50 # TODO(gc): Temporarily disabled in the GC branch. |
55 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL | 51 test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL |
(...skipping 24 matching lines...) Expand all Loading... |
80 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 76 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
81 test-serialize/DeserializeAndRunScript2: SKIP | 77 test-serialize/DeserializeAndRunScript2: SKIP |
82 test-serialize/DeserializeFromSecondSerialization: SKIP | 78 test-serialize/DeserializeFromSecondSerialization: SKIP |
83 | 79 |
84 ############################################################################## | 80 ############################################################################## |
85 [ $arch == arm || $arch == mipsel ] | 81 [ $arch == arm || $arch == mipsel ] |
86 | 82 |
87 # BUG(2628): Signal may come when pc is close to frame enter/exit code and on | 83 # BUG(2628): Signal may come when pc is close to frame enter/exit code and on |
88 # simulator the stack frame is not set up when it is expected to be for the pc | 84 # simulator the stack frame is not set up when it is expected to be for the pc |
89 # value. | 85 # value. |
90 test-cpu-profiler/SampleWhenFrameIsNotSetup: SKIP | 86 test-cpu-profiler/CollectCpuProfile: PASS || FAIL |
| 87 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL |
91 | 88 |
92 ############################################################################## | 89 ############################################################################## |
93 [ $arch == android_arm || $arch == android_ia32 ] | 90 [ $arch == android_arm || $arch == android_ia32 ] |
94 | 91 |
95 # Tests crash as there is no /tmp directory in Android. | 92 # Tests crash as there is no /tmp directory in Android. |
96 test-log/LogAccessorCallbacks: SKIP | 93 test-log/LogAccessorCallbacks: SKIP |
97 test-log/LogCallbacks: SKIP | 94 test-log/LogCallbacks: SKIP |
98 test-log/ProfLazyMode: SKIP | 95 test-log/ProfLazyMode: SKIP |
99 | 96 |
100 # platform-tls.h does not contain an ANDROID-related header. | 97 # platform-tls.h does not contain an ANDROID-related header. |
(...skipping 10 matching lines...) Expand all Loading... |
111 test-log/LogCallbacks: SKIP | 108 test-log/LogCallbacks: SKIP |
112 test-log/ProfLazyMode: SKIP | 109 test-log/ProfLazyMode: SKIP |
113 | 110 |
114 # Native Client doesn't support sockets. | 111 # Native Client doesn't support sockets. |
115 test-debug/DebuggerAgent: SKIP | 112 test-debug/DebuggerAgent: SKIP |
116 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 113 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
117 test-sockets/Socket: SKIP | 114 test-sockets/Socket: SKIP |
118 | 115 |
119 # Profiling doesn't work on Native Client. | 116 # Profiling doesn't work on Native Client. |
120 test-cpu-profiler/*: SKIP | 117 test-cpu-profiler/*: SKIP |
OLD | NEW |