< prev index next >

test/Makefile

Print this page
rev 8274 : 8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
Reviewed-by: sla, gtriantafill

*** 260,269 **** --- 260,271 ---- endif # Default JTREG to run JTREG = $(JT_HOME)/bin/jtreg + # Use agent mode + JTREG_BASIC_OPTIONS += -agentvm # Only run automatic tests JTREG_BASIC_OPTIONS += -a # Report details on all failed or error tests, times too JTREG_BASIC_OPTIONS += -v:fail,error,time # Retain all files for failing tests
< prev index next >