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

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

Issue 145773008: A64: Synchronize with r17104. (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 | « src/x64/stub-cache-x64.cc ('k') | test/cctest/test-api.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 17 matching lines...) Expand all
28 28
29 # All tests prefixed with 'Bug' are expected to fail. 29 # All tests prefixed with 'Bug' are expected to fail.
30 [ 30 [
31 [ALWAYS, { 31 [ALWAYS, {
32 'test-api/Bug*': [FAIL], 32 'test-api/Bug*': [FAIL],
33 33
34 ############################################################################## 34 ##############################################################################
35 # BUG(382): Weird test. Can't guarantee that it never times out. 35 # BUG(382): Weird test. Can't guarantee that it never times out.
36 'test-api/ApplyInterruption': [PASS, TIMEOUT], 36 'test-api/ApplyInterruption': [PASS, TIMEOUT],
37 37
38 # BUG(2907): Allocation while in DisallowHeapAllocation scope.
39 'test-object-observe/NamedAccessCheck': [SKIP],
40 'test-object-observe/DisallowAllForAccessKeys': [SKIP],
41 'test-object-observe/AccessCheckDisallowApiModifications': [SKIP],
42
43 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls. 38 # TODO(mstarzinger): Fail gracefully on multiple V8::Dispose calls.
44 'test-api/InitializeAndDisposeOnce': [SKIP], 39 'test-api/InitializeAndDisposeOnce': [SKIP],
45 'test-api/InitializeAndDisposeMultiple': [SKIP], 40 'test-api/InitializeAndDisposeMultiple': [SKIP],
46 41
47 # These tests always fail. They are here to test test.py. If 42 # These tests always fail. They are here to test test.py. If
48 # they don't fail then test.py has failed. 43 # they don't fail then test.py has failed.
49 'test-serialize/TestThatAlwaysFails': [FAIL], 44 'test-serialize/TestThatAlwaysFails': [FAIL],
50 'test-serialize/DependentTestThatAlwaysFails': [FAIL], 45 'test-serialize/DependentTestThatAlwaysFails': [FAIL],
51 46
52 # This test always fails. It tests that LiveEdit causes abort when turned off . 47 # This test always fails. It tests that LiveEdit causes abort when turned off .
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'test-api/OutOfMemoryNested': [SKIP], 97 'test-api/OutOfMemoryNested': [SKIP],
103 98
104 # BUG(355): Test crashes on ARM. 99 # BUG(355): Test crashes on ARM.
105 'test-log/ProfLazyMode': [SKIP], 100 'test-log/ProfLazyMode': [SKIP],
106 101
107 # BUG(1075): Unresolved crashes. 102 # BUG(1075): Unresolved crashes.
108 'test-serialize/Deserialize': [SKIP], 103 'test-serialize/Deserialize': [SKIP],
109 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 104 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
110 'test-serialize/DeserializeAndRunScript2': [SKIP], 105 'test-serialize/DeserializeAndRunScript2': [SKIP],
111 'test-serialize/DeserializeFromSecondSerialization': [SKIP], 106 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
112
113 # BUG(2874): Threading problems.
114 'test-api/*': [PASS, FLAKY],
115 }], # 'arch == arm' 107 }], # 'arch == arm'
116 ############################################################################## 108 ##############################################################################
117 ['arch == mipsel', { 109 ['arch == mipsel', {
118 110
119 # BUG(2657): Test sometimes times out on MIPS simulator. 111 # BUG(2657): Test sometimes times out on MIPS simulator.
120 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], 112 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT],
121 113
122 # BUG(1075): Unresolved crashes on MIPS also. 114 # BUG(1075): Unresolved crashes on MIPS also.
123 'test-serialize/Deserialize': [SKIP], 115 'test-serialize/Deserialize': [SKIP],
124 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], 116 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP], 152 'test-debug/DebuggerAgentProtocolOverflowHeader': [SKIP],
161 'test-socket/Socket': [SKIP], 153 'test-socket/Socket': [SKIP],
162 154
163 # Profiling doesn't work on Native Client. 155 # Profiling doesn't work on Native Client.
164 'test-cpu-profiler/*': [SKIP], 156 'test-cpu-profiler/*': [SKIP],
165 157
166 # Fails since 16322 (new test). 158 # Fails since 16322 (new test).
167 'test-code-stubs-arm/ConvertDToI': [SKIP], 159 'test-code-stubs-arm/ConvertDToI': [SKIP],
168 }], # 'arch == nacl_ia32 or arch == nacl_x64' 160 }], # 'arch == nacl_ia32 or arch == nacl_x64'
169 ] 161 ]
OLDNEW
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698