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

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

Issue 11958041: Increase test coverage on ie9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('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 == dartc ] 5 [ $compiler == dartc ]
6 6
7 # co19 issue 365 (iterator changes) 7 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite. 426 LibTest/core/String/contains_A01_t02: Fail, OK # TODO(ahe): This test is failing after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the tes t suite.
427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. 427 LibTest/core/String/replaceAll_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite. 428 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # TODO(ahe): This test is fai ling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in the test suite.
429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. 429 LibTest/core/String/split_A01_t01: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite. 430 LibTest/core/String/split_A01_t02: Fail, OK # TODO(ahe): This test is failing af ter correctly implementing static warning checks in co19 test suite. The co19 au thors have informed me that some of these failures are due to bugs in the test s uite.
431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite. 431 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # TODO(ahe): This test is fa iling after correctly implementing static warning checks in co19 test suite. The co19 authors have informed me that some of these failures are due to bugs in th e test suite.
432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite. 432 LibTest/isolate/SendPort/call_A01_t01: Fail, OK # TODO(ahe): This test is failin g after correctly implementing static warning checks in co19 test suite. The co1 9 authors have informed me that some of these failures are due to bugs in the te st suite.
433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite. 433 LibTest/math/Random/nextDouble_A01_t01: Fail, OK # TODO(ahe): This test is faili ng after correctly implementing static warning checks in co19 test suite. The co 19 authors have informed me that some of these failures are due to bugs in the t est suite.
434 434
435 435
436 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 436 [ $runtime == drt && $compiler == none ]
437 *: Skip 437 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698