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

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

Issue 2953813002: More status file updates after co19 roll (Closed)
Patch Set: Created 3 years, 6 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 | tests/co19/co19-runtime.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) 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/Classes/Constructors/Generative_Constructors/execution_t03: RuntimeErro r # https://github.com/dart-lang/sdk/issues/29596 6 Language/Classes/Constructors/Generative_Constructors/execution_t03: RuntimeErro r # https://github.com/dart-lang/sdk/issues/29596
7 Language/Expressions/Function_Invocation/async_cleanup_t01: Skip # https://githu b.com/dart-lang/sdk/issues/28873 7 Language/Expressions/Function_Invocation/async_cleanup_t01: Skip # https://githu b.com/dart-lang/sdk/issues/28873
8 Language/Expressions/Function_Invocation/async_cleanup_t03: Skip # https://githu b.com/dart-lang/sdk/issues/28873 8 Language/Expressions/Function_Invocation/async_cleanup_t03: Skip # https://githu b.com/dart-lang/sdk/issues/28873
9 Language/Expressions/Function_Invocation/async_cleanup_t05: Skip # https://githu b.com/dart-lang/sdk/issues/28873 9 Language/Expressions/Function_Invocation/async_cleanup_t05: Skip # https://githu b.com/dart-lang/sdk/issues/28873
10 Language/Expressions/Function_Invocation/async_cleanup_t06: Skip # https://githu b.com/dart-lang/sdk/issues/28873 10 Language/Expressions/Function_Invocation/async_cleanup_t06: Skip # https://githu b.com/dart-lang/sdk/issues/28873
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089 370 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089
371 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584 371 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584
372 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089 372 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089
373 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088 373 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088
374 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088 374 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088
375 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure. 375 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure.
376 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure 376 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure
377 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure 377 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure
378 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 378 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533
379 379
380 [ $compiler == dart2js && $runtime != d8] 380 [ $compiler == dart2js && $runtime != d8 && $runtime != jsshell && $runtime != c hrome && $runtime != ff ]
381 WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t03: RuntimeErro r # Please triage this failure 381 WebPlatformTest/html/dom/documents/dom-tree-accessors/nameditem_t03: RuntimeErro r # Please triage this failure
382 382
383 [ $compiler == dart2js && $checked && $runtime != d8] 383 [ $compiler == dart2js && $checked && $runtime != d8]
384 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure 384 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure
385 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure 385 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure
386 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure 386 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure
387 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure 387 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure
388 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure 388 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure
389 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure 389 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure
390 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError # Please triage this failure 390 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError # Please triage this failure
(...skipping 7982 matching lines...) Expand 10 before | Expand all | Expand 10 after
8373 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure 8373 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure
8374 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure 8374 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure
8375 8375
8376 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8] 8376 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8]
8377 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure 8377 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure
8378 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure 8378 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure
8379 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure 8379 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure
8380 8380
8381 [ $compiler == dart2js && $host_checked ] 8381 [ $compiler == dart2js && $host_checked ]
8382 Language/Types/Function_Types/call_t01: Crash # Issue 28894 8382 Language/Types/Function_Types/call_t01: Crash # Issue 28894
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698