ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 16:39:49 2022 UTC (16 months, 4 weeks ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.275: +1 -1 lines
Diff to previous 1.275
whitespace

Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 21:29:24 2022 UTC (2 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.274: +10 -3 lines
Diff to previous 1.274
Updates for jdk17+

Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 16:26:19 2022 UTC (2 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.273: +23 -7 lines
Diff to previous 1.273
Test additions

Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 02:13:22 2021 UTC (3 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.272: +1 -1 lines
Diff to previous 1.272
typo

Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:06 2021 UTC (3 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.271: +144 -27 lines
Diff to previous 1.271
Replace Integer with Item class

Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Sat Feb 1 18:52:17 2020 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.270: +2 -1 lines
Diff to previous 1.270
testTimedCallable: make test independent of cancel(true) interrupt behavior

Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Sun Sep 29 20:18:35 2019 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.269: +8 -1 lines
Diff to previous 1.269
add T chooseRandomly(List<T> choices)

Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 20:48:52 2019 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.268: +1 -1 lines
Diff to previous 1.268
whitespace

Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 01:59:57 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.267: +31 -2 lines
Diff to previous 1.267
add testBlockers methods to check management interface

Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 16:08:56 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.266: +1 -1 lines
Diff to previous 1.266
elide unwanted newlines for profile reports

Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 17:40:05 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.265: +36 -17 lines
Diff to previous 1.265
Handle changes to Reference Handler stacktrace due to JDK-8156500

Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 15:03:44 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.264: +4 -4 lines
Diff to previous 1.264
rename checkForWedgedTest -> WedgedTestDetector

Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 14:28:47 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.263: +2 -2 lines
Diff to previous 1.263
add Common-Cleaner to list of uninteresting threads to filter out of thread dumps

Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 22:05:30 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.262: +0 -13 lines
Diff to previous 1.262
delete assertTerminatesPromptly experiment

Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 21:26:24 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.261: +1 -1 lines
Diff to previous 1.261
whitespace

Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 20:51:26 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.260: +19 -7 lines
Diff to previous 1.260
Improve error reporting in awaitTermination(Thread); introduce LONGER_DELAY_MS

Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 17:27:07 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.259: +2 -2 lines
Diff to previous 1.259
call dumpTestThreads at most once per test method

Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Thu Aug 22 22:27:57 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.258: +5 -5 lines
Diff to previous 1.258
whitespace

Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Tue Aug 20 23:06:11 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.257: +6 -5 lines
Diff to previous 1.257
awaitTermination: report the thread state on timeout

Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 23:06:11 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.256: +21 -0 lines
Diff to previous 1.256
fix very rare race in testInterruptedFailingAcquire

Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Sun Aug 11 22:29:26 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.255: +7 -0 lines
Diff to previous 1.255
more assertions; more interleavings

Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Sun Jul 28 18:09:25 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.254: +3 -2 lines
Diff to previous 1.254
timeoutMinutes should take delay factor into account

Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 17:36:09 2019 UTC (5 years ago) by jsr166
Branch: MAIN
Changes since 1.253: +1 -0 lines
Diff to previous 1.253
Add HashtableTest, leveraging MapTest infrastructure

Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 19:27:47 2019 UTC (5 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.252: +4 -5 lines
Diff to previous 1.252
improve assertThrows tests

Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 04:35:16 2019 UTC (5 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.251: +6 -0 lines
Diff to previous 1.251
add support for java 17

Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 16:59:55 2018 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.250: +1 -0 lines
Diff to previous 1.250
Add LinkedHashMapTest

Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 21:48:19 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.249: +1 -0 lines
Diff to previous 1.249
appease errorprone [MissingCasesInEnumSwitch]

Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 21:41:20 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.248: +0 -8 lines
Diff to previous 1.248
delete SmallPossiblyInterruptedRunnable

Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 21:14:51 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.247: +49 -69 lines
Diff to previous 1.247
continue to move infrastructure away from threadAssert* methods

Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 21:37:31 2018 UTC (5 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.246: +6 -6 lines
Diff to previous 1.246
Fix errorprone warning [AssertionFailureIgnored]

Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 21:25:16 2018 UTC (5 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.245: +10 -6 lines
Diff to previous 1.245
Fix errorprone warning [AssertionFailureIgnored]

Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 21:19:14 2018 UTC (5 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.244: +3 -1 lines
Diff to previous 1.244
Fix errorprone warning [AssertionFailureIgnored]

Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 18:09:58 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.243: +1 -0 lines
Diff to previous 1.243
add atLeastJava11

Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 03:36:54 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.242: +41 -0 lines
Diff to previous 1.242
better testing of collection copies

Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 16:12:11 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.241: +0 -20 lines
Diff to previous 1.241
remove RunnableShouldThrow

Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 16:20:42 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.240: +9 -10 lines
Diff to previous 1.240
modernize reflective code

Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 22:56:37 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.239: +1 -1 lines
Diff to previous 1.239
prefer rethrow with cause to plain fail

Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 20:44:11 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.238: +51 -69 lines
Diff to previous 1.238
migrate from AssertionFailedError to AssertionError

Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 00:27:08 2017 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.237: +5 -12 lines
Diff to previous 1.237
simplify atLeastJava9, atLeastJava10

Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 05:33:00 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.236: +1 -0 lines
Diff to previous 1.236
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries

Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 17:18:34 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.235: +12 -0 lines
Diff to previous 1.235
8186265: Make toString() methods of "task" objects more useful

Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Sat Jul 22 18:23:59 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.234: +0 -47 lines
Diff to previous 1.234
delete superseded assertThreadStaysAlive methods

Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 22:27:31 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.233: +169 -2 lines
Diff to previous 1.233
improve executor tests, en passant removing [FutureReturnValueIgnored] warnings

Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 23:15:21 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.232: +10 -0 lines
Diff to previous 1.232
improve tests of saturated pools

Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Mon May 29 19:15:02 2017 UTC (6 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.231: +29 -122 lines
Diff to previous 1.231
more timeout handling rework; remove most uses of SMALL_DELAY_MS; randomize timeouts and TimeUnits; remove hardcoded 5 second timeouts

Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Mon May 15 17:02:46 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.230: +24 -0 lines
Diff to previous 1.230
temporarily allow assertThreadsStayAlive to stay alive

Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Mon May 15 16:21:07 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.229: +23 -0 lines
Diff to previous 1.229
temporarily allow assertThreadStaysAlive to stay alive

Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Sun May 14 03:15:37 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.228: +0 -21 lines
Diff to previous 1.228
delete no-longer-used assertThreadStaysAlive

Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Sun May 14 03:14:25 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.227: +2 -2 lines
Diff to previous 1.227
improve assertThreadBlocks

Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Sun May 14 03:12:05 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.226: +0 -22 lines
Diff to previous 1.226
delete no-longer-used assertThreadsStayAlive

Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Sun May 14 00:37:42 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.225: +8 -0 lines
Diff to previous 1.225
add await(CyclicBarrier barrier)

Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Sat May 13 22:36:45 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.224: +1 -1 lines
Diff to previous 1.224
assertThreadBlocks: timeout before LONG_DELAY_MS

Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Sat May 13 21:43:50 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.223: +20 -0 lines
Diff to previous 1.223
claw back some millis using assertThreadBlocks

Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Sat May 13 19:13:09 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.222: +9 -4 lines
Diff to previous 1.222
timeoutMillis() should not scale linearly with delayFactor

Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Fri May 12 18:12:51 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.221: +6 -0 lines
Diff to previous 1.221
introduce MAX_SPURIOUS_WAKEUPS

Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 00:54:27 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.220: +14 -12 lines
Diff to previous 1.220
avoid multiple @test comments in a single source file - CODETOOLS-7901914

Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 17:33:32 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.219: +4 -5 lines
Diff to previous 1.219
fix unused imports reported by errorprone [RemoveUnusedImports]

Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 16:37:49 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.218: +43 -3 lines
Diff to previous 1.218
waitForThreadToEnterWaitState should fail on timeout; tests should tolerate transient blocking Thread.State at any time (e.g. due to classloading)

Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 20:19:00 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.217: +2 -0 lines
Diff to previous 1.217
add testCommonPoolThreadContextClassLoader

Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 22:57:02 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.216: +3 -0 lines
Diff to previous 1.216
add security manager tests

Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 06:09:58 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.215: +3 -3 lines
Diff to previous 1.215
convert to Diamond

Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 18:11:05 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.214: +2 -0 lines
Diff to previous 1.214
add spliterator tests for LinkedBlockingDeque, LinkedBlockingQueue

Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 07:26:04 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.213: +12 -2 lines
Diff to previous 1.213
add another @run to test common pool parallelism of 1 and java.util.secureRandomSeed=true

Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 06:58:57 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.212: +11 -4 lines
Diff to previous 1.212
run conformance mode tests with stricter @modules

Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 04:24:07 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.211: +2 -1 lines
Diff to previous 1.211
sync @modules ... :open from upstream for module refresh

Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 23:52:22 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.210: +20 -0 lines
Diff to previous 1.210
add Vector subList tests

Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 01:59:17 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.209: +1 -1 lines
Diff to previous 1.209
fix 4jdk7-tck target

Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 05:00:55 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.208: +1 -1 lines
Diff to previous 1.208
whitespace

Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 16:09:50 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.207: +31 -0 lines
Diff to previous 1.207
add support for Cloneable

Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 20:41:32 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.206: +2 -1 lines
Diff to previous 1.206
add VectorTest

Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 01:32:55 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.205: +1 -0 lines
Diff to previous 1.205
fix 4jdk7-test ant target

Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Mon Oct 17 17:52:30 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.204: +1 -0 lines
Diff to previous 1.204
add ArrayListTest (because it was easy enough to do so)

Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 18:51:12 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.203: +2 -1 lines
Diff to previous 1.203
fix 4jdk7-tck target by segregating jdk8+ tests

Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 03:46:19 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.202: +6 -3 lines
Diff to previous 1.202
dumpTestThreads: prevent NPE while dumping threads

Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 00:32:45 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.201: +1 -1 lines
Diff to previous 1.201
make classes static as suggested by errorprone ClassCanBeStatic

Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 18:10:37 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.200: +1 -1 lines
Diff to previous 1.200
sleep(long) should be static

Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Wed Aug 10 01:28:14 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.199: +5 -0 lines
Diff to previous 1.199
introduce shuffle(T[]) utility method

Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 16:24:05 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.198: +3 -1 lines
Diff to previous 1.198
waitForThreadToEnterWaitState: only call nanoTime if necessary

Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Wed Jul 27 17:16:23 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.197: +1 -0 lines
Diff to previous 1.197
also test common pool parallelism of 1 and secureRandomSeed=true

Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 14:40:36 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.196: +5 -1 lines
Diff to previous 1.196
point out connection between Action and Executable

Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 19:00:48 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.195: +7 -0 lines
Diff to previous 1.195
split jdk9 Atomic tests into separate *9Test.java files

Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 23:49:29 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.194: +11 -0 lines
Diff to previous 1.194
Add ant target tck-security-manager to test tck with security manager

Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Mon May 23 18:42:17 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.193: +1 -0 lines
Diff to previous 1.193
Test common pool parallelism of 0 with jtreg

Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Mon May 23 18:19:48 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.192: +8 -0 lines
Diff to previous 1.192
fix broken ant target tck-parallelism-0

Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Sun May 22 01:09:21 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.191: +1 -1 lines
Diff to previous 1.191
improve and test ExecutorCompletionService sample code

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Sat May 21 22:29:45 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.190: +8 -0 lines
Diff to previous 1.190
add callableThrowing

Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 06:58:47 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.189: +1 -0 lines
Diff to previous 1.189
split ChronoUnit tests off into TimeUnit8Test, to fix ant target 4jdk7-tck

Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 21:00:45 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.188: +25 -13 lines
Diff to previous 1.188
improve handling of timeouts/delays; give fastdebug VMs more time by default

Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 23:16:06 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.187: +7 -3 lines
Diff to previous 1.187
make tests more robust against slow VMs; fix for JDK-8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs

Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 20:41:59 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.186: +1 -1 lines
Diff to previous 1.186
avoid fake html tags in javadoc

Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 19:43:27 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.185: +1 -1 lines
Diff to previous 1.185
whitespace

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 19:36:59 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.184: +35 -4 lines
Diff to previous 1.184
adjust delays if jtreg -timeoutFactor is used; make jsr166.delay.factor a float

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 00:05:20 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.183: +1 -0 lines
Diff to previous 1.183
sync changes from 8149391: Fix module dependences in java/util tests

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Sat Jan 23 20:15:28 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.182: +1 -1 lines
Diff to previous 1.182
add -Djsr166.testImplementationDetails=true for jtreg testing

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Sun Jan 17 00:07:51 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.181: +7 -0 lines
Diff to previous 1.181
allow tck tests to be run via jtreg junit support

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 06:06:54 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.180: +9 -3 lines
Diff to previous 1.180
add jsr166.delay.factor system property

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 05:43:39 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.179: +1 -2 lines
Diff to previous 1.179
whitespace

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 21:59:58 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.178: +3 -3 lines
Diff to previous 1.178
untabify

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 17:34:47 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.177: +29 -1 lines
Diff to previous 1.177
pithy junit test reporting

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 23:52:44 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.176: +1 -1 lines
Diff to previous 1.176
better failure diagnostics

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 07:16:39 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.175: +6 -2 lines
Diff to previous 1.175
better failure diagnostics for await methods

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 23:07:44 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.174: +12 -12 lines
Diff to previous 1.174
comment out esoteric debugging diagnostics

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 19:09:59 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.173: +5 -2 lines
Diff to previous 1.173
check for wedged tests at least every 15 minutes

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 16:24:12 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.172: +7 -4 lines
Diff to previous 1.172
comment out "currentRun" recording experiment

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 01:26:36 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.171: +0 -3 lines
Diff to previous 1.171
delete minor oops

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 23:06:01 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.170: +14 -0 lines
Diff to previous 1.170
add even more debugging info to wedged test detection

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 22:39:57 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.169: +7 -1 lines
Diff to previous 1.169
add even more debugging info to wedged test detection

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 21:50:26 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.168: +2 -0 lines
Diff to previous 1.168
record availableProcessors in case of wedged test

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:53:25 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.167: +1 -1 lines
Diff to previous 1.167
improve awaitTermination

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 22:34:45 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.166: +1 -1 lines
Diff to previous 1.166
bump up timeout

Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 21:39:39 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.165: +33 -0 lines
Diff to previous 1.165
allow PoolCleaners to have optional "release" actions

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Mon Oct 5 01:10:09 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.164: +2 -0 lines
Diff to previous 1.164
only dump all threads once if we're stuck

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 18:40:57 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.163: +1 -1 lines
Diff to previous 1.163
PoolCleaning

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 05:52:08 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.162: +8 -10 lines
Diff to previous 1.162
improve delay

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 04:40:00 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.161: +4 -4 lines
Diff to previous 1.161
modifier order

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 03:49:33 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.160: +16 -5 lines
Diff to previous 1.160
improve testSaturatedExecute4

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:59:09 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.159: +7 -9 lines
Diff to previous 1.159
rejigger pool closing infrastructure

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:30:50 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.158: +9 -5 lines
Diff to previous 1.158
rejigger pool closing infrastructure

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 23:17:03 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.157: +16 -8 lines
Diff to previous 1.157
improve diagnostics for failing tests

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 22:20:05 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.156: +3 -1 lines
Diff to previous 1.156
avoid spurious checkForWedgedTest reports with enormous runsPerTest

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 21:09:42 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.155: +27 -4 lines
Diff to previous 1.155
add a watchdog thread to hunt down elusive wedged tests

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:59:49 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.154: +0 -1 lines
Diff to previous 1.154
whitespace

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:39:16 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.153: +3 -3 lines
Diff to previous 1.153
printAllStackTraces: renamed to threadDump

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:37:43 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.152: +1 -0 lines
Diff to previous 1.152
threadRecordFailure: do a thread dump at first test failure

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:29:11 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.151: +1 -1 lines
Diff to previous 1.151
threadFail: simply rethrow the AssertionFailedError

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:19:01 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.150: +3 -4 lines
Diff to previous 1.150
use PoolCloser

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 19:08:13 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.149: +16 -3 lines
Diff to previous 1.149
printAllStackTraces: filter out uninteresting threads

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 16:57:25 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.148: +11 -1 lines
Diff to previous 1.148
add PoolCloser for better test hygiene

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 08:23:49 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.147: +7 -0 lines
Diff to previous 1.147
improve tests for shutdown

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Sat Sep 26 19:08:26 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.146: +11 -8 lines
Diff to previous 1.146
move methodFilter from runTest to higher level runBare

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Fri Sep 25 23:32:15 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.145: +17 -6 lines
Diff to previous 1.145
look much more aggressively for leaked threads in tearDown()

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Fri Sep 25 05:41:29 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.144: +8 -7 lines
Diff to previous 1.144
optimize runTestProfiled

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 03:14:01 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.143: +4 -1 lines
Diff to previous 1.143
add constructor: new StringTask(value)

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 16:28:14 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.142: +16 -16 lines
Diff to previous 1.142
consistent style for <li> tags, removing </li> end tags

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 16:53:43 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.141: +1 -1 lines
Diff to previous 1.141
small clarification

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 16:49:16 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.140: +6 -6 lines
Diff to previous 1.140
rename Thunk -> Action

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 17:14:06 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.139: +1 -0 lines
Diff to previous 1.139
Add SubmissionPublisher tests

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 21:14:12 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.138: +34 -4 lines
Diff to previous 1.138
improve jdk9 CompletableFuture tests

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 19:35:46 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.137: +1 -1 lines
Diff to previous 1.137
move ThreadPoolExecutor9Test.java into ThreadPoolExecutorTest.java

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 18:27:33 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.136: +5 -4 lines
Diff to previous 1.136
even more fiddling with atLeastJava9 and atLeastJava10

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 18:16:28 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.135: +8 -1 lines
Diff to previous 1.135
Fix (broken) atLeastJava9, and boldly try to add atLeastJava10

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Fri Jul 3 05:48:30 2015 UTC (8 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.134: +4 -3 lines
Diff to previous 1.134
only test Date/currentTimeMillis with Date/currentTimeMillis, not with nanoTime

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Sun Jun 14 20:58:14 2015 UTC (8 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.133: +67 -0 lines
Diff to previous 1.133
add support for parameterized test execution; add support for automatically executing jdk8+ tests; add tests for JDK-8085978

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sun May 24 01:53:55 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.132: +0 -1 lines
Diff to previous 1.132
give up on Thread.stop as last resort

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Mon Apr 27 06:01:31 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.131: +1 -1 lines
Diff to previous 1.131
reword for clarity

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:30 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.130: +19 -8 lines
Diff to previous 1.130
improve main methods; respect system properties; actually fail if a test fails

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Tue Apr 21 05:00:23 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.129: +1 -4 lines
Diff to previous 1.129
atLeastJava9 can finally use java.class.version

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 22:10:29 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.128: +8 -8 lines
Diff to previous 1.128
catch clause readability

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 22:06:24 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.127: +34 -36 lines
Diff to previous 1.127
catch clause readability

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 23:14:17 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.126: +1 -1 lines
Diff to previous 1.126
whitespace

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 22:55:06 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.125: +9 -0 lines
Diff to previous 1.125
add more tests of exhausted iterators

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 18:58:07 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.124: +1 -1 lines
Diff to previous 1.124
use correct tense for javadoc

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:06:32 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.123: +1 -1 lines
Diff to previous 1.123
fix javadoc @link

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:05:42 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.122: +28 -11 lines
Diff to previous 1.122
no wildcard imports

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 16:44:02 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.121: +0 -1 lines
Diff to previous 1.121
remove unused imports

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 16:51:40 2014 UTC (9 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.120: +3 -2 lines
Diff to previous 1.120
more debugging info on joinPool timeout

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 15:32:10 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.119: +30 -0 lines
Diff to previous 1.119
add checks that timed get returns promptly

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 20:13:54 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.118: +4 -0 lines
Diff to previous 1.118
add javadoc for testImplementationDetails

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 18:01:38 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.117: +3 -0 lines
Diff to previous 1.117
add simple infrastructure for implementation-dependent tests

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 18:17:37 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.116: +1 -1 lines
Diff to previous 1.116
millisElapsedSince should be static

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 00:15:50 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.115: +3 -2 lines
Diff to previous 1.115
add warmup run to runTestProfiled

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:06:38 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.114: +17 -0 lines
Diff to previous 1.114
add support for jdk9+ tests

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 06:38:36 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.113: +21 -5 lines
Diff to previous 1.113
add jsr166.methodFilter system property

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 23:00:36 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.112: +1 -0 lines
Diff to previous 1.112
Add basic tests for lambda-accepting JDK8 atomics methods

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Fri Aug 16 07:07:01 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.111: +1 -0 lines
Diff to previous 1.111
introduce ThreadLocalRandom8Test, fixing 4jdk7-test-tck

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 22:24:18 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.110: +1 -0 lines
Diff to previous 1.110
Adapt/incorporate JDK8 tests including suggestions by Eric Wang

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 22:39:31 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
register SplittableRandomTest as a jdk8+ test

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:55:01 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108
actually test SplittableRandom; tidying pass; coding style consistency

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 18:20:05 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107
remove redundant CheckedFJTask; realCompute should be: public => protected

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 06:19:58 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.106: +12 -4 lines
Diff to previous 1.106
add runsPerTest config variable

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 20:06:26 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.105: +21 -0 lines
Diff to previous 1.105
add new testing method assertThrows; use it using array of lambdas; add new assertions to testNPE

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 19:06:54 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.104: +1 -0 lines
Diff to previous 1.104
test new map methods

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 00:26:43 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.103: +5 -4 lines
Diff to previous 1.103
CountedCompleters

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 20:29:02 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.102: +4 -0 lines
Diff to previous 1.102
Basic coverage for LongAdder and friends

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 19:55:06 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101
Add CompletableFutureTest

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 16:57:21 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +1 -1 lines
Diff to previous 1.100
whitespace

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 16:55:50 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +23 -0 lines
Diff to previous 1.99
add checkForkJoinPoolThreadLeaks

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 03:39:34 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +1 -0 lines
Diff to previous 1.98
add ForkJoinPool8Test

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 06:20:32 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +23 -12 lines
Diff to previous 1.97
better method names

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 19:07:36 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +32 -1 lines
Diff to previous 1.96
add support for conditional jdk8 tests

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 19:51:46 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +7 -5 lines
Diff to previous 1.95
fix printAllStackTraces debugging tool

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 19:43:52 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +10 -0 lines
Diff to previous 1.94
add printAllStackTraces debugging tool

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 19:32:19 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +3 -1 lines
Diff to previous 1.93
document command line arg

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Dec 16 17:22:42 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +25 -1 lines
Diff to previous 1.92
make testing security manager more flexible and debuggable

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:11 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +1 -1 lines
Diff to previous 1.91
normalize whitespace after <p>

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 18:54:46 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +20 -3 lines
Diff to previous 1.90
add assertSerialEquals, assertNotSerialEquals, serialBytes

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 07:46:57 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +22 -0 lines
Diff to previous 1.89
various test improvements

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 05:07:14 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +8 -0 lines
Diff to previous 1.88
improve "uninterruptible" tests

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue May 31 15:01:24 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +3 -4 lines
Diff to previous 1.87
improve waitForThreadToEnterWaitState

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon May 30 22:53:21 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +5 -4 lines
Diff to previous 1.86
add an assertion to serialClone

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon May 30 22:42:22 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +5 -3 lines
Diff to previous 1.85
CheckedBarrier.await() should time out

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:18:52 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +7 -0 lines
Diff to previous 1.84
ensure interrupt status not set by any test

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sat May 28 22:19:27 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +1 -1 lines
Diff to previous 1.83
new Date().getTime() ==> System.currentTimeMillis()

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri May 27 19:29:59 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +24 -2 lines
Diff to previous 1.82
add assertFutureTimesOut

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Tue May 24 23:34:03 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
fix illegal throwable self-causation

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat May 21 06:24:33 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +53 -16 lines
Diff to previous 1.80
various test improvements

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri May 13 21:48:58 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +9 -11 lines
Diff to previous 1.79
More cross-pollination of RL and RRWL tests; don't rely on thread.join not returning early

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon May 9 20:00:19 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +30 -1 lines
Diff to previous 1.78
Run every test in both non-fair and fair modes

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Sat May 7 19:03:26 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.77: +14 -0 lines
Diff to previous 1.77
Improve ReentrantLock and ReentrantReadWriteLock tests

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri May 6 17:26:29 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
whitespace

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri May 6 11:22:07 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.75: +38 -17 lines
Diff to previous 1.75
Add/use delay() instead of Thread.sleep to ensure sleeps are long enough

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue May 3 06:08:49 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +17 -0 lines
Diff to previous 1.74
rewrite ReentrantReadWriteLockTest

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:06 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
Update Creative Commons license URL in legal notices

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 07:39:53 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +7 -0 lines
Diff to previous 1.72
add Runnable awaiter(CountDownLatch)

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 08:43:53 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +29 -0 lines
Diff to previous 1.71
update testInterruptedTimedPoll

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 06:53:32 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
increase LONG_DELAY_MS and joinPool timeouts to decrease rare failures

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:04:45 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
whitespace

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 00:20:12 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
Help JCK adaptor

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Oct 31 18:33:47 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
whitespace

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 06:58:56 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +7 -2 lines
Diff to previous 1.66
waitForThreadToEnterWaitState: fail if thread has terminated

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 17:57:26 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +10 -0 lines
Diff to previous 1.65
refactor testTakeFromEmpty into BlockingQueueTest

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 23:22:49 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +18 -0 lines
Diff to previous 1.64
add waitForThreadToEnterWaitState

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 22:30:07 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
s/public/protected/

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 08:30:01 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +10 -1 lines
Diff to previous 1.62
add possiblyInterruptedRunnable as a method

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 05:40:41 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +3 -0 lines
Diff to previous 1.61
reduce the costs of the most egregiously expensive tck tests, while still alowing for a system property to run them for longer

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 03:54:10 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +60 -0 lines
Diff to previous 1.60
add test profiling support.  Fix TrackedShortRunnable timeout

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 07:49:22 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +113 -69 lines
Diff to previous 1.59
start of a big refactoring, with only one test refactored: testTimedPollWithOffer

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 02:58:04 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +19 -1 lines
Diff to previous 1.58
add new helper method awaitTermination(Thread, long)

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 02:11:57 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57
prefer daemon threads

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 05:45:19 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +35 -42 lines
Diff to previous 1.56
cleanup exception handling

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 23:59:05 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +66 -67 lines
Diff to previous 1.55
Master suite() method should call per-class suite() methods

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:42:37 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
whitespace

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 00:52:36 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53
better detail message on failure to terminate pool

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:52:49 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +144 -72 lines
Diff to previous 1.52
testcase hygiene: introduce CheckedRecursiveAction and CheckedRecursiveTask; eliminate almost all threadAssertXXX; use preferred junit conventions;narrow the scope of exception checking code; make sure test failures in non-junit threads produce proper stacktraces

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 23:19:31 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +11 -0 lines
Diff to previous 1.51
Add threadAssertSame

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 06:41:55 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
trailing whitespace

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 21:40:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +9 -8 lines
Diff to previous 1.49
Finish ConcurrentLinkedDeque feature

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Jan 5 02:08:37 2010 UTC (14 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +72 -1 lines
Diff to previous 1.48
Make tests security-manager-aware

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 22:51:44 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +10 -0 lines
Diff to previous 1.47
various improvements for invokeAll and invokeAny tests

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 06:47:14 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +9 -9 lines
Diff to previous 1.46
whitespace

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 05:41:40 2009 UTC (14 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +0 -2 lines
Diff to previous 1.45
InterruptedException was swallowed!

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Nov 26 15:42:15 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +69 -69 lines
Diff to previous 1.44
change access modifiers to allow access from multiple packages

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 17:38:05 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +10 -21 lines
Diff to previous 1.43
improve exception handling

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 10:25:05 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
improve exception handling

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:07:26 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +10 -10 lines
Diff to previous 1.41
untabify

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 06:27:39 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
whitespace

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 00:58:01 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +75 -2 lines
Diff to previous 1.39
better exception handling

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 21:51:45 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38
swallow only expected exceptions

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:43:59 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +19 -0 lines
Diff to previous 1.37
more infrastructure

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:23:18 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.36: +2 -7 lines
Diff to previous 1.36
fix 2 tests

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 22:08:45 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +10 -1 lines
Diff to previous 1.35
add unexpectedException(Throwable)

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 19:07:51 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +71 -68 lines
Diff to previous 1.34
checked runnables; import static MILLISECONDS; coding style cleanups

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:53:23 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +7 -7 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:37:31 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +20 -20 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 23:02:49 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.31: +7 -0 lines
Diff to previous 1.31
Add new TCK tests for JDK7

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Apr 13 14:16:25 2008 UTC (16 years ago) by dl
Branch: MAIN
Changes since 1.30: +20 -7 lines
Diff to previous 1.30
Add support for tracing failures

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 20:35:00 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Simplify Navigable method names

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 17:05:38 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
Simple tests for SimpleEntry

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri May 20 16:30:17 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.27: +2 -0 lines
Diff to previous 1.27
Add tests for new protected extenion methods

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu May 12 03:20:56 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +44 -44 lines
Diff to previous 1.26
doc fixes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 15:24:29 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Add SubMap/Set tests for TreeMap/Set

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 01:32:00 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
Add tests for new AQLS class

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 20 00:39:13 2005 UTC (19 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
Weaken lock await assertion, add queue testRemoveElementAndAdd

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 16:15:59 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.22: +8 -1 lines
Diff to previous 1.22
Integrate tests for jsr166x classes

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:20:56 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.21: +7 -1 lines
Diff to previous 1.21
Don't fail if test harness doesn't have sufficient permissions

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 16:49:40 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Fixed timing errors

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 23:20:21 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Timing default changed

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 20:37:20 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
Added tests

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 15:39:10 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Fix typos

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 20:49:53 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Add tests

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:02:17 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15
Added and fised testcases

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 19:05:40 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
spellcheck

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 21:56:18 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
Add tests for AQS extensions; adjust others for protected condition methods

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:43 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.12: +5 -4 lines
Diff to previous 1.12
Headers reference Creative Commons

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 19:48:57 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.11: +10 -0 lines
Diff to previous 1.11
Add timed invoke* tests

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:40:24 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
Add and adapt tests to refactored Executor API

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:55 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.9: +15 -1 lines
Diff to previous 1.9
Add and adjust tests reflecting API changes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 20:54:46 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.8: +0 -1 lines
Diff to previous 1.8
Collapsed Cancellable and Future

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 13:50:07 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
Merged FairSemaphore into Semaphore

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 25 16:02:13 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.6: +24 -1 lines
Diff to previous 1.6
Added 	PrivilegedFutureTaskTest

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:40 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.5: +133 -5 lines
Diff to previous 1.5
Added tests and documentation

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 15:33:13 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.4: +117 -37 lines
Diff to previous 1.4
Javadoc fixes

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 11:02:41 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
improve tck javadocs; rename and add a few tests

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 18:20:08 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.2: +27 -8 lines
Diff to previous 1.2
Documentation scaffolding

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 00:31:57 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.1: +28 -7 lines
Diff to previous 1.1
Added tests

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 20:42:40 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
New base class JSR166TestCase

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a