hotspot/test/Makefile
changeset 29071 73f45d04ad7a
parent 28023 a4075664328d
child 29075 ad5e1490d635
equal deleted inserted replaced
29069:938c1c97ad3b 29071:73f45d04ad7a
   269 # Only run automatic tests
   269 # Only run automatic tests
   270 JTREG_BASIC_OPTIONS += -a
   270 JTREG_BASIC_OPTIONS += -a
   271 # Report details on all failed or error tests, times too
   271 # Report details on all failed or error tests, times too
   272 JTREG_BASIC_OPTIONS += -v:fail,error,time
   272 JTREG_BASIC_OPTIONS += -v:fail,error,time
   273 # Retain all files for failing tests
   273 # Retain all files for failing tests
   274 JTREG_BASIC_OPTIONS += -retain:fail,error
   274 JTREG_BASIC_OPTIONS += -retain:all
   275 # Ignore tests are not run and completely silent about it
   275 # Ignore tests are not run and completely silent about it
   276 JTREG_IGNORE_OPTION = -ignore:quiet
   276 JTREG_IGNORE_OPTION = -ignore:quiet
   277 JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)
   277 JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)
   278 # Multiply by 4 the timeout factor
   278 # Multiply by 4 the timeout factor
   279 JTREG_TIMEOUT_OPTION =  -timeoutFactor:4
   279 JTREG_TIMEOUT_OPTION =  -timeoutFactor:4