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

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

Issue 17825002: Remove support for 'argument definitions test' from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove SentinelConstant. Created 7 years, 6 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
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 == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 LibTest/async/Future/wait_A02_t02: Fail # TODO(ahe): Please triage this failure. 122 LibTest/async/Future/wait_A02_t02: Fail # TODO(ahe): Please triage this failure.
123 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(ahe): Please triage this failure. 123 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(ahe): Please triage this failure.
124 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(ahe): Please triage this failure. 124 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(ahe): Please triage this failure.
125 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(ahe): Please triage this failure. 125 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(ahe): Please triage this failure.
126 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(ahe): Please triage this failure. 126 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(ahe): Please triage this failure.
127 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(ahe): Please triage this failure. 127 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(ahe): Please triage this failure.
128 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(ahe): Please triage this failure. 128 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(ahe): Please triage this failure.
129 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(ahe): Please tria ge this failure. 129 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(ahe): Please tria ge this failure.
130 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(ahe): Please tri age this failure. 130 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(ahe): Please tri age this failure.
131 LibTest/core/List/List_A01_t02: Fail # TODO(ahe): Please triage this failure. 131 LibTest/core/List/List_A01_t02: Fail # TODO(ahe): Please triage this failure.
132 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure .
132 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 133 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
133 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 134 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
134 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please tria ge this failure. 135 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please tria ge this failure.
135 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please triage this failure. 136 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please triage this failure.
136 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 137 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
137 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 138 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
138 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 139 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
139 140
140 141
141 [ $compiler == dart2js && $runtime == jsshell ] 142 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 363
363 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 364 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
364 365
365 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 366 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
366 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 367 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
367 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 368 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
368 369
369 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 370 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
370 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 371 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
371 372
373 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
374 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
375 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
376 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
377 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
378
372 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 379 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
373 380
374 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 381 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
375 382
376 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 383 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
377 384
378 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 385 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
379 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316 386 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316
380 387
381 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379. 388 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 748 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 749 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
743 750
744 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 751 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
745 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 752 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
746 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 753 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
747 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 754 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
748 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 755 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/compiler/dart2js_extra/argument_definition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698