hotspot/test/Makefile
changeset 29075 ad5e1490d635
parent 29071 73f45d04ad7a
child 29179 8836e3bd543b
equal deleted inserted replaced
29074:fbd83ffd242b 29075:ad5e1490d635
   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:all
   274 JTREG_BASIC_OPTIONS += -retain:fail,error
   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