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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2613683003: Support generic method syntax in kernel pipeline. (Closed)
Patch Set: Update co19 status file 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 | « pkg/pkg.status ('k') | tests/language/language_kernel.status » ('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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
8 Language/Metadata/*: Skip # No support for metadata ATM. 8 Language/Metadata/*: Skip # No support for metadata ATM.
9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
10 LibTest/isolate/*: Skip # No support for isolates ATM. 10 LibTest/isolate/*: Skip # No support for isolates ATM.
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 Language/Statements/Try/catch_scope_t01: RuntimeError 307 Language/Statements/Try/catch_scope_t01: RuntimeError
308 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Fail 308 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t04: Fail
309 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Fail 309 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t05: Fail
310 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Fail 310 Language/Statements/Yield_and_Yield_Each/Yield/execution_async_t06: Fail
311 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01: Runtime Error 311 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t01: Runtime Error
312 Language/Types/Interface_Types/subtype_t44: RuntimeError 312 Language/Types/Interface_Types/subtype_t44: RuntimeError
313 Language/Types/Static_Types/deferred_type_t01: RuntimeError 313 Language/Types/Static_Types/deferred_type_t01: RuntimeError
314 Language/Variables/final_t01/01: MissingRuntimeError 314 Language/Variables/final_t01/01: MissingRuntimeError
315 Language/Variables/final_t02/01: MissingRuntimeError 315 Language/Variables/final_t02/01: MissingRuntimeError
316 316
317 # Issue 28238.
318 Language/Statements/Yield_and_Yield_Each/Yield_Each/static_type_t02: Crash
319 LibTest/async/Future/catchError_A03_t05: Crash
320 LibTest/async/Future/then_A05_t01: Crash
321 LibTest/async/Stream/asBroadcastStream_A03_t02: Crash
322 LibTest/async/Stream/asBroadcastStream_A03_t03: Crash
323 LibTest/async/Zone/bindBinaryCallback_A01_t01: Crash
324 LibTest/async/Zone/bindCallback_A01_t01: Crash
325 LibTest/async/Zone/bindUnaryCallback_A01_t01: Crash
326 LibTest/async/Zone/current_A01_t01: Crash
327 LibTest/async/Zone/handleUncaughtError_A01_t01: Crash
328 LibTest/async/Zone/handleUncaughtError_A01_t04: Crash
329 LibTest/async/Zone/inSameErrorZone_A01_t01: Crash
330 LibTest/async/Zone/inSameErrorZone_A01_t03: Crash
331 LibTest/async/Zone/inSameErrorZone_A01_t04: Crash
332 LibTest/async/Zone/inSameErrorZone_A01_t05: Crash
333 LibTest/async/Zone/parent_A01_t01: Crash
334
335 # dartk: JIT failures 317 # dartk: JIT failures
336 [ $compiler == dartk && $runtime == vm ] 318 [ $compiler == dartk && $runtime == vm ]
337 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 319 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
338 Language/Expressions/Object_Identity/string_t01: RuntimeError 320 Language/Expressions/Object_Identity/string_t01: RuntimeError
339 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 321 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
340 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError 322 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
341 323
342 # These tests should throw RuntimeError but they Pass instead. 324 # These tests should throw RuntimeError but they Pass instead.
343 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass 325 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
344 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 326 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
(...skipping 12 matching lines...) Expand all
357 # dartk: precompilation failures 339 # dartk: precompilation failures
358 [ $compiler == dartkp && $runtime == dart_precompiled ] 340 [ $compiler == dartkp && $runtime == dart_precompiled ]
359 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError 341 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError
360 LibTest/core/StringBuffer/write_A01_t02: RuntimeError 342 LibTest/core/StringBuffer/write_A01_t02: RuntimeError
361 Language/Expressions/Constants/exception_t01: Crash 343 Language/Expressions/Constants/exception_t01: Crash
362 Language/Expressions/Constants/exception_t02: Crash 344 Language/Expressions/Constants/exception_t02: Crash
363 Language/Expressions/Null/instance_of_class_null_t01: Crash 345 Language/Expressions/Null/instance_of_class_null_t01: Crash
364 346
365 # dartk: precompilation failures (debug) 347 # dartk: precompilation failures (debug)
366 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 348 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
367 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 349 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698