Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Side by Side Diff: test/cctest/cctest.status

Issue 148503002: A64: Synchronize with r15545. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP 76 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
77 test-serialize/DeserializeAndRunScript2: SKIP 77 test-serialize/DeserializeAndRunScript2: SKIP
78 test-serialize/DeserializeFromSecondSerialization: SKIP 78 test-serialize/DeserializeFromSecondSerialization: SKIP
79 79
80 ############################################################################## 80 ##############################################################################
81 [ $arch == mipsel ] 81 [ $arch == mipsel ]
82 82
83 # BUG(2657): Test sometimes times out on MIPS simulator. 83 # BUG(2657): Test sometimes times out on MIPS simulator.
84 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU T 84 test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate: PASS || TIMEOU T
85 85
86 # BUG(1075): Unresolved crashes on MIPS also.
87 test-serialize/Deserialize: SKIP
88 test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP
89 test-serialize/DeserializeAndRunScript2: SKIP
90 test-serialize/DeserializeFromSecondSerialization: SKIP
91
86 ############################################################################## 92 ##############################################################################
87 [ $arch == android_arm || $arch == android_ia32 ] 93 [ $arch == android_arm || $arch == android_ia32 ]
88 94
89 # Tests crash as there is no /tmp directory in Android. 95 # Tests crash as there is no /tmp directory in Android.
90 test-log/LogAccessorCallbacks: SKIP 96 test-log/LogAccessorCallbacks: SKIP
91 test-log/LogCallbacks: SKIP 97 test-log/LogCallbacks: SKIP
92 test-log/ProfLazyMode: SKIP 98 test-log/ProfLazyMode: SKIP
93 99
94 # platform-tls.h does not contain an ANDROID-related header. 100 # platform-tls.h does not contain an ANDROID-related header.
95 test-platform-tls/FastTLS: SKIP 101 test-platform-tls/FastTLS: SKIP
96 102
97 # This test times out. 103 # This test times out.
98 test-threads/ThreadJoinSelf: SKIP 104 test-threads/ThreadJoinSelf: SKIP
99 105
100 ############################################################################## 106 ##############################################################################
101 [ $arch == nacl_ia32 || $arch == nacl_x64 ] 107 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
102 108
103 # These tests fail as there is no /tmp directory in Native Client. 109 # These tests fail as there is no /tmp directory in Native Client.
104 test-log/LogAccessorCallbacks: SKIP 110 test-log/LogAccessorCallbacks: SKIP
105 test-log/LogCallbacks: SKIP 111 test-log/LogCallbacks: SKIP
106 test-log/ProfLazyMode: SKIP 112 test-log/ProfLazyMode: SKIP
107 113
108 # Native Client doesn't support sockets. 114 # Native Client doesn't support sockets.
109 test-debug/DebuggerAgent: SKIP 115 test-debug/DebuggerAgent: SKIP
110 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP 116 test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
111 test-sockets/Socket: SKIP 117 test-sockets/Socket: SKIP
112 118
113 # Profiling doesn't work on Native Client. 119 # Profiling doesn't work on Native Client.
114 test-cpu-profiler/*: SKIP 120 test-cpu-profiler/*: SKIP
OLDNEW
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698