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], |