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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 | 61 |
62 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 62 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
63 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 63 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
64 # a long time. | 64 # a long time. |
65 test-api/OutOfMemory: SKIP | 65 test-api/OutOfMemory: SKIP |
66 test-api/OutOfMemoryNested: SKIP | 66 test-api/OutOfMemoryNested: SKIP |
67 | 67 |
68 # BUG(355): Test crashes on ARM. | 68 # BUG(355): Test crashes on ARM. |
69 test-log/ProfLazyMode: SKIP | 69 test-log/ProfLazyMode: SKIP |
70 | 70 |
71 # BUG(945): Tests using Socket cannot be run in parallel. | |
72 test-debug/DebuggerAgent: SKIP | |
73 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | |
74 test-sockets/Socket: SKIP | |
75 | |
76 # BUG(1075): Unresolved crashes. | 71 # BUG(1075): Unresolved crashes. |
77 test-serialize/Deserialize: SKIP | 72 test-serialize/Deserialize: SKIP |
78 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP | 73 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |
79 test-serialize/DeserializeAndRunScript2: SKIP | 74 test-serialize/DeserializeAndRunScript2: SKIP |
80 test-serialize/DeserializeFromSecondSerialization: SKIP | 75 test-serialize/DeserializeFromSecondSerialization: SKIP |
81 | 76 |
82 ############################################################################## | 77 ############################################################################## |
83 [ $arch == android_arm || $arch == android_ia32 ] | 78 [ $arch == android_arm || $arch == android_ia32 ] |
84 | 79 |
85 # Tests crash as there is no /tmp directory in Android. | 80 # Tests crash as there is no /tmp directory in Android. |
86 test-log/LogAccessorCallbacks: SKIP | 81 test-log/LogAccessorCallbacks: SKIP |
87 test-log/LogCallbacks: SKIP | 82 test-log/LogCallbacks: SKIP |
88 test-log/ProfLazyMode: SKIP | 83 test-log/ProfLazyMode: SKIP |
89 | 84 |
90 # platform-tls.h does not contain an ANDROID-related header. | 85 # platform-tls.h does not contain an ANDROID-related header. |
91 test-platform-tls/FastTLS: SKIP | 86 test-platform-tls/FastTLS: SKIP |
92 | |
93 # BUG(945): Tests using Socket cannot be run in parallel. | |
94 test-debug/DebuggerAgent: SKIP | |
95 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | |
96 test-sockets/Socket: SKIP | |
OLD | NEW |