OLD | NEW |
---|---|
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/Expressions/Function_Invocation/async_cleanup_t01: Skip # https://githu b.com/dart-lang/sdk/issues/28873 | 6 Language/Expressions/Function_Invocation/async_cleanup_t01: Skip # https://githu b.com/dart-lang/sdk/issues/28873 |
7 Language/Expressions/Function_Invocation/async_cleanup_t03: Skip # https://githu b.com/dart-lang/sdk/issues/28873 | 7 Language/Expressions/Function_Invocation/async_cleanup_t03: Skip # https://githu b.com/dart-lang/sdk/issues/28873 |
8 Language/Expressions/Function_Invocation/async_cleanup_t05: Skip # https://githu b.com/dart-lang/sdk/issues/28873 | 8 Language/Expressions/Function_Invocation/async_cleanup_t05: Skip # https://githu b.com/dart-lang/sdk/issues/28873 |
9 Language/Expressions/Function_Invocation/async_cleanup_t06: Skip # https://githu b.com/dart-lang/sdk/issues/28873 | 9 Language/Expressions/Function_Invocation/async_cleanup_t06: Skip # https://githu b.com/dart-lang/sdk/issues/28873 |
10 Language/Expressions/Function_Invocation/async_cleanup_t08: Skip # https://githu b.com/dart-lang/sdk/issues/28873 | 10 Language/Expressions/Function_Invocation/async_cleanup_t08: Skip # https://githu b.com/dart-lang/sdk/issues/28873 |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
367 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089 | 367 Language/Statements/Switch/type_t01: RuntimeError # Issue 16089 |
368 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584 | 368 Language/Statements/Return/runtime_type_t04: RuntimeError # Issue 26584 |
369 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089 | 369 Language/Types/Static_Types/malformed_type_t01: RuntimeError # Issue 21089 |
370 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088 | 370 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError # Iss ue 21088 |
371 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088 | 371 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError # Issue 21088 |
372 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure. | 372 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim esout. Please triage this failure. |
373 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure | 373 LibTest/core/Map/Map_class_A01_t04: Slow, Pass # Please triage this failure |
374 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure | 374 LibTest/core/Uri/Uri_A06_t03: Slow, Pass # Please triage this failure |
375 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 | 375 LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533 |
376 | 376 |
377 [ $compiler == dart2js && $enable_asserts ] | |
sra1
2017/05/24 01:30:46
So the problem here is not that we have --enable-a
eernst
2017/07/07 08:50:29
$enable_asserts does not imply that type assertion
| |
378 Language/Statements/Assert/execution_t01: SkipByDesign # Unspec'd feature. | |
379 Language/Statements/Assert/execution_t02: SkipByDesign # Unspec'd feature. | |
380 Language/Statements/Assert/execution_t03: SkipByDesign # Unspec'd feature. | |
381 Language/Statements/Assert/execution_t04: SkipByDesign # Unspec'd feature. | |
382 Language/Statements/Assert/execution_t05: SkipByDesign # Unspec'd feature. | |
383 Language/Statements/Assert/execution_t06: SkipByDesign # Unspec'd feature. | |
384 Language/Statements/Assert/execution_t11: SkipByDesign # Unspec'd feature. | |
385 Language/Statements/Assert/production_mode_t01: SkipByDesign # Unspec'd feature. | |
386 Language/Statements/Assert/type_t02: SkipByDesign # Unspec'd feature. | |
387 Language/Statements/Assert/type_t03: SkipByDesign # Unspec'd feature. | |
388 Language/Statements/Assert/type_t04: SkipByDesign # Unspec'd feature. | |
389 Language/Statements/Assert/type_t05: SkipByDesign # Unspec'd feature. | |
390 Language/Statements/Assert/type_t06: SkipByDesign # Unspec'd feature. | |
377 | 391 |
378 [ $compiler == dart2js && $checked && $runtime != d8] | 392 [ $compiler == dart2js && $checked && $runtime != d8] |
379 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure | 393 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: RuntimeError # Please triage this failure |
380 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure | 394 LayoutTests/fast/canvas/webgl/read-pixels-test_t01: RuntimeError # Please triage this failure |
381 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure | 395 LayoutTests/fast/inline/empty-inline-before-collapsed-space_t01: RuntimeError # Please triage this failure |
382 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure | 396 LayoutTests/fast/url/trivial_t01: RuntimeError # Please triage this failure |
383 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure | 397 LayoutTests/fast/url/trivial-segments_t01: RuntimeError # Please triage this fai lure |
384 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure | 398 LayoutTests/fast/writing-mode/auto-sizing-orthogonal-flows_t01: RuntimeError # P lease triage this failure |
385 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 | 399 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 |
386 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 | 400 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 |
(...skipping 8092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8479 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure | 8493 WebPlatformTest/webstorage/storage_builtins_t01: RuntimeError # Please triage th is failure |
8480 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure | 8494 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: Skip # Ti mes out. Please triage this failure |
8481 | 8495 |
8482 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8] | 8496 [ $compiler == dart2js && $runtime == ie11 && $builder_tag == win8] |
8483 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure | 8497 LibTest/typed_data/ByteData/offsetInBytes_A01_t01: RuntimeError # Please triage this failure |
8484 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure | 8498 LayoutTests/fast/dom/XMLSerializer-attribute-entities_t01: RuntimeError # Please triage this failure |
8485 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure | 8499 LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this failure |
8486 | 8500 |
8487 [ $compiler == dart2js && $host_checked ] | 8501 [ $compiler == dart2js && $host_checked ] |
8488 Language/Types/Function_Types/call_t01: Crash # Issue 28894 | 8502 Language/Types/Function_Types/call_t01: Crash # Issue 28894 |
OLD | NEW |