| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 # | 7 # |
| 8 # Problems specific to compiler in release build (--optimize) | 8 # Problems specific to compiler in release build (--optimize) |
| 9 # | 9 # |
| 10 [ $component == dartc && $mode == release ] | 10 [ $component == dartc && $mode == release ] |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 LibTest/core/Date/year/Date/year/A01/t01: Fail | 141 LibTest/core/Date/year/Date/year/A01/t01: Fail |
| 142 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail | 142 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail |
| 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail | 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail |
| 144 LibTest/core/Duration/Duration/Duration/A03/t01: Fail | 144 LibTest/core/Duration/Duration/Duration/A03/t01: Fail |
| 145 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail | 145 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail |
| 146 LibTest/core/Expect/fail/Expect/fail/A02/t01: Fail | 146 LibTest/core/Expect/fail/Expect/fail/A02/t01: Fail |
| 147 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail | 147 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail |
| 148 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail | 148 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail |
| 149 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail | 149 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail |
| 150 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail | 150 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail |
| 151 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail | |
| 152 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail | 151 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail |
| 153 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail | |
| 154 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail | 152 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail |
| 155 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail | 153 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail |
| 156 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t01: Fail | 154 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t01: Fail |
| 157 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t02: Fail | 155 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t02: Fail |
| 158 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail | 156 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail |
| 159 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail | 157 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail |
| 160 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail | 158 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail |
| 161 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail | 159 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail |
| 162 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail | 160 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail |
| 163 LibTest/core/InternalError/InternalError/InternalError/A01/t01: Fail | 161 LibTest/core/InternalError/InternalError/InternalError/A01/t01: Fail |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 | 403 |
| 406 [ $component == dartium ] | 404 [ $component == dartium ] |
| 407 *: Skip | 405 *: Skip |
| 408 | 406 |
| 409 | 407 |
| 410 [ $component == chromium ] | 408 [ $component == chromium ] |
| 411 *: Skip | 409 *: Skip |
| 412 | 410 |
| 413 [ $component == frogium ] | 411 [ $component == frogium ] |
| 414 *: Skip | 412 *: Skip |
| OLD | NEW |