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