| 6 |
# $Id$ |
# $Id$ |
| 7 |
# --------------------------------------------------------------------------- |
# --------------------------------------------------------------------------- |
| 8 |
|
|
| 9 |
# ----- Restrict to test cases matching this pattern ----- |
|
| 10 |
#testcase = Executors |
# ----- Which gj compiler: 2.0 or 2.2? (default 2.0) ----- |
| 11 |
|
gjc.version = 2.0 |
| 12 |
|
|
| 13 |
|
|
| 14 |
|
# ----- Turn on -novariance? (default true, ignored in version 2.1) ----- |
| 15 |
|
gjc.novariance = true |
| 16 |
|
|
| 17 |
|
|
| 18 |
|
# ----- Turn on -warnunchecked? (default false) ----- |
| 19 |
|
gjc.warnunchecked = false |
| 20 |
|
|
| 21 |
|
|
| 22 |
|
# ----- Skip java.lang.Thread* classes? (default false) ----- |
| 23 |
|
build.nothreads = false |
| 24 |
|
|
| 25 |
|
|
| 26 |
|
# ----- Use emulation classes? (default true for Windows, false otherwise) ----- |
| 27 |
|
#build.emulation = true |
| 28 |
|
|
| 29 |
|
|
| 30 |
|
# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- |
| 31 |
|
#testcase = PriorityQueue |