Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
changeset 860:6f3a4acb49fe
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
Reviewed-by: sundar, attila
author | lagergren |
---|---|
date | Tue, 20 May 2014 10:40:28 +0200 |
parents | c5612f4c4b61 |
children | 6fc56d9cbb73 |
files | test/script/basic/run-octane.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/script/basic/run-octane.js Mon May 19 18:24:12 2014 +0200 +++ b/test/script/basic/run-octane.js Tue May 20 10:40:28 2014 +0200 @@ -173,7 +173,7 @@ } mean_score /= iters; } catch (e) { - print_always("*** Aborted and setting score to zero. Reason: " + e); + print_always(arg, "*** Aborted and setting score to zero. Reason: " + e); if (e instanceof java.lang.Throwable) { e.printStackTrace(); }