Status file update for r38555: Testing framework cannot determine CompileTimeErrors on drt/dartium
R=whesse@google.com Review URL: https://codereview.chromium.org//415333006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38572 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -42,6 +42,9 @@ symbol_reserved_word_test/01: CompileTimeError
|
||||
[ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
||||
symbol_reserved_word_test/02: CompileTimeError # bug 20191
|
||||
|
||||
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
||||
symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors
|
||||
|
||||
# new Symbol('void') should be allowed.
|
||||
[ $compiler == dart2js ]
|
||||
symbol_reserved_word_test/03: RuntimeError # bug 19972
|
||||
@@ -53,6 +56,11 @@ symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
|
||||
symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
|
||||
symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
|
||||
|
||||
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
||||
symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
||||
symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
||||
symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
||||
|
||||
# With the exception of 'void', new Symbol() should not accept reserved words.
|
||||
[ $compiler == none || $compiler == dart2dart ]
|
||||
symbol_reserved_word_test/06: RuntimeError # bug 11669
|
||||
|
||||
@@ -391,6 +391,9 @@ performance_api_test/supported: Fail
|
||||
speechrecognition_test/supported: Fail
|
||||
websql_test/supported: Fail
|
||||
|
||||
[ $runtime == ff && $system != windows ]
|
||||
element_types_test/supported_track: Fail # Fails on FF 29, passes on FF 31
|
||||
|
||||
[ $runtime == ff ]
|
||||
xhr_test/xhr: Pass, Fail # Issue 11602
|
||||
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
|
||||
@@ -405,7 +408,6 @@ element_types_test/supported_details: Fail
|
||||
element_types_test/supported_embed: Fail
|
||||
element_types_test/supported_keygen: Fail
|
||||
element_types_test/supported_object: Fail
|
||||
element_types_test/supported_track: Fail
|
||||
fileapi_test/supported: Fail
|
||||
indexeddb_1_test/supportsDatabaseNames: Fail
|
||||
input_element_test/supported_date: Fail
|
||||
|
||||
Reference in New Issue
Block a user