Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New failures with --optimize after updating to co19 revision 6 #202

Closed
peter-ahe-google opened this issue Oct 21, 2011 · 2 comments
Closed

Comments

@peter-ahe-google
Copy link
Contributor

=== releasedartc co19/LibTest/core/List/List/List/A01/t04 [negative] ===
Path: co19/LibTest/core/List/List/List/A01/t04

--- stdout ---
file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/List/List/List_List_A01_t04.dart/List_List_A01_t04.dart:16: String is not assignable to int
    15: main() {
    16: List a = new List("10");
                            ~~~~
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/List/List/List_List_A01_t04.dart
=== releasedartc co19/LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09 [negative] ===
Path: co19/LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09

--- stdout ---
file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Date/Date.withTimeZone/Date_Date.withTimeZone_A01_t09.dart/Date_Date.withTimeZone_A01_t09.dart:17: String is not assignable to TimeZoneImplementation
    16: main(){
    17: Date dt = new Date.withTimeZone(1, 1, 1, 1, 1, 1, 1, "UTC");
                                                               ~~~~~
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Date/Date.withTimeZone/Date_Date.withTimeZone_A01_t09.dart
=== releasedartc co19/LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01 ===
Path: co19/LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01

--- stdout ---
file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:17: List<<dynamic>> has no method named "removeFirst"
    16: c.forEach(void compare(var element) {
    17: Expect.isTrue(l.removeFirst() == element);
                          ~~~~~~~~~~~~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:23: Queue<int> is not assignable to List<<dynamic>>
    22: Queue<int> list = new Queue.from([1, 2, 3, 4, 5]);
    23: check(list, [1, 2, 3, 4, 5]);
                ~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:27: Queue<int> is not assignable to List<<dynamic>>
    26: list = new Queue.from(set);
    27: check(list, set);
                ~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:33: Queue<int> is not assignable to List<<dynamic>>
    32: list = new Queue.from(tmp);
    33: check(list, tmp);
                ~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:36: Queue<int> is not assignable to List<<dynamic>>
    35: list = new Queue.from(new Queue());
    36: check(list, []);
                ~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:39: Queue<int> is not assignable to List<<dynamic>>
    38: list = new Queue.from([]);
    39: check(list, []);
                ~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart/Queue_Queue.from_A01_t01.dart:42: Queue<int> is not assignable to List<<dynamic>>
    41: list = new Queue.from(new Set());
    42: check(list, []);
                ~~~~

/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:2: [object Object]
"object"&&Error.captureStackTrace&&Error.captureStackTrace(a);throw a;}functio
                                                                    ^
[object Object]
    at h (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:2:191)
    at oc (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:2860)
    at $ (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4149)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4477
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4413
    at Ma (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:7:442)
    at Ua (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:78)
    at Va (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:273)
    at Ia (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:362)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4420
Execution failed.
Mapped stack trace:
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:2:191 (h)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:2860 (oc)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4149 ($)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4477
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4413
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:7:442 (Ma)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:78 (Ua)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:273 (Va)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:9:362 (Ia)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t01.dart2263461274762153596.js:30:4420

V8 execution returned non-zero exit-code: 1
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t01.dart
=== releasedartc co19/LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02 ===
Path: co19/LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02

--- stdout ---
file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t02.dart/Queue_Queue.from_A01_t02.dart:48: List<<dynamic>> has no method named "removeFirst"
    47: c.forEach(void compare(var element) {
    48: Expect.isTrue(l.removeFirst() == element);
                          ~~~~~~~~~~~~~~~

file:/mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t02.dart/Queue_Queue.from_A01_t02.dart:54: Queue<int> is not assignable to List<<dynamic>>
    53: Queue<int> list = new Queue.from(new IterableClass());
    54: check(list, [1, 2, 3]);
                ~~~~

/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:2: [object Object]
"object"&&Error.captureStackTrace&&Error.captureStackTrace(a);throw a;}functio
                                                                    ^
[object Object]
    at h (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:2:191)
    at ec (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:3064)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5365
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5079
    at Ma (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:7:442)
    at Ua (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:78)
    at Va (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:272)
    at Ia (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:360)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5086
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5096
Execution failed.
Mapped stack trace:
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:2:191 (h)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:3064 (ec)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5365
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5079
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:7:442 (Ma)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:78 (Ua)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:272 (Va)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:9:360 (Ia)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5086
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LibTest_core_Queue_Queue.from_Queue_Queue.from_A01_t02.dart2218689980734975961.js:27:5096

V8 execution returned non-zero exit-code: 1
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Queue/Queue.from/Queue_Queue.from_A01_t02.dart
=== releasedartc co19/LibTest/core/Set/remove/Set/remove/A01/t05 ===
Path: co19/LibTest/core/Set/remove/Set/remove/A01/t05
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LibTest/core/Set/remove/Set_remove_A01_t05.dart
=== releasedartc co19/LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04 ===
Path: co19/LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04

--- stdout ---
/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:2: [object Object]
eof a=="object"&&Error.captureStackTrace&&Error.captureStackTrace(a);throw a;}
                                                                           ^
[object Object]
    at h (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:2:191)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2718
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2528
    at Ma (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:8:438)
    at Ua (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:78)
    at Va (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:272)
    at Ia (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:359)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2535
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2545
Execution failed.
Mapped stack trace:
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:2:191 (h)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2718
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2528
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:8:438 (Ma)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:78 (Ua)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:272 (Va)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:10:359 (Ia)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2535
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t04.dart6816293036473635708.js:28:2545

V8 execution returned non-zero exit-code: 1
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04.dart
=== releasedartc co19/LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02 ===
Path: co19/LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02

--- stdout ---
/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:2: [object Object]
eof a=="object"&&Error.captureStackTrace&&Error.captureStackTrace(a);throw a;}
                                                                           ^
[object Object]
    at h (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:2:191)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2698
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2528
    at Ma (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:8:438)
    at Ua (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:78)
    at Va (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:272)
    at Ia (/tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:359)
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2535
    at /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2545
Execution failed.
Mapped stack trace:
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:2:191 (h)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2698
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2528
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:8:438 (Ma)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:78 (Ua)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:272 (Va)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:10:359 (Ia)
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2535
    at UNMAPPED: /tmp/dart_file:_mnt_data_b_build_slave_dartc-linux-release_build_tests_co19_src_LangGuideTest_02_Language_Constructs_02_11_Exceptions_02_11_Exceptions_A09_t02.dart1792577447057342909.js:28:2545

V8 execution returned non-zero exit-code: 1
Command: /mnt/data/b/build/slave/dartc-linux-release/build/compiler/out/Release_dartc/compiler/bin/dartc_test --optimize --ignore-unrecognized-flags /mnt/data/b/build/slave/dartc-linux-release/build/tests/co19/src/LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t02.dart

===
=== 7 tests failed
=== 4 tests CRASHED
===

@DartBot
Copy link

DartBot commented Oct 24, 2011

This comment was originally written by zundel@google.com


http://codereview.chromium.org/8375006/

There are no new crashes here, just 7 failures the deviate for some reason from the non-optimized compielr. (The error output of test.py always reports crashes in the summary, even if they have been marked.)


Set owner to zundel@google.com.
Added Triaged label.
Changed the title to: "New failures with --optimize after updating to co19 revision 6".

@DartBot
Copy link

DartBot commented Oct 28, 2011

This comment was originally written by zundel@google.com


All these failures have been triaged and assigned new, separate bugs.


Added Fixed label.

nex3 pushed a commit that referenced this issue Aug 31, 2016
nex3 pushed a commit that referenced this issue Aug 31, 2016
fixes a checker bug too: it wasn't working properly for cascade targets. Previously this caught #202 and #206 as well.

R=leafp@google.com

Review URL: https://codereview.chromium.org/1184843002.
copybara-service bot pushed a commit that referenced this issue Jan 3, 2023
…rtdoc, ffi, fixnum, glob, http, http_parser, intl, json_rpc_2, lints, logging, matcher, path, protobuf, sse, string_scanner, test, typed_data, usage, webdev

Revisions updated by `dart tools/rev_sdk_deps.dart`.

args (https://github.com/dart-lang/args/compare/da037ac..ac0e2c8):
  ac0e2c8  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#229)

async (https://github.com/dart-lang/async/compare/c59c7c5..de1ce93):
  de1ce93  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#227)

characters (https://github.com/dart-lang/characters/compare/4ffccb8..fff80aa):
  fff80aa  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#69)

cli_util (https://github.com/dart-lang/cli_util/compare/edcf1c3..5a8e8ee):
  5a8e8ee  2023-01-01  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#72)

collection (https://github.com/dart-lang/collection/compare/cdb11d4..85e987c):
  85e987c  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#262)

convert (https://github.com/dart-lang/convert/compare/4feeb10..20d136c):
  20d136c  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#73)

dartdoc (https://github.com/dart-lang/dartdoc/compare/1f42216..ce25524):
  ce255246  2023-01-02  dependabot[bot]  Bump actions/cache from 3.2.1 to 3.2.2 (#3287)
  e4948e64  2022-12-28  Sam Rawlins  Refactor search into a stateful class (#3285)
  83a26b87  2022-12-28  Parker Lougheed  Simplify search.html base-href handling (#3259)
  a622a89a  2022-12-27  dependabot[bot]  Bump actions/cache from 3.0.11 to 3.2.1 (#3281)
  f0c7a56a  2022-12-27  dependabot[bot]  Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#3282)
  702a9d13  2022-12-19  dependabot[bot]  Bump github/codeql-action from 2.1.36 to 2.1.37 (#3276)
  2bbac76b  2022-12-19  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#3277)
  195dc3da  2022-12-19  dependabot[bot]  Bump ossf/scorecard-action from 2.0.6 to 2.1.1 (#3280)
  4a5ed7e6  2022-12-19  Sam Rawlins  Remove usage of now-removed-in-3.0 elements (#3279)

ffi (https://github.com/dart-lang/ffi/compare/17a8142..2a56c2a):
  2a56c2a  2023-01-02  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#172)

fixnum (https://github.com/dart-lang/fixnum/compare/e4f5e97..714381c):
  714381c  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#102)

glob (https://github.com/dart-lang/glob/compare/7f97bf5..7adf833):
  7adf833  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#67)

http (https://github.com/dart-lang/http/compare/46a7708..38d5dd9):
  38d5dd9  2022-12-29  Brian Quinlan  Add usage instructions for runWithClient and Flutter (#846)
  3fba812  2022-12-29  Nate Bosch  Drop avoid_redundant_argument_values (#845)
  88f6fc6  2022-12-14  Brian Quinlan  Always using `package:http` for APIs and image loading. (#839)

http_parser (https://github.com/dart-lang/http_parser/compare/c739675..16a4f34):
  16a4f34  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#65)

intl (https://github.com/dart-lang/intl/compare/6fb07f2..59e7bff):
  59e7bff  2022-12-20  Copybara-Service  Merge pull request #263 from sanekyy:update-ruble-sign
  50f93df  2022-12-19  Copybara-Service  Merge pull request #467 from samlythemanly:patch-1
  548ef63  2022-12-19  Aleksandr Yurkovskiy  fix duplicate_import
  5dc6e8f  2022-12-16  Aleksandr Yurkovskiy  Merge remote-tracking branch 'upstream/master' into update-ruble-sign
  60e8cfa  2022-12-09  Moritz  Merge branch 'master' into patch-1
  758d086  2022-04-28  Sam Markoe  Updated PEN to use the proper currency code.
  83e149f  2021-03-10  Aleksandr Yurkovskiy  Merge branch 'master' into update-ruble-sign
  edbbbce  2020-11-16  Aleksandr Yurkovskiy  fix format
  f25b0a6  2020-11-16  Aleksandr Yurkovskiy  add empty line
  a02de91  2020-11-16  Aleksandr Yurkovskiy  fix merge issues
  8a1716f  2020-11-16  Aleksandr Yurkovskiy  Merge branch 'master' into update-ruble-sign
  d3c56e0  2020-10-05  Aleksandr Yurkovskiy  update changelog
  ed3b5f0  2020-10-05  Aleksandr Yurkovskiy  fix test
  d4ad715  2020-09-22  Aleksandr Yurkovskiy  Merge branch 'master' into update-ruble-sign
  077e653  2020-02-27  Aleksandr Yurkovskiy  update version
  b119da3  2020-02-27  Aleksandr Yurkovskiy  update ruble sign

json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/16fed53..bd9f8d9):
  bd9f8d9  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#87)

lints (https://github.com/dart-lang/lints/compare/16bdefe..dfded5e):
  dfded5e  2023-01-01  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#96)

logging (https://github.com/dart-lang/logging/compare/0373ef8..b525d5c):
  b525d5c  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#125)

matcher (https://github.com/dart-lang/matcher/compare/7e6a665..deedda1):
  deedda1  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#202)

path (https://github.com/dart-lang/path/compare/12ce876..1299791):
  1299791  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#132)

protobuf (https://github.com/dart-lang/protobuf/compare/2706b53..1d1c92a):
  1d1c92a  2023-01-02  Kevin Moore  Latest github actions (#789)

sse (https://github.com/dart-lang/sse/compare/cfa93b1..2de27fe):
  2de27fe  2022-12-28  dependabot[bot]  Bump nanasess/setup-chromedriver from 1.0.5 to 1.1.0 (#65)

string_scanner (https://github.com/dart-lang/string_scanner/compare/4a5cbc5..6ddab2c):
  6ddab2c  2022-12-28  Kevin Moore  Remove unnecessary parens (#51)
  3e451ab  2022-12-28  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#50)

test (https://github.com/dart-lang/test/compare/89a8b12..8235a25):
  8235a25b  2022-12-29  Nate Bosch  Add String.equalsIgnoringWhitespace condition (#1835)
  6df19d2e  2022-12-29  Nate Bosch  Add String.containsInOrder condition (#1836)
  b7f4cb54  2022-12-29  Nate Bosch  Collapse core checks to fewer extensions (#1831)
  101df768  2022-12-29  Nate Bosch  Add Function.returnsNormally condition (#1833)
  f0dfdbfc  2022-12-28  Nate Bosch  Tighten types of Extracted constructors (#1829)
  d1211748  2022-12-27  Nate Bosch  Add String.equalsIgnoringCase (#1828)
  c14260b5  2022-12-22  Nate Bosch  Add String.equals condition (#1826)
  1785348f  2022-12-21  Nate Bosch  Add more numeric matchers (#1823)
  66d89348  2022-12-21  Nate Bosch  Allow slower node test on windows (#1825)
  695894ee  2022-12-21  Nate Bosch  Drop dependency overrides from pkg:checks (#1824)
  9be6023c  2022-12-20  Nate Bosch  Add Iterable.every extension (#1822)
  ca412bbf  2022-12-20  Nate Bosch  Add some tests with full failure messages (#1820)
  6650bbb3  2022-12-20  Nate Bosch  Add pairwiseCompare condition (#1821)
  d20eb34d  2022-12-20  Nate Bosch  Add FailureDetail to allow expressive failures (#1818)
  611faeac  2022-12-20  Nate Bosch  Make the prefixFirst utility public (#1819)
  a0562585  2022-12-19  Jacob MacDonald  change the url secrets for browser tests to be alphanumeric characters (#1817)

typed_data (https://github.com/dart-lang/typed_data/compare/1e838b8..dbf81a7):
  dbf81a7  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#57)

usage (https://github.com/dart-lang/usage/compare/fee1d9d..2773c7d):
  2773c7d  2023-01-03  dependabot[bot]  Bump actions/checkout from 3.1.0 to 3.2.0 (#186)

webdev (https://github.com/dart-lang/webdev/compare/317288a..8795ca5):
  8795ca5  2022-12-22  Elliott Brooks (she/her)  Tests should serve`main.dart` and `index.html` from the same directory (#1856)
  b127883  2022-12-22  Elliott Brooks (she/her)  Add test timeout of 2 minutes for all tests missing a timeout (#1854)
  c884705  2022-12-22  Elliott Brooks (she/her)  Skip flaky events_test on Windows (#1853)
  5aa3195  2022-12-22  Elliott Brooks (she/her)  Add tests for interacting with the extension panels added to Chrome Devtools (#1836)
  82ac652  2022-12-21  Elliott Brooks (she/her)  Shard DWDS tests and fix CI test flakiness (#1851)
  8e926c0  2022-12-20  Elliott Brooks (she/her)  Fix flaky CI tests (#1848)
  80f8671  2022-12-20  Elliott Brooks (she/her)  File paths in `TestContext` are relative, not absolute (#1843)
  6dedcd5  2022-12-20  Elliott Brooks (she/her)  Move the `scopes` package (used in testing) to the test `fixtures` directory (#1837)
  db5ed71  2022-12-16  Elliott Brooks (she/her)  Fix `package_uri_file_mapper_test` on Linux (#1835)
  243fe42  2022-12-14  Anna Gringauze  Enable weak tests for build daemon and frontend server (#1824)

Change-Id: I0ef4ec924d14d88e4831c7bcb025ff19db288479
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278083
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
copybara-service bot pushed a commit that referenced this issue Feb 6, 2023
Also rev package:csslib and package:html.


csslib (https://github.com/dart-lang/csslib/compare/7054945..f33d632):
  f33d632  2023-01-28  Devon Carew  switch to using package:dart_flutter_team_lints (#161)
  c0097a0  2023-01-28  Devon Carew  Update README.md (#158)
  0d985fb  2023-01-28  dependabot[bot]  Bump dart-lang/setup-dart from 1.3 to 1.4 (#164)
  56d1152  2023-01-28  dependabot[bot]  Bump actions/checkout from 3.2.0 to 3.3.0 (#163)
  46d2c57  2023-01-28  Devon Carew  Update test-package.yml (#165)
  a7d17bc  2023-01-26  Kevin Moore  all the cleanup (#155)

html (https://github.com/dart-lang/html/compare/3dd00b0..f118e00):
  f118e00  2023-01-30  Devon Carew  lint with dart_flutter_team_lints (#201)
  52d9185  2023-01-30  Devon Carew  updates from #158 (#202)
  71d3e71  2023-01-30  Ron Booth  fixed issue #157 (querySelector fails), and added test for it (#158)
  9ab8b28  2023-01-30  dependabot[bot]  Bump actions/checkout from 3.2.0 to 3.3.0 (#200)
  fe3fbf6  2023-01-30  dependabot[bot]  Bump dart-lang/setup-dart from 1.3 to 1.4 (#199)
  776daf5  2023-01-30  Devon Carew  Update test-package.yml (#198)
  a5be27f  2023-01-27  Devon Carew  finish work for avoid_dynamic_calls (#196)

Change-Id: If03552028f30b8dfd6a227674aa161e43a05e11f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280129
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
copybara-service bot pushed a commit that referenced this issue Dec 4, 2023
…mime, protobuf, pub_semver, sse, string_scanner, term_glyph, test, test_reflective_loader, typed_data, vector_math, web, webdriver

Revisions updated by `dart tools/rev_sdk_deps.dart`.

browser_launcher (https://github.com/dart-lang/browser_launcher/compare/f60df1d..c68ec25):
  c68ec25  2023-12-04  Kevin Moore  drop outdated lints

ecosystem (https://github.com/dart-lang/ecosystem/compare/805ab4f..79a1bc5):
  79a1bc5  2023-12-01  dependabot[bot]  Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#204)
  c51c500  2023-12-01  dependabot[bot]  Bump actions/github-script (#202)
  64eeeee  2023-12-01  dependabot[bot]  Bump peter-evans/create-or-update-comment (#203)
  32461a7  2023-12-01  Moritz  Upgrades to `health.yaml` (#201)

http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2238a6b..ae48489):
  ae48489  2023-12-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#61)

markdown (https://github.com/dart-lang/markdown/compare/3774ad0..d2e7903):
  d2e7903  2023-12-01  dependabot[bot]  Bump subosito/flutter-action from 2.11.0 to 2.12.0 (#569)
  42d32cb  2023-11-30  Kevin Moore  Update to latest lints, require Dart ^3.1 (#568)

mime (https://github.com/dart-lang/mime/compare/8ebf946..56359b0):
  56359b0  2023-12-05  Yoshihiro Tanaka  Detect HEIC/HEIF format by checking header bytes (#109)

protobuf (https://github.com/dart-lang/protobuf/compare/dcec2ed..bb19774):
  bb19774  2023-11-29  Ömer Sinan Ağacan  Revert `PbMap._wrappedMap` empty map value (#904)
  cf43230  2023-11-23  Ömer Sinan Ağacan  Update getList and getMap return types (#903)
  4e0bdff  2023-11-23  Ömer Sinan Ağacan  Make wrapped lists in PbList monomorphic (#902)

pub_semver (https://github.com/dart-lang/pub_semver/compare/f9e94ee..4572181):
  4572181  2023-12-04  Kevin Moore  drop outdated lints (#96)

sse (https://github.com/dart-lang/sse/compare/1df63f2..8d2e2f0):
  8d2e2f0  2023-12-01  dependabot[bot]  Bump nanasess/setup-chromedriver (#99)
  c6501b3  2023-12-01  Kevin Moore  Drop unneeded dep on pkg:test (#98)

string_scanner (https://github.com/dart-lang/string_scanner/compare/a7105ef..ebc30a3):
  ebc30a3  2023-12-04  Kevin Moore  Update to latest lints and cleanup (#67)

term_glyph (https://github.com/dart-lang/term_glyph/compare/7c1eb9d..4c5a496):
  4c5a496  2023-12-04  Kevin Moore  drop outdated lints (#46)

test (https://github.com/dart-lang/test/compare/a0a4d1e..9fffb48):
  9fffb489  2023-12-01  dependabot[bot]  Bump github/codeql-action from 2.22.5 to 2.22.8 (#2145)

test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/17d40bb..6edf535):
  6edf535  2023-11-30  Kevin Moore  Update lints, bump min SDK to ^3.1.0 (#56)

typed_data (https://github.com/dart-lang/typed_data/compare/0b16bd2..6f6d81d):
  6f6d81d  2023-12-04  Kevin Moore  drop outdated lints (#78)

vector_math (https://github.com/google/vector_math.dart/compare/cca3cf1..38a00c3):
  38a00c3  2023-12-04  Kevin Moore  Update to latest lints and cleanup (#309)
  cedd304  2023-12-04  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#307)

web (https://github.com/dart-lang/web/compare/cffc2e3..865aeaf):
  865aeaf  2023-12-01  Devon Carew  update the CI workflow to test the generation script (#112)

webdriver (https://github.com/google/webdriver.dart/compare/43ed1db..2c1b6f8):
  2c1b6f8  2023-12-01  dependabot[bot]  Bump nanasess/setup-chromedriver (#290)
  dc988d7  2023-12-01  Devon Carew  update to the latest package:lints (#291)

Change-Id: I2d898b6d772925146630777ef587d29a05288a3b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/339720
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants