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

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

Issue 2974843002: Silence truncating_ints_test in dart2js mode (Closed)
Patch Set: Exclude test for dartium/drt as it relies on VMOptions Created 3 years, 5 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 cc/Profiler_StringInterpolation: Skip 110 cc/Profiler_StringInterpolation: Skip
111 cc/Profiler_BasicSourcePosition: Skip 111 cc/Profiler_BasicSourcePosition: Skip
112 cc/Profiler_BasicSourcePositionOptimized: Skip 112 cc/Profiler_BasicSourcePositionOptimized: Skip
113 cc/Profiler_ChainedSamples: Skip 113 cc/Profiler_ChainedSamples: Skip
114 cc/Profiler_FunctionInline: Skip 114 cc/Profiler_FunctionInline: Skip
115 cc/Profiler_SourcePosition: Skip 115 cc/Profiler_SourcePosition: Skip
116 cc/Profiler_SourcePositionOptimized: Skip 116 cc/Profiler_SourcePositionOptimized: Skip
117 cc/Profiler_BinaryOperatorSourcePosition: Skip 117 cc/Profiler_BinaryOperatorSourcePosition: Skip
118 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip 118 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip
119 119
120 [ $compiler == none && ($runtime == dartium || $runtime == drt)]
121 dart/truncating_ints_test: Skip # Issue 14651
122
120 [ $compiler == dart2js ] 123 [ $compiler == dart2js ]
121 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 124 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
122 dart/byte_array_test: Skip # compilers not aware of byte arrays 125 dart/byte_array_test: Skip # compilers not aware of byte arrays
123 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 126 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
124 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 127 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
125 dart/simd128float32_test: Skip # compilers not aware of Simd128 128 dart/simd128float32_test: Skip # compilers not aware of Simd128
129 dart/truncating_ints_test: Skip # dart2js doesn't know about --limit-ints-to-64- bits
126 130
127 [ $compiler == dart2js ] 131 [ $compiler == dart2js ]
128 # The source positions do not match with dart2js. 132 # The source positions do not match with dart2js.
129 dart/optimized_stacktrace_line_test: RuntimeError 133 dart/optimized_stacktrace_line_test: RuntimeError
130 dart/optimized_stacktrace_line_and_column_test: RuntimeError 134 dart/optimized_stacktrace_line_and_column_test: RuntimeError
131 135
132 # Methods can be missing in dart2js stack traces due to inlining. Also when 136 # Methods can be missing in dart2js stack traces due to inlining. Also when
133 # minifying they can be renamed, which is issue 7953. 137 # minifying they can be renamed, which is issue 7953.
134 dart/inline_stack_frame_test: Skip # Issue 7953 138 dart/inline_stack_frame_test: Skip # Issue 7953
135 139
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 cc/IsolateReload_TearOff_Library_Identity: Crash 535 cc/IsolateReload_TearOff_Library_Identity: Crash
532 cc/IsolateReload_TearOff_List_Set: Crash 536 cc/IsolateReload_TearOff_List_Set: Crash
533 cc/IsolateReload_TypeIdentity: Crash 537 cc/IsolateReload_TypeIdentity: Crash
534 cc/IsolateReload_TypeIdentityGeneric: Crash 538 cc/IsolateReload_TypeIdentityGeneric: Crash
535 cc/IsolateReload_TypeIdentityParameter: Crash 539 cc/IsolateReload_TypeIdentityParameter: Crash
536 cc/Parser_AllocateVariables_CaptureLoopVar: Crash 540 cc/Parser_AllocateVariables_CaptureLoopVar: Crash
537 cc/Parser_AllocateVariables_Issue7681: Crash 541 cc/Parser_AllocateVariables_Issue7681: Crash
538 cc/Parser_AllocateVariables_MiddleChain: Crash 542 cc/Parser_AllocateVariables_MiddleChain: Crash
539 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 543 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
540 cc/Parser_AllocateVariables_TwoChains: Crash 544 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