Tripped up by the two different language.status files. AGAIN.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13502 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
efortuna@google.com
2012-10-10 20:59:49 +00:00
parent e01b80da2c
commit 81cbd6d83a
2 changed files with 3 additions and 5 deletions
-5
View File
@@ -219,11 +219,6 @@ import_combinators_test: Fail
export_test: Fail # Issue 5785
export_cyclic_test: Fail # Issue 5785
[ $compiler == drt && $runtime == ff ]
export_test: Fail # Issue 5785
export_cyclic_test: Fail # Issue 5785
generic_creation_test: Fail # Issue 5785
[ $runtime == dartium ]
import_combinators_test: Fail
+3
View File
@@ -332,6 +332,9 @@ assign_top_method_negative_test: Crash
call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
double_to_string_as_fixed_test: Fail
export_test: Fail # Issue 5785
export_cyclic_test: Fail # Issue 5785
generic_creation_test: Fail # Issue 5785l
[ $compiler == dart2js && $runtime == ie ]