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

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

Issue 2879153005: Add support to dart2js for option --enable-asserts. (Closed)
Patch Set: Added !$checked to section predicate in co19 status file 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 | « pkg/expect/lib/expect.dart ('k') | tests/corelib/int_parse_radix_test.dart » ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089 364 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089
365 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584 365 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584
366 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089 366 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089
367 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088 367 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088
368 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088 368 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088
369 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure. 369 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure.
370 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure 370 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure
371 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure 371 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure
372 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 372 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533
373 373
374 [ $compiler == dart2js && ! $checked && $enable_asserts ]
375 Language/Statements/Assert/execution_t01: SkipByDesign # Unspec'd feature.
376 Language/Statements/Assert/execution_t02: SkipByDesign # Unspec'd feature.
377 Language/Statements/Assert/execution_t03: SkipByDesign # Unspec'd feature.
378 Language/Statements/Assert/execution_t04: SkipByDesign # Unspec'd feature.
379 Language/Statements/Assert/execution_t05: SkipByDesign # Unspec'd feature.
380 Language/Statements/Assert/execution_t06: SkipByDesign # Unspec'd feature.
381 Language/Statements/Assert/execution_t11: SkipByDesign # Unspec'd feature.
382 Language/Statements/Assert/production_mode_t01: SkipByDesign # Unspec'd feature.
383 Language/Statements/Assert/type_t02: SkipByDesign # Unspec'd feature.
384 Language/Statements/Assert/type_t03: SkipByDesign # Unspec'd feature.
385 Language/Statements/Assert/type_t04: SkipByDesign # Unspec'd feature.
386 Language/Statements/Assert/type_t05: SkipByDesign # Unspec'd feature.
387 Language/Statements/Assert/type_t06: SkipByDesign # Unspec'd feature.
388
374 [ $compiler == dart2js && $checked && $runtime != d8] 389 [ $compiler == dart2js && $checked && $runtime != d8]
375 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure 390 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure
376 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure 391 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure
377 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure 392 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure
378 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure 393 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure
379 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure 394 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure
380 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure 395 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure
381 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 396 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
382 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # Plea se triage this failure 397 WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to -a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # Plea se triage this failure
383 398
(...skipping 7986 matching lines...) Expand 10 before | Expand all | Expand 10 after
8370 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure 8385 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure
8371 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure 8386 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure
8372 8387
8373 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8] 8388 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8]
8374 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure 8389 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure
8375 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure 8390 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure
8376 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure 8391 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure
8377 8392
8378 [ $compiler == dart2js && $host_checked ] 8393 [ $compiler == dart2js && $host_checked ]
8379 Language/Types/Function_Types/call_t01: Crash # Issue 28894 8394 Language/Types/Function_Types/call_t01: Crash # Issue 28894
OLDNEW
« no previous file with comments | « pkg/expect/lib/expect.dart ('k') | tests/corelib/int_parse_radix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698