Expect test to fail in unchecked mode as well.

Review URL: https://codereview.chromium.org//12886002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20065 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
lrn@google.com 2013-03-15 09:39:02 +00:00
parent 844cd39fad
commit 846795b170
2 changed files with 4 additions and 4 deletions

View file

@ -656,6 +656,8 @@ LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
LibTest/core/List/getRange_A02_t01: Fail # issue 391
# Issues with co19 test suite in checked mode.
[ $compiler == dart2js && $checked ]
LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 issue 367
@ -664,8 +666,6 @@ LibTest/core/Set/intersection_A01_t01: Fail # issue 390
LibTest/core/Set/intersection_A01_t02: Fail # issue 390
LibTest/core/Set/intersection_A01_t03: Fail # issue 390
LibTest/core/List/getRange_A02_t01: Fail # issue 391
# Issues with co19 test suite in unchecked mode.
[ $compiler == dart2js && $unchecked ]
LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390.

View file

@ -598,6 +598,8 @@ Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
LibTest/core/List/getRange_A02_t01: Fail # issue 391
[ $compiler == none && $runtime == vm && $unchecked ]
LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 issue 367
@ -611,8 +613,6 @@ LibTest/core/Set/intersection_A01_t01: Fail # issue 390
LibTest/core/Set/intersection_A01_t02: Fail # issue 390
LibTest/core/Set/intersection_A01_t03: Fail # issue 390
LibTest/core/List/getRange_A02_t01: Fail # issue 391
[ $compiler == none && $runtime == vm && $unchecked ]
LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.