equal
deleted
inserted
replaced
146 -jtoptions:-Ejck.env.compiler.compRefExecute.groupMode.groupSize=$(JCK_GROUP_SIZE) |
146 -jtoptions:-Ejck.env.compiler.compRefExecute.groupMode.groupSize=$(JCK_GROUP_SIZE) |
147 ### The following is not supported. Awaiting RFE 6924287 |
147 ### The following is not supported. Awaiting RFE 6924287 |
148 ### 6924287: Jck4Jdk: Allow to configure test group size for group mode via simple command line option |
148 ### 6924287: Jck4Jdk: Allow to configure test group size for group mode via simple command line option |
149 ### JCK_RUNTIME_OPTIONS += \ |
149 ### JCK_RUNTIME_OPTIONS += \ |
150 ### -jtoptions:-Ejck.env.runtime.testCompile.groupMode.groupSize=$(JCK_GROUP_SIZE) |
150 ### -jtoptions:-Ejck.env.runtime.testCompile.groupMode.groupSize=$(JCK_GROUP_SIZE) |
|
151 endif |
|
152 |
|
153 # Timeouts -- by default, increase test timeouts when running on JPRT |
|
154 ifdef JPRT_JOB_ID |
|
155 ifndef JTREG_TIMEOUT_FACTOR |
|
156 JTREG_TIMEOUT_FACTOR = 3 |
|
157 endif |
|
158 endif |
|
159 ifdef JTREG_TIMEOUT_FACTOR |
|
160 JTREG_OPTIONS += -timeoutFactor:$(JTREG_TIMEOUT_FACTOR) |
151 endif |
161 endif |
152 |
162 |
153 # Assertions: some tests show failures when assertions are enabled. |
163 # Assertions: some tests show failures when assertions are enabled. |
154 # Since javac is typically loaded via the bootclassloader (either via TESTJAVA |
164 # Since javac is typically loaded via the bootclassloader (either via TESTJAVA |
155 # or TESTBOOTCLASSPATH), you may need -esa to enable assertions in javac. |
165 # or TESTBOOTCLASSPATH), you may need -esa to enable assertions in javac. |