OLD | NEW |
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 # We are now actually skipping these because of inter-test dependencies. | 6 # We are now actually skipping these because of inter-test dependencies. |
7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team):
Please triage this crash. | 7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team):
Please triage this crash. |
8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team)
: Please triage this crash. | 8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team)
: Please triage this crash. |
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team):
Please triage this crash. | 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team):
Please triage this crash. |
10 | 10 |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 Language/10_Expressions/22_Shift_A01_t12: Fail # language change 3368 | 266 Language/10_Expressions/22_Shift_A01_t12: Fail # language change 3368 |
267 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # Issue 1489,2439 | 267 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # Issue 1489,2439 |
268 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # Issue 1489 | 268 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # Issue 1489 |
269 Language/10_Expressions/29_Type_Test_A01_t02: Fail # language change 3368 | 269 Language/10_Expressions/29_Type_Test_A01_t02: Fail # language change 3368 |
270 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 | 270 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 |
271 Language/11_Statements/08_Switch_A06_t02: Fail, OK # out of date - case can use
any constant expression | 271 Language/11_Statements/08_Switch_A06_t02: Fail, OK # out of date - case can use
any constant expression |
272 Language/11_Statements/08_Switch_A06_t03: Fail, OK # out of date - case can use
any constant expression | 272 Language/11_Statements/08_Switch_A06_t03: Fail, OK # out of date - case can use
any constant expression |
273 Language/11_Statements/08_Switch_A06_t04: Fail, OK # out of date - case can use
any constant expression | 273 Language/11_Statements/08_Switch_A06_t04: Fail, OK # out of date - case can use
any constant expression |
274 | 274 |
275 | 275 |
| 276 # The following tests use hashCode() (function) instead of hashCode (getter). |
| 277 # co19 issue 273 |
| 278 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK |
| 279 LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK |
| 280 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK |
| 281 LibTest/core/Map/Map_class_A01_t03: Fail, OK |
| 282 LibTest/core/Set/remove_A01_t03: Fail, OK |
| 283 LibTest/core/Set/contains_A01_t03: Pass, OK |
| 284 LibTest/core/Set/addAll_A01_t04: Pass, OK |
| 285 LibTest/core/Set/remove_A01_t04: Pass, OK |
| 286 LibTest/core/Set/addAll_A01_t03: Fail, OK |
| 287 LibTest/core/Set/removeAll_A01_t03: Pass, OK |
| 288 LibTest/core/Set/forEach_A01_t03: Fail, OK |
| 289 LibTest/core/Set/add_A01_t03: Fail, OK |
| 290 LibTest/core/Set/filter_A01_t03: Fail, OK |
| 291 LibTest/core/String/hashCode_A01_t01: Pass, OK |
| 292 LibTest/core/int/hashCode_A01_t01: Pass, OK |
| 293 |
276 # The following tests use the deprecated catch syntax | 294 # The following tests use the deprecated catch syntax |
277 | 295 |
278 LibTest/core/Expect/equals_A02_t01: Fail, OK | 296 LibTest/core/Expect/equals_A02_t01: Fail, OK |
279 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK | 297 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK |
280 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail
, OK | 298 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail
, OK |
281 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O
K | 299 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O
K |
282 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail,
OK | 300 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail,
OK |
283 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O
K | 301 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O
K |
284 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail,
OK | 302 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail,
OK |
285 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O
K | 303 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O
K |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK | 355 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK |
338 Language/11_Statements/08_Switch_A06_t04: Fail, OK | 356 Language/11_Statements/08_Switch_A06_t04: Fail, OK |
339 Language/03_Overview/2_Privacy_A01_t11: Fail, OK | 357 Language/03_Overview/2_Privacy_A01_t11: Fail, OK |
340 Language/03_Overview/1_Scoping_A02_t28: Fail, OK | 358 Language/03_Overview/1_Scoping_A02_t28: Fail, OK |
341 Language/03_Overview/2_Privacy_A01_t18: Fail, OK | 359 Language/03_Overview/2_Privacy_A01_t18: Fail, OK |
342 Language/03_Overview/2_Privacy_A01_t08: Fail, OK | 360 Language/03_Overview/2_Privacy_A01_t08: Fail, OK |
343 | 361 |
344 | 362 |
345 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 363 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
346 *: Skip | 364 *: Skip |
OLD | NEW |