Few test262 tests failed with that change - in particular because of
--function-statement-error option in project.properties. This is because
test262 tests use function-declaration-as-statement in few tests. But
"bestPractice" tests check that function-declarations are not used as
statements!!! - So we can not pass both test262 and bestPractice
(test262) tests by the same run.
I've excluded "bestPractice" tests and removed
--function-statement-error option for now.
Updated webrev is here:
http://cr.openjdk.java.net/~sundar/8016550/webrev.01/
-Sundar
On Monday 17 June 2013 09:18 AM, A. Sundararajan wrote:
Please review http://cr.openjdk.java.net/~sundar/8016550/
In addition to default change, I made the following changes:
* Removed --anon-functions/ -af option (covered already by
--no-syntax-exceptions / -nse option)
* Made all short-names to have single "-" (--ccs -> -ccs, --nse -> -nse)
* Added --function-statement-error for test262 error - previously few
negative tests were passing for the wrong reasons.
-Sundar