From cc1275a3bf02f711f7f8f2704dbd051ca16058fc Mon Sep 17 00:00:00 2001 From: Marcus Lagergren Date: Wed, 21 May 2014 16:12:40 +0200 Subject: [PATCH] 8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite Reviewed-by: sundar, attila --- .../apply_to_call => currently-failing}/apply_to_call_bench.js | 0 .../apply_to_call_bench.js.EXPECTED | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename nashorn/test/script/{basic/apply_to_call => currently-failing}/apply_to_call_bench.js (100%) rename nashorn/test/script/{basic/apply_to_call => currently-failing}/apply_to_call_bench.js.EXPECTED (100%) diff --git a/nashorn/test/script/basic/apply_to_call/apply_to_call_bench.js b/nashorn/test/script/currently-failing/apply_to_call_bench.js similarity index 100% rename from nashorn/test/script/basic/apply_to_call/apply_to_call_bench.js rename to nashorn/test/script/currently-failing/apply_to_call_bench.js diff --git a/nashorn/test/script/basic/apply_to_call/apply_to_call_bench.js.EXPECTED b/nashorn/test/script/currently-failing/apply_to_call_bench.js.EXPECTED similarity index 100% rename from nashorn/test/script/basic/apply_to_call/apply_to_call_bench.js.EXPECTED rename to nashorn/test/script/currently-failing/apply_to_call_bench.js.EXPECTED