| Index: test/mozilla/mozilla.status
|
| ===================================================================
|
| --- test/mozilla/mozilla.status (revision 9808)
|
| +++ test/mozilla/mozilla.status (working copy)
|
| @@ -300,7 +300,12 @@
|
| js1_2/regexp/beginLine: FAIL_OK
|
| js1_2/regexp/endLine: FAIL_OK
|
|
|
| +# We no longer let calls to test and exec with no argument implicitly
|
| +# use the previous input.
|
| +js1_2/regexp/RegExp_input: FAIL_OK
|
| +js1_2/regexp/RegExp_input_as_array: FAIL_OK
|
|
|
| +
|
| # To be compatible with safari typeof a regexp yields 'function';
|
| # in firefox it yields 'object'.
|
| js1_2/function/regexparg-1: FAIL_OK
|
| @@ -410,12 +415,6 @@
|
| js1_5/extensions/regress-455413: FAIL_OK
|
|
|
|
|
| -# The spec specifies reverse evaluation order for < and >=.
|
| -# See section 11.8.2 and 11.8.5.
|
| -# We implement the spec here but the test tests the more straigtforward order.
|
| -ecma_3/Operators/order-01: FAIL_OK
|
| -
|
| -
|
| # Uses Mozilla-specific QName, XML, XMLList and Iterator.
|
| js1_5/Regress/regress-407323: FAIL_OK
|
| js1_5/Regress/regress-407957: FAIL_OK
|
|
|