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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 # platform-tls.h does not contain an ANDROID-related header. | 95 # platform-tls.h does not contain an ANDROID-related header. |
96 test-platform-tls/FastTLS: SKIP | 96 test-platform-tls/FastTLS: SKIP |
97 | 97 |
98 # This test times out. | 98 # This test times out. |
99 test-threads/ThreadJoinSelf: SKIP | 99 test-threads/ThreadJoinSelf: SKIP |
100 | 100 |
101 ############################################################################## | 101 ############################################################################## |
102 [ $arch == nacl_ia32 || $arch == nacl_x64 ] | 102 [ $arch == nacl_ia32 || $arch == nacl_x64 ] |
103 | 103 |
| 104 # NaCl builds have problems with threaded tests since Pepper_28. |
| 105 # V8 Issue 2786 |
| 106 test-api/Threading1: SKIP |
| 107 test-lockers/MultithreadedParallelIsolates: SKIP |
| 108 test-lockers/ExtensionsRegistration: SKIP |
| 109 |
104 # These tests fail as there is no /tmp directory in Native Client. | 110 # These tests fail as there is no /tmp directory in Native Client. |
105 test-log/LogAccessorCallbacks: SKIP | 111 test-log/LogAccessorCallbacks: SKIP |
106 test-log/LogCallbacks: SKIP | 112 test-log/LogCallbacks: SKIP |
107 test-log/ProfLazyMode: SKIP | 113 test-log/ProfLazyMode: SKIP |
108 | 114 |
109 # Native Client doesn't support sockets. | 115 # Native Client doesn't support sockets. |
110 test-debug/DebuggerAgent: SKIP | 116 test-debug/DebuggerAgent: SKIP |
111 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP | 117 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
112 test-sockets/Socket: SKIP | 118 test-sockets/Socket: SKIP |
113 | 119 |
114 # Profiling doesn't work on Native Client. | 120 # Profiling doesn't work on Native Client. |
115 test-cpu-profiler/*: SKIP | 121 test-cpu-profiler/*: SKIP |
OLD | NEW |