<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I should probably have posted this here as well...<br>
<br>
There is a newer webrev than the one below at:<br>
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~ihse/make-test-in-build-an-option/webrev.01/">http://cr.openjdk.java.net/~ihse/make-test-in-build-an-option/webrev.01/</a><br>
<br>
This adds:<br>
* Skip building test_gamma if TEST_IN_BUILD is not enabled<br>
* If cross-compiling, set TEST_IN_BUILD to false instead of making
an early exit in test_gamma.<br>
<br>
/Magnus<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">Subject: </th>
<td>Request for Review: Make the Queens test ("test in build")
an option that can be disabled</td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">Date: </th>
<td>Mon, 14 May 2012 15:05:10 +0200</td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">From: </th>
<td>Magnus Ihse Bursie <a class="moz-txt-link-rfc2396E" href="mailto:magnus.ihse.bursie@oracle.com"><magnus.ihse.bursie@oracle.com></a></td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:hotspot-dev@openjdk.java.net">hotspot-dev@openjdk.java.net</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>As part of the new build system created in the build-infra project, we
want to make it a configurable option wether or not to run the Queens
test as part of the build.
Here is a patch that introduces a new make variable, TEST_IN_BUILD,
which controls wether to run the Queens test (test_gamma.sh) or not. If
the variable is not explicitely set, it will default to true, mening
that the default behaviour will be as before, that is, to run the Queens
test. However, if you (or configure) explicitely set it to false, the
Queens test will be skipped.
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~ihse/make-test-in-build-an-option/webrev.00">http://cr.openjdk.java.net/~ihse/make-test-in-build-an-option/webrev.00</a>
/Magnus
</pre>
</body>
</html>