Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 == none && $runtime == drt ] | |
| 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long | |
|
ricow1
2013/10/04 09:51:21
I guess we can run them if we get incremental buil
ricow1
2013/10/04 10:06:22
I misread, this is just drt, so we are running it
| |
| 7 | |
| 5 [ $compiler == none && $runtime == dartium ] | 8 [ $compiler == none && $runtime == dartium ] |
| 6 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f ailure. | 9 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f ailure. |
| 7 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th is failure. | 10 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th is failure. |
| 8 Language/05_Variables/05_Variables_A05_t02: Fail # Issue 13719: Please triage th is failure. | 11 Language/05_Variables/05_Variables_A05_t02: Fail # Issue 13719: Please triage th is failure. |
| 9 Language/05_Variables/05_Variables_A06_t01: Fail # Issue 13719: Please triage th is failure. | 12 Language/05_Variables/05_Variables_A06_t01: Fail # Issue 13719: Please triage th is failure. |
| 10 Language/05_Variables/05_Variables_A06_t02: Fail # Issue 13719: Please triage th is failure. | 13 Language/05_Variables/05_Variables_A06_t02: Fail # Issue 13719: Please triage th is failure. |
| 11 Language/05_Variables/05_Variables_A06_t03: Fail # Issue 13719: Please triage th is failure. | 14 Language/05_Variables/05_Variables_A06_t03: Fail # Issue 13719: Please triage th is failure. |
| 12 Language/05_Variables/05_Variables_A06_t04: Fail # Issue 13719: Please triage th is failure. | 15 Language/05_Variables/05_Variables_A06_t04: Fail # Issue 13719: Please triage th is failure. |
| 13 Language/05_Variables/05_Variables_A06_t05: Fail # Issue 13719: Please triage th is failure. | 16 Language/05_Variables/05_Variables_A06_t05: Fail # Issue 13719: Please triage th is failure. |
| 14 Language/05_Variables/05_Variables_A06_t06: Fail # Issue 13719: Please triage th is failure. | 17 Language/05_Variables/05_Variables_A06_t06: Fail # Issue 13719: Please triage th is failure. |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 111 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Timeout # Issue 13719: Please triage this failure. | 114 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Timeout # Issue 13719: Please triage this failure. |
| 112 LibTest/isolate/IsolateSink/addError_A01_t01: Fail # Issue 13719: Please triage this failure. | 115 LibTest/isolate/IsolateSink/addError_A01_t01: Fail # Issue 13719: Please triage this failure. |
| 113 LibTest/isolate/IsolateSink/addError_A01_t02: Fail # Issue 13719: Please triage this failure. | 116 LibTest/isolate/IsolateSink/addError_A01_t02: Fail # Issue 13719: Please triage this failure. |
| 114 LibTest/isolate/IsolateStream/any_A02_t01: Fail # Issue 13719: Please triage thi s failure. | 117 LibTest/isolate/IsolateStream/any_A02_t01: Fail # Issue 13719: Please triage thi s failure. |
| 115 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 13719: Please triage t his failure. | 118 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 13719: Please triage t his failure. |
| 116 LibTest/isolate/SendPort/send_A01_t01: Fail # Issue 13719: Please triage this fa ilure. | 119 LibTest/isolate/SendPort/send_A01_t01: Fail # Issue 13719: Please triage this fa ilure. |
| 117 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: Fail # Issue 13719: Plea se triage this failure. | 120 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: Fail # Issue 13719: Plea se triage this failure. |
| 118 LibTest/typed_data/Float32x4/clamp_A01_t01: Fail # Issue 13719: Please triage th is failure. | 121 LibTest/typed_data/Float32x4/clamp_A01_t01: Fail # Issue 13719: Please triage th is failure. |
| 119 LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # Issue 13719: Pleas e triage this failure. | 122 LibTest/typed_data/Int8List/Int8List.fromList_A01_t02: Fail # Issue 13719: Pleas e triage this failure. |
| 120 | 123 |
| OLD | NEW |