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

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

Issue 2630863002: Fix leaked script in cc/EmbeddedScript. (Closed)
Patch Set: Created 3 years, 11 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 | runtime/vm/object_test.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 (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: Fail, Crash, Timeout 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 dart/spawn_shutdown_test: Skip # VM Shutdown test 161 dart/spawn_shutdown_test: Skip # VM Shutdown test
162 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS 162 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS
163 163
164 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] 164 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
165 cc/Dart2JSCompileAll: SkipSlow # Timeout. 165 cc/Dart2JSCompileAll: SkipSlow # Timeout.
166 166
167 [ $builder_tag == asan ] 167 [ $builder_tag == asan ]
168 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. 168 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure.
169 169
170 [ $builder_tag == asan && $arch == x64 ] 170 [ $builder_tag == asan && $arch == x64 ]
171 cc/EmbeddedScript: Fail # Issue 28345
172
173 cc/Log_Basic: Fail # Issue 28347 171 cc/Log_Basic: Fail # Issue 28347
174 cc/Log_Block: Fail # Issue 28347 172 cc/Log_Block: Fail # Issue 28347
175 cc/Log_Macro: Fail # Issue 28347 173 cc/Log_Macro: Fail # Issue 28347
176 174
177 cc/Debug_DeleteBreakpoint: Fail # Issue 28348 175 cc/Debug_DeleteBreakpoint: Fail # Issue 28348
178 176
179 cc/IsolateReload_ChangeInstanceFormat7: Fail # Issue 28349 177 cc/IsolateReload_ChangeInstanceFormat7: Fail # Issue 28349
180 cc/IsolateReload_ClassAdded: Fail # Issue 28349 178 cc/IsolateReload_ClassAdded: Fail # Issue 28349
181 cc/IsolateReload_ComplexInheritanceChange: Fail # Issue 28349 179 cc/IsolateReload_ComplexInheritanceChange: Fail # Issue 28349
182 cc/IsolateReload_ConstFieldUpdate: Fail # Issue 28349 180 cc/IsolateReload_ConstFieldUpdate: Fail # Issue 28349
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 cc/GuardFieldFinalListTest: Skip 270 cc/GuardFieldFinalListTest: Skip
273 cc/GuardFieldFinalVariableLengthListTest: Skip 271 cc/GuardFieldFinalVariableLengthListTest: Skip
274 cc/GuardFieldSimpleTest: Skip 272 cc/GuardFieldSimpleTest: Skip
275 273
276 # This test is meaningless for DBC as allocation stubs are not used. 274 # This test is meaningless for DBC as allocation stubs are not used.
277 cc/RegenerateAllocStubs: Skip 275 cc/RegenerateAllocStubs: Skip
278 276
279 [ $hot_reload || $hot_reload_rollback ] 277 [ $hot_reload || $hot_reload_rollback ]
280 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 278 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
281 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 279 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/object_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698