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

Unified Diff: tests/html/html.status

Issue 10909166: Rename NoSuchMethodException to NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/hidden_dom_2_test.dart ('k') | tests/html/inner_frame_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 4708ab463b53e625bb581d2ae850f8a1a5c7b61e..f8f85959f6484f5ec4a1a424a481fd0a26224338 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -188,7 +188,7 @@ typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function.
[ $compiler == dart2js && $runtime == ff ]
-cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
+cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodError : method not found: 'get$status'
xhr_test: Skip # Timeout
inner_frame_test: Skip # Timeout
svg_3_test: Skip # Timeout
@@ -202,5 +202,5 @@ js_interop_2_test: Fail # Issue 4658.
[ $compiler == dart2js && $checked && $browser]
fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name'
-cross_frame_test: Fail # Caught NoSuchMethodException : method not found: 'is$_WindowImpl'
-window_open_test: Fail # Caught NoSuchMethodException : method not found: 'is$_WindowImpl'
+cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_WindowImpl'
+window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_WindowImpl'
« no previous file with comments | « tests/html/hidden_dom_2_test.dart ('k') | tests/html/inner_frame_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698