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

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

Issue 3001553002: Update vm.status with the new test names. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | no next file » | 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 # Issue 28198 5 # Issue 28198
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors 193 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
194 194
195 [ $compiler == app_jit ] 195 [ $compiler == app_jit ]
196 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # app-jit lacks column information 196 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # app-jit lacks column information
197 197
198 [ $runtime == dart_precompiled ] 198 [ $runtime == dart_precompiled ]
199 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # AOT lacks colu mn information 199 dart/optimized_stacktrace_line_and_column_test: RuntimeError,OK # AOT lacks colu mn information
200 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri 200 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
201 201
202 [ $runtime == vm && $mode == product ] 202 [ $runtime == vm && $mode == product ]
203 cc/IsolateSetCheckedMode: Fail,OK # Checked mode disabled in product mode. 203 cc/DartAPI_IsolateSetCheckedMode: Fail,OK # Checked mode disabled in product mo de.
204 204
205 [ $arch == simdbc || $arch == simdbc64 ] 205 [ $arch == simdbc || $arch == simdbc64 ]
206 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp 206 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
207 # is switched on by default because they attempt to call regexp functions 207 # is switched on by default because they attempt to call regexp functions
208 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. 208 # directly instead of going through JSSyntaxRegExp_ExecuteMatch.
209 cc/RegExp_ExternalOneByteString: Skip 209 cc/RegExp_ExternalOneByteString: Skip
210 cc/RegExp_ExternalTwoByteString: Skip 210 cc/RegExp_ExternalTwoByteString: Skip
211 cc/RegExp_OneByteString: Skip 211 cc/RegExp_OneByteString: Skip
212 cc/RegExp_TwoByteString: Skip 212 cc/RegExp_TwoByteString: Skip
213 213
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 cc/IsolateReload_TearOff_Library_Identity: Crash 436 cc/IsolateReload_TearOff_Library_Identity: Crash
437 cc/IsolateReload_TearOff_List_Set: Crash 437 cc/IsolateReload_TearOff_List_Set: Crash
438 cc/IsolateReload_TypeIdentity: Crash 438 cc/IsolateReload_TypeIdentity: Crash
439 cc/IsolateReload_TypeIdentityGeneric: Crash 439 cc/IsolateReload_TypeIdentityGeneric: Crash
440 cc/IsolateReload_TypeIdentityParameter: Crash 440 cc/IsolateReload_TypeIdentityParameter: Crash
441 cc/Parser_AllocateVariables_CaptureLoopVar: Crash 441 cc/Parser_AllocateVariables_CaptureLoopVar: Crash
442 cc/Parser_AllocateVariables_Issue7681: Crash 442 cc/Parser_AllocateVariables_Issue7681: Crash
443 cc/Parser_AllocateVariables_MiddleChain: Crash 443 cc/Parser_AllocateVariables_MiddleChain: Crash
444 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 444 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
445 cc/Parser_AllocateVariables_TwoChains: Crash 445 cc/Parser_AllocateVariables_TwoChains: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698