| Index: test/mozilla/mozilla.status
|
| ===================================================================
|
| --- test/mozilla/mozilla.status (revision 9531)
|
| +++ test/mozilla/mozilla.status (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2009 the V8 project authors. All rights reserved.
|
| +# Copyright 2011 the V8 project authors. All rights reserved.
|
| # Redistribution and use in source and binary forms, with or without
|
| # modification, are permitted provided that the following conditions are
|
| # met:
|
| @@ -69,7 +69,6 @@
|
| ecma_3/Date/15.9.3.2-1: SKIP
|
| js1_2/function/Number: SKIP
|
|
|
| -
|
| ##################### SLOW TESTS #####################
|
|
|
| # This takes a long time to run (~100 seconds). It should only be run
|
| @@ -227,7 +226,7 @@
|
| ecma/String/15.5.4.12-5: FAIL_OK
|
|
|
| # Creates a linked list of arrays until we run out of memory or timeout.
|
| -js1_5/Regress/regress-312588: FAIL || TIMEOUT
|
| +js1_5/Regress/regress-312588: SKIP
|
|
|
|
|
| # Runs out of memory because it compiles huge functions.
|
| @@ -619,6 +618,10 @@
|
| # We do not correctly handle assignments within "with"
|
| /ecma_3/Statements/12.10-01: FAIL
|
|
|
| +# We do not throw an exception when a const is redeclared.
|
| +# (We only fail section 1 of the test.)
|
| +js1_5/Regress/regress-103602: FAIL
|
| +
|
| ##################### MOZILLA EXTENSION TESTS #####################
|
|
|
| ecma/extensions/15.1.2.1-1: FAIL_OK
|
|
|