-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b96
-
generic
-
windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163772 | 8u121 | Michael Haupt | P2 | Resolved | Fixed | b01 |
JDK-8156749 | 8u112 | Michael Haupt | P2 | Closed | Fixed | b01 |
JDK-8167939 | emb-8u121 | Unassigned | P2 | Resolved | Fixed | b01 |
with latest jdk9-dev tip build set as JAVA_HOME, nashorn's ant test fails to complete.
[testng] Test(compile, run): test\script\trusted\event_queue.js
[testng] jjs [<options>] <files> [-- <arguments>]
[testng] "Illegal char <:> at index 15: --log=recompile:quiet" is not a recognized option. Use "-h" or "-help" to see a list of all supported options.
[testng]
[testng]
[testng] Test(compile, run): test\script\trusted\getenv.js
[testng] Test(compile, run): test\script\trusted\optimistic_recompilation.js
[testng] jjs [<options>] <files> [-- <arguments>]
[testng] "Illegal char <:> at index 15: --log=recompile:quiet" is not a recognized option. Use "-h" or "-help" to see a list of all supported options.
[testng]
[testng]
[testng] Test(compile, run): test\script\trusted\urlreader.js
[testng]
[testng] ===============================================
[testng] Ant suite
[testng] Total tests run: 1558, Failures: 2, Skips: 0
[testng] ===============================================
[testng]
[testng] [TestNG] Time taken by org.testng.reporters.jq.Main@f6c48ac: 513 ms
[testng] [TestNG] Time taken by [FailedReporter passed=1556 failed=2 skipped=0]: 146 ms
[testng] [TestNG] Time taken by org.testng.reporters.EmailableReporter@271053e1: 874 ms
[testng] [TestNG] Time taken by jdk.nashorn.internal.test.framework.JSJUnitReportReporter@6500df86: 307 ms
[testng] [TestNG] Time taken by org.testng.reporters.SuiteHTMLReporter@5622fdf: 3489 ms
[testng] [TestNG] Time taken by org.testng.reporters.XMLReporter@553f17c: 190 ms
BUILD FAILED
D:\src\jdk9-dev\nashorn\make\build.xml:552: The following error occurred while executing this line:
D:\src\jdk9-dev\nashorn\make\build.xml:513: The tests failed.
Total time: 4 minutes 27 seconds
The regression is seen on Windows 7 after fix forJDK-8143642
[testng] Test(compile, run): test\script\trusted\event_queue.js
[testng] jjs [<options>] <files> [-- <arguments>]
[testng] "Illegal char <:> at index 15: --log=recompile:quiet" is not a recognized option. Use "-h" or "-help" to see a list of all supported options.
[testng]
[testng]
[testng] Test(compile, run): test\script\trusted\getenv.js
[testng] Test(compile, run): test\script\trusted\optimistic_recompilation.js
[testng] jjs [<options>] <files> [-- <arguments>]
[testng] "Illegal char <:> at index 15: --log=recompile:quiet" is not a recognized option. Use "-h" or "-help" to see a list of all supported options.
[testng]
[testng]
[testng] Test(compile, run): test\script\trusted\urlreader.js
[testng]
[testng] ===============================================
[testng] Ant suite
[testng] Total tests run: 1558, Failures: 2, Skips: 0
[testng] ===============================================
[testng]
[testng] [TestNG] Time taken by org.testng.reporters.jq.Main@f6c48ac: 513 ms
[testng] [TestNG] Time taken by [FailedReporter passed=1556 failed=2 skipped=0]: 146 ms
[testng] [TestNG] Time taken by org.testng.reporters.EmailableReporter@271053e1: 874 ms
[testng] [TestNG] Time taken by jdk.nashorn.internal.test.framework.JSJUnitReportReporter@6500df86: 307 ms
[testng] [TestNG] Time taken by org.testng.reporters.SuiteHTMLReporter@5622fdf: 3489 ms
[testng] [TestNG] Time taken by org.testng.reporters.XMLReporter@553f17c: 190 ms
BUILD FAILED
D:\src\jdk9-dev\nashorn\make\build.xml:552: The following error occurred while executing this line:
D:\src\jdk9-dev\nashorn\make\build.xml:513: The tests failed.
Total time: 4 minutes 27 seconds
The regression is seen on Windows 7 after fix for
- backported by
-
JDK-8163772 Regression: two tests fail on Windows with "ant test" target
- Resolved
-
JDK-8167939 Regression: two tests fail on Windows with "ant test" target
- Resolved
-
JDK-8156749 Regression: two tests fail on Windows with "ant test" target
- Closed
- duplicates
-
JDK-8143642 Nashorn shebang argument handling is broken
- Resolved
- relates to
-
JDK-8143642 Nashorn shebang argument handling is broken
- Resolved
-
JDK-8144221 fix Nashorn shebang argument handling on Mac/Linux
- Resolved
(1 relates to)