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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 2525103003: Retry landing cl for issue with TSAN. (Closed)
Patch Set: Address code review comments. Created 4 years 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
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/vm/globals.h » ('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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash 5 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash
6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash 6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash
7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash 7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash
8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash 8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash
9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash 9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash
10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash 10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash
(...skipping 28 matching lines...) Expand all
39 39
40 # The following section refers to the dart vm tests which live under 40 # The following section refers to the dart vm tests which live under
41 # runtime/tests/vm/dart. 41 # runtime/tests/vm/dart.
42 [ $system == windows ] 42 [ $system == windows ]
43 cc/Dart2JSCompileAll: Skip 43 cc/Dart2JSCompileAll: Skip
44 cc/ExternalizeConstantStrings: Skip 44 cc/ExternalizeConstantStrings: Skip
45 cc/Service_Profile: Skip 45 cc/Service_Profile: Skip
46 cc/Dart2JSCompilerStats: Skip 46 cc/Dart2JSCompilerStats: Skip
47 cc/CorelibCompilerStats: Skip 47 cc/CorelibCompilerStats: Skip
48 48
49 # Profiler is completely disabled in SIMDBC builds.
50 # On the simluator stack traces produced by the Profiler do not match
51 # up with the real Dart stack trace and hence we don't get correct
52 # symbol names.
49 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ] 53 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ]
50 cc/Service_Profile: Skip 54 cc/Service_Profile: Skip
55 cc/Profiler_AllocationSampleTest: Skip
56 cc/Profiler_ArrayAllocation: Skip
57 cc/Profiler_BasicSourcePosition: Skip
58 cc/Profiler_BasicSourcePositionOptimized: Skip
59 cc/Profiler_BinaryOperatorSourcePosition: Skip
60 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
61 cc/Profiler_ChainedSamples: Skip
62 cc/Profiler_ClosureAllocation: Skip
63 cc/Profiler_CodeTicks: Skip
64 cc/Profiler_ContextAllocation: Skip
65 cc/Profiler_FunctionInline: Skip
66 cc/Profiler_FunctionTicks: Skip
67 cc/Profiler_InliningIntervalBoundry: Skip
68 cc/Profiler_IntrinsicAllocation: Skip
69 cc/Profiler_SampleBufferIterateTest: Skip
70 cc/Profiler_SampleBufferWrapTest: Skip
71 cc/Profiler_SourcePosition: Skip
72 cc/Profiler_SourcePositionOptimized: Skip
73 cc/Profiler_StringAllocation: Skip
74 cc/Profiler_StringInterpolation: Skip
75 cc/Profiler_ToggleRecordAllocation: Skip
76 cc/Profiler_TrivialRecordAllocation: Skip
77 cc/Profiler_TypedArrayAllocation: Skip
78 cc/Profiler_GetSourceReport: Skip
51 79
52 [ $compiler == dart2js ] 80 [ $compiler == dart2js ]
53 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 81 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
54 dart/byte_array_test: Skip # compilers not aware of byte arrays 82 dart/byte_array_test: Skip # compilers not aware of byte arrays
55 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 83 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
56 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 84 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
57 dart/simd128float32_test: Skip # compilers not aware of Simd128 85 dart/simd128float32_test: Skip # compilers not aware of Simd128
58 86
59 [ $compiler == dart2js ] 87 [ $compiler == dart2js ]
60 # The source positions do not match with dart2js. 88 # The source positions do not match with dart2js.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 [ $runtime == dart_app || $runtime == dart_precompiled ] 137 [ $runtime == dart_app || $runtime == dart_precompiled ]
110 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri 138 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
111 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers 139 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers
112 140
113 [ $runtime == vm && $mode == product ] 141 [ $runtime == vm && $mode == product ]
114 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. 142 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
115 cc/StackTraceFormat: Fail,OK # Expects exact type name. 143 cc/StackTraceFormat: Fail,OK # Expects exact type name.
116 cc/String_ScrubName: Fail,OK # Expects exact type name. 144 cc/String_ScrubName: Fail,OK # Expects exact type name.
117 cc/GetFunctionNames: Fail,OK # Expects exact type name. 145 cc/GetFunctionNames: Fail,OK # Expects exact type name.
118 146
119 [ $arch == simdbc || $arch == simdbc64 ]
120 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds.
121 cc/Profiler_AllocationSampleTest: Skip
122 cc/Profiler_ArrayAllocation: Skip
123 cc/Profiler_BasicSourcePosition: Skip
124 cc/Profiler_BasicSourcePositionOptimized: Skip
125 cc/Profiler_BinaryOperatorSourcePosition: Skip
126 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
127 cc/Profiler_ChainedSamples: Skip
128 cc/Profiler_ClosureAllocation: Skip
129 cc/Profiler_CodeTicks: Skip
130 cc/Profiler_ContextAllocation: Skip
131 cc/Profiler_FunctionInline: Skip
132 cc/Profiler_FunctionTicks: Skip
133 cc/Profiler_InliningIntervalBoundry: Skip
134 cc/Profiler_IntrinsicAllocation: Skip
135 cc/Profiler_SampleBufferIterateTest: Skip
136 cc/Profiler_SampleBufferWrapTest: Skip
137 cc/Profiler_SourcePosition: Skip
138 cc/Profiler_SourcePositionOptimized: Skip
139 cc/Profiler_StringAllocation: Skip
140 cc/Profiler_StringInterpolation: Skip
141 cc/Profiler_ToggleRecordAllocation: Skip
142 cc/Profiler_TrivialRecordAllocation: Skip
143 cc/Profiler_TypedArrayAllocation: Skip
144 cc/Profiler_GetSourceReport: Skip
145
146 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp 147 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
147 # is switched on by default because they attempt to call regexp functions 148 # is switched on by default because they attempt to call regexp functions
148 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. 149 # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
149 cc/RegExp_ExternalOneByteString: Skip 150 cc/RegExp_ExternalOneByteString: Skip
150 cc/RegExp_ExternalTwoByteString: Skip 151 cc/RegExp_ExternalTwoByteString: Skip
151 cc/RegExp_OneByteString: Skip 152 cc/RegExp_OneByteString: Skip
152 cc/RegExp_TwoByteString: Skip 153 cc/RegExp_TwoByteString: Skip
153 154
154 # TODO(vegorov) Field guards are disabled for SIMDBC 155 # TODO(vegorov) Field guards are disabled for SIMDBC
155 cc/GuardFieldConstructor2Test: Skip 156 cc/GuardFieldConstructor2Test: Skip
156 cc/GuardFieldConstructorTest: Skip 157 cc/GuardFieldConstructorTest: Skip
157 cc/GuardFieldFinalListTest: Skip 158 cc/GuardFieldFinalListTest: Skip
158 cc/GuardFieldFinalVariableLengthListTest: Skip 159 cc/GuardFieldFinalVariableLengthListTest: Skip
159 cc/GuardFieldSimpleTest: Skip 160 cc/GuardFieldSimpleTest: Skip
160 161
161 # This test is meaningless for DBC as allocation stubs are not used. 162 # This test is meaningless for DBC as allocation stubs are not used.
162 cc/RegenerateAllocStubs: Skip 163 cc/RegenerateAllocStubs: Skip
163 164
164 [ $hot_reload || $hot_reload_rollback ] 165 [ $hot_reload || $hot_reload_rollback ]
165 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 166 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
166 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 167 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
OLDNEW
« no previous file with comments | « runtime/platform/assert.cc ('k') | runtime/vm/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698