| 6 |
# $Id$ |
# $Id$ |
| 7 |
# --------------------------------------------------------------------------- |
# --------------------------------------------------------------------------- |
| 8 |
|
|
| 9 |
# ----- Restrict to test cases matching this pattern ----- |
|
| 10 |
#testcase = Executors |
# ----- Turn on -warnunchecked? (default false) ----- |
| 11 |
|
build.warnunchecked = false |
| 12 |
|
|
| 13 |
|
|
| 14 |
|
# ----- Skip java.lang.Thread* classes? (default false) ----- |
| 15 |
|
build.nothreads = false |
| 16 |
|
|
| 17 |
|
|
| 18 |
|
# ----- Restrict to test cases matching this pattern (omit trailing "Test") ----- |
| 19 |
|
#testcase = PriorityQueue |