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

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

Issue 8528015: change presubmit to run co19 tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« frog/presubmit.py ('K') | « frog/presubmit.py ('k') | no next file » | 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) 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 [ $component == frog || $component == frogsh || $component == leg ] 7 [ $component == frog || $component == frogsh || $component == leg ]
8 8
9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 LibTest/core/List/sort/List/sort/A01/t04: Fail 488 LibTest/core/List/sort/List/sort/A01/t04: Fail
489 LibTest/core/List/sort/List/sort/A01/t06: Fail 489 LibTest/core/List/sort/List/sort/A01/t06: Fail
490 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail 490 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail
491 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t01: Fail 491 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t01: Fail
492 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail 492 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail
493 LibTest/core/double/operator~div/double/operator~div/A01/t06: Fail 493 LibTest/core/double/operator~div/double/operator~div/A01/t06: Fail
494 LibTest/core/int/operator\^/int/operator\^/A01/t01: Fail 494 LibTest/core/int/operator\^/int/operator\^/A01/t01: Fail
495 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t01: Fail 495 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t01: Fail
496 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail 496 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail
497 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail 497 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail
498 LibTest/core/Math/asin/Math/asin/A01/t01: Skip # different results on Mac
499 LibTest/core/Math/acos/Math/acos/A01/t01: Skip # different results on Mac
500 LibTest/core/Math/atan/Math/atan/A01/t01: Skip # different results on Mac
501 LibTest/core/Math/tan/Math/tan/A01/t01: Skip # different results on Mac
498 502
499 503
500 [ $component == frog || $component == leg ] 504 [ $component == frog || $component == leg ]
501 LibTest/core/List/sort/List/sort/A01/t06: Skip # Timeout 505 LibTest/core/List/sort/List/sort/A01/t06: Skip # Timeout
502 506
503 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 507 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
504 LibTest/core/double/operatorLT/double/operatorLT/A01/t01: Fail 508 LibTest/core/double/operatorLT/double/operatorLT/A01/t01: Fail
505 LibTest/core/double/operatorLT/double/operatorLT/A01/t02: Fail 509 LibTest/core/double/operatorLT/double/operatorLT/A01/t02: Fail
506 LibTest/core/double/ceil/double/ceil/A01/t07: Fail 510 LibTest/core/double/ceil/double/ceil/A01/t07: Fail
507 LibTest/core/double/operatorMultiplication/double/operatorMultiplication/A01/t09 : Fail 511 LibTest/core/double/operatorMultiplication/double/operatorMultiplication/A01/t09 : Fail
(...skipping 27 matching lines...) Expand all
535 LibTest/core/Math/cos/Math/cos/A01/t01: Fail 539 LibTest/core/Math/cos/Math/cos/A01/t01: Fail
536 540
537 # Started failing after making @static-type-error non-negative. 541 # Started failing after making @static-type-error non-negative.
538 [ $component == frog || $component == frogsh || $component == leg ] 542 [ $component == frog || $component == frogsh || $component == leg ]
539 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail 543 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
540 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail 544 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
541 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail 545 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
542 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail 546 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail
543 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail 547 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail
544 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail 548 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
OLDNEW
« frog/presubmit.py ('K') | « frog/presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698