-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b20
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064139 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8055606 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b04 |
JDK-8070376 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
Following ant build.xml file change was done to ensure lazy compilation is switched off for test run.
hg diff
diff -r 344ec7352124 make/project.properties
--- a/make/project.properties Thu Jun 12 15:37:37 2014 -0700
+++ b/make/project.properties Mon Jun 16 18:01:40 2014 +0530
@@ -139,8 +139,12 @@
test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
# framework root for our script tests
-test-sys-prop.test.js.framework=${test.script.dir}/assert.js
-test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
+test-sys-prop.test.js.framework=\
+ --lazy-compilation=false \
+ ${test.script.dir}/assert.js
+test-sys-prop-no-security.test.js.framework=\
+ --lazy-compilation=false \
+ ${test.script.dir}/assert.js
# Control the verbosity of ParserTest
test-sys-prop.parsertest.verbose=false
hg diff
diff -r 344ec7352124 make/project.properties
--- a/make/project.properties Thu Jun 12 15:37:37 2014 -0700
+++ b/make/project.properties Mon Jun 16 18:01:40 2014 +0530
@@ -139,8 +139,12 @@
test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
# framework root for our script tests
-test-sys-prop.test.js.framework=${test.script.dir}/assert.js
-test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
+test-sys-prop.test.js.framework=\
+ --lazy-compilation=false \
+ ${test.script.dir}/assert.js
+test-sys-prop-no-security.test.js.framework=\
+ --lazy-compilation=false \
+ ${test.script.dir}/assert.js
# Control the verbosity of ParserTest
test-sys-prop.parsertest.verbose=false
- backported by
-
JDK-8055606 Make sure that there is no difference in test exercise behavior between lazy and non lazy
-
- Resolved
-
-
JDK-8064139 Make sure that there is no difference in test exercise behavior between lazy and non lazy
-
- Resolved
-
-
JDK-8070376 Make sure that there is no difference in test exercise behavior between lazy and non lazy
-
- Resolved
-
- relates to
-
JDK-8042304 Fuzzing jdk9/dev/nashorn
-
- Resolved
-