You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>All compilers are expected to be able to compile to the C99 language standard, as some C99 features are used in the source code. Microsoft Visual Studio doesn't fully support C99 so in practice shared code is limited to using C99 features that it does support.</p>
299
300
<h3id="gcc">gcc</h3>
300
301
<p>The minimum accepted version of gcc is 4.8. Older versions will generate a warning by <code>configure</code> and are unlikely to work.</p>
301
302
<p>The JDK is currently known to be able to compile with at least version 7.4 of gcc.</p>
<p>Use additional problem lists file or files, in addition to the default ProblemList.txt located at the JTReg test roots.</p>
148
148
<p>If multiple file names are specified, they should be separated by space (or, to help avoid quoting issues, the special value <code>%20</code>).</p>
149
149
<p>The file names should be either absolute, or relative to the JTReg test root of the tests to be run.</p>
150
+
<h4id="run_problem_lists">RUN_PROBLEM_LISTS</h4>
151
+
<p>Use the problem lists to select tests instead of excluding them.</p>
152
+
<p>Set to <code>true</code> or <code>false</code>. If <code>true</code>, JTReg will use <code>-match:</code> option, otherwise <code>-exclude:</code> will be used. Default is <code>false</code>.</p>
150
153
<h4id="options">OPTIONS</h4>
151
154
<p>Additional options to the JTReg test framework.</p>
152
155
<p>Use <code>JTREG="OPTIONS=--help all"</code> to see all available JTReg options.</p>
0 commit comments