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

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

Issue 9419050: Allow to invoke fields as if they were methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update status files Created 8 years, 10 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 | « frog/tests/leg_only/src/Closure7Test.dart ('k') | tests/language/language-leg.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) 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 == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Promise/*: Skip 9 LibTest/core/Promise/*: Skip
10 LibTest/core/Proxy/*: Skip 10 LibTest/core/Proxy/*: Skip
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 LibTest/core/RegExp/firstMatch_A02_t01: Fail 903 LibTest/core/RegExp/firstMatch_A02_t01: Fail
904 LibTest/core/RegExp/firstMatch_A03_t01: Fail 904 LibTest/core/RegExp/firstMatch_A03_t01: Fail
905 LibTest/core/RegExp/hasMatch_A01_t01: Fail 905 LibTest/core/RegExp/hasMatch_A01_t01: Fail
906 LibTest/core/RegExp/hasMatch_A02_t01: Fail 906 LibTest/core/RegExp/hasMatch_A02_t01: Fail
907 LibTest/core/RegExp/ignoreCase_A01_t01: Fail 907 LibTest/core/RegExp/ignoreCase_A01_t01: Fail
908 LibTest/core/RegExp/multiLine_A01_t01: Fail 908 LibTest/core/RegExp/multiLine_A01_t01: Fail
909 LibTest/core/RegExp/pattern_A01_t01: Fail 909 LibTest/core/RegExp/pattern_A01_t01: Fail
910 LibTest/core/RegExp/stringMatch_A01_t01: Fail 910 LibTest/core/RegExp/stringMatch_A01_t01: Fail
911 LibTest/core/RegExp/stringMatch_A02_t01: Fail 911 LibTest/core/RegExp/stringMatch_A02_t01: Fail
912 LibTest/core/SendPort/call_A01_t01: Fail 912 LibTest/core/SendPort/call_A01_t01: Fail
913 LibTest/core/SendPort/call/SendPort_call_A01_t01: Fail
913 LibTest/core/SendPort/hashCode_A01_t01: Fail 914 LibTest/core/SendPort/hashCode_A01_t01: Fail
914 LibTest/core/SendPort/operator_equality_A01_t01: Fail 915 LibTest/core/SendPort/operator_equality_A01_t01: Fail
915 LibTest/core/SendPort/send_A01_t01: Fail 916 LibTest/core/SendPort/send_A01_t01: Fail
916 LibTest/core/SendPort/send_A02_t01: Fail 917 LibTest/core/SendPort/send_A02_t01: Fail
917 LibTest/core/SendPort/send_A02_t02: Fail 918 LibTest/core/SendPort/send_A02_t02: Fail
918 LibTest/core/SendPort/send_A03_t01: Fail 919 LibTest/core/SendPort/send_A03_t01: Fail
919 LibTest/core/SendPort/send_A03_t02: Fail 920 LibTest/core/SendPort/send_A03_t02: Fail
920 LibTest/core/Set/Set.from_A01_t01: Fail 921 LibTest/core/Set/Set.from_A01_t01: Fail
921 LibTest/core/Set/Set.from_A01_t02: Fail 922 LibTest/core/Set/Set.from_A01_t02: Fail
922 LibTest/core/Set/Set.from_A02_t01: Fail 923 LibTest/core/Set/Set.from_A02_t01: Fail
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 LibTest/core/int/operator_remainder_A01_t02: Fail 1211 LibTest/core/int/operator_remainder_A01_t02: Fail
1211 LibTest/core/int/operator_remainder_A01_t03: Fail 1212 LibTest/core/int/operator_remainder_A01_t03: Fail
1212 LibTest/core/int/operator_right_shift_A01_t03: Fail 1213 LibTest/core/int/operator_right_shift_A01_t03: Fail
1213 LibTest/core/int/operator_subtraction_A01_t01: Fail 1214 LibTest/core/int/operator_subtraction_A01_t01: Fail
1214 LibTest/core/int/operator_truncating_division_A01_t01: Fail 1215 LibTest/core/int/operator_truncating_division_A01_t01: Fail
1215 LibTest/core/int/operator_truncating_division_A01_t02: Fail 1216 LibTest/core/int/operator_truncating_division_A01_t02: Fail
1216 LibTest/core/int/remainder_A01_t01: Fail 1217 LibTest/core/int/remainder_A01_t01: Fail
1217 LibTest/core/int/remainder_A01_t02: Fail 1218 LibTest/core/int/remainder_A01_t02: Fail
1218 LibTest/core/int/remainder_A01_t03: Fail 1219 LibTest/core/int/remainder_A01_t03: Fail
1219 LibTest/core/int/round_A01_t01: Fail 1220 LibTest/core/int/round_A01_t01: Fail
1220 LibTest/core/int/toDouble_A01_t01: Fail 1221 LibTest/core/int/toDouble_A01_t01: Crash
1221 LibTest/core/int/toInt_A01_t01: Fail 1222 LibTest/core/int/toInt_A01_t01: Fail
1222 LibTest/core/int/toRadixString_A01_t01: Fail 1223 LibTest/core/int/toRadixString_A01_t01: Fail
1223 LibTest/core/int/toStringAsExponential_A01_t01: Fail 1224 LibTest/core/int/toStringAsExponential_A01_t01: Fail
1224 LibTest/core/int/toStringAsFixed_A01_t01: Fail 1225 LibTest/core/int/toStringAsFixed_A01_t01: Fail
1225 LibTest/core/int/toStringAsPrecision_A01_t01: Fail 1226 LibTest/core/int/toStringAsPrecision_A01_t01: Fail
1226 LibTest/core/int/truncate_A01_t01: Fail 1227 LibTest/core/int/truncate_A01_t01: Fail
OLDNEW
« no previous file with comments | « frog/tests/leg_only/src/Closure7Test.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698