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

Unified Diff: test/mozilla/mozilla.status

Issue 1904313004: Remove more dead code after Object.observe removal (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark outdated mozilla tests as FAIL Created 4 years, 8 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 | « test/mjsunit/regress/regress-1240.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index 0f7d4aa1ba9f0c20aa52704690c939d71ea2b5ea..955dca47ac6cf8e8ee1ea7fc273be66324e49805 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -81,6 +81,11 @@
'ecma/String/15.5.4.8-1': [FAIL],
'ecma/String/15.5.4.9-1': [FAIL],
+ # __defineGetter__ is spec'ed in ES2016+ to respect readonly properties
+ # and throw. These tests fail in modern Firefox (tested: 38.7.1) too.
+ 'js1_5/extensions/regress-313500': [FAIL],
+ 'js1_5/extensions/regress-325269': [FAIL],
+
# Date.prototype is an Object, not a Date
'ecma/Date/15.9.5': [FAIL],
« no previous file with comments | « test/mjsunit/regress/regress-1240.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698