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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 # BUG(355): Test crashes on ARM. | 66 # BUG(355): Test crashes on ARM. |
67 test-log/ProfLazyMode: SKIP | 67 test-log/ProfLazyMode: SKIP |
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 ] |
| 77 |
| 78 # BUG(2628): The test sometimes fails on MIPS simulator. |
| 79 test-cpu-profiler/SampleWhenFrameIsNotSetup: PASS || FAIL |
| 80 |
| 81 ############################################################################## |
76 [ $arch == android_arm || $arch == android_ia32 ] | 82 [ $arch == android_arm || $arch == android_ia32 ] |
77 | 83 |
78 # Tests crash as there is no /tmp directory in Android. | 84 # Tests crash as there is no /tmp directory in Android. |
79 test-log/LogAccessorCallbacks: SKIP | 85 test-log/LogAccessorCallbacks: SKIP |
80 test-log/LogCallbacks: SKIP | 86 test-log/LogCallbacks: SKIP |
81 test-log/ProfLazyMode: SKIP | 87 test-log/ProfLazyMode: SKIP |
82 | 88 |
83 # platform-tls.h does not contain an ANDROID-related header. | 89 # platform-tls.h does not contain an ANDROID-related header. |
84 test-platform-tls/FastTLS: SKIP | 90 test-platform-tls/FastTLS: SKIP |
85 | 91 |
86 # This test times out. | 92 # This test times out. |
87 test-threads/ThreadJoinSelf: SKIP | 93 test-threads/ThreadJoinSelf: SKIP |
88 | 94 |
89 ############################################################################## | 95 ############################################################################## |
90 [ $arch == nacl_ia32 || $arch == nacl_x64 ] | 96 [ $arch == nacl_ia32 || $arch == nacl_x64 ] |
91 | 97 |
92 # These tests fail as there is no /tmp directory in Native Client. | 98 # These tests fail as there is no /tmp directory in Native Client. |
93 test-log/LogAccessorCallbacks: SKIP | 99 test-log/LogAccessorCallbacks: SKIP |
94 test-log/LogCallbacks: SKIP | 100 test-log/LogCallbacks: SKIP |
95 test-log/ProfLazyMode: SKIP | 101 test-log/ProfLazyMode: SKIP |
96 | 102 |
97 # Native Client doesn't support sockets. | 103 # Native Client doesn't support sockets. |
98 test-debug/DebuggerAgent: SKIP | 104 test-debug/DebuggerAgent: SKIP |
99 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 105 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
100 test-sockets/Socket: SKIP | 106 test-sockets/Socket: SKIP |
101 | 107 |
102 # Profiling doesn't work on Native Client. | 108 # Profiling doesn't work on Native Client. |
103 test-cpu-profiler/*: SKIP | 109 test-cpu-profiler/*: SKIP |
OLD | NEW |