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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 | 68 |
69 # BUG(1075): Unresolved crashes. | 69 # BUG(1075): Unresolved crashes. |
70 test-serialize/Deserialize: SKIP | 70 test-serialize/Deserialize: SKIP |
71 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 71 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
72 test-serialize/DeserializeAndRunScript2: SKIP | 72 test-serialize/DeserializeAndRunScript2: SKIP |
73 test-serialize/DeserializeFromSecondSerialization: SKIP | 73 test-serialize/DeserializeFromSecondSerialization: SKIP |
74 | 74 |
75 ############################################################################## | 75 ############################################################################## |
76 [ $arch == mipsel ] | 76 [ $arch == mipsel ] |
77 | 77 |
78 # BUG(2628): The test sometimes fails on MIPS simulator. | |
79 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL | |
80 | |
81 # BUG(2657): Test sometimes times out on MIPS simulator. | 78 # BUG(2657): Test sometimes times out on MIPS simulator. |
82 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T | 79 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU
T |
83 | 80 |
84 ############################################################################## | 81 ############################################################################## |
85 [ $arch == android_arm || $arch == android_ia32 ] | 82 [ $arch == android_arm || $arch == android_ia32 ] |
86 | 83 |
87 # Tests crash as there is no /tmp directory in Android. | 84 # Tests crash as there is no /tmp directory in Android. |
88 test-log/LogAccessorCallbacks: SKIP | 85 test-log/LogAccessorCallbacks: SKIP |
89 test-log/LogCallbacks: SKIP | 86 test-log/LogCallbacks: SKIP |
90 test-log/ProfLazyMode: SKIP | 87 test-log/ProfLazyMode: SKIP |
(...skipping 12 matching lines...) Expand all Loading... |
103 test-log/LogCallbacks: SKIP | 100 test-log/LogCallbacks: SKIP |
104 test-log/ProfLazyMode: SKIP | 101 test-log/ProfLazyMode: SKIP |
105 | 102 |
106 # Native Client doesn't support sockets. | 103 # Native Client doesn't support sockets. |
107 test-debug/DebuggerAgent: SKIP | 104 test-debug/DebuggerAgent: SKIP |
108 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 105 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
109 test-sockets/Socket: SKIP | 106 test-sockets/Socket: SKIP |
110 | 107 |
111 # Profiling doesn't work on Native Client. | 108 # Profiling doesn't work on Native Client. |
112 test-cpu-profiler/*: SKIP | 109 test-cpu-profiler/*: SKIP |
OLD | NEW |