hg: code-tools/jcstress: 36 new changesets

aleksey.shipilev at oracle.com aleksey.shipilev at oracle.com
Wed Aug 13 09:40:28 UTC 2014


Changeset: 63180bb0e4dc
Author:    shade
Date:      2014-08-11 22:02 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/63180bb0e4dc

Switch jcstress core to annotation-based outcome grading.

! jcstress-core/pom.xml
! jcstress-core/src/main/java/org/openjdk/jcstress/JCStress.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Description.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Expect.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Outcome.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Ref.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/infra/StateCase.java
+ jcstress-core/src/main/java/org/openjdk/jcstress/infra/TestInfo.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/ConsoleReportPrinter.java
- jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/DescriptionReader.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/ExceptionReportPrinter.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/HTMLReportPrinter.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/grading/TestGrading.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/JCStressTestProcessor.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/TestInfo.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/runners/TestList.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/DekkerTest.java

Changeset: ed69627bb9e9
Author:    shade
Date:      2014-08-11 22:12 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/ed69627bb9e9

Support multiple IDs for one @Outcome.

! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Outcome.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/JCStressTestProcessor.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/DekkerTest.java

Changeset: c310529e3bb9
Author:    shade
Date:      2014-08-11 23:02 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/c310529e3bb9

Support JCStressMeta annotation for detached test metadata.

+ jcstress-core/src/main/java/org/openjdk/jcstress/annotations/JCStressMeta.java
! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/JCStressTestProcessor.java

Changeset: 0920b4d8736e
Author:    shade
Date:      2014-08-11 23:02 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/0920b4d8736e

Migrate atomics.booleans.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/booleans/AtomicBooleanInitialValueTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/booleans/AtomicBooleanPairwiseTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-boolean.xml

Changeset: 49acdd00faeb
Author:    shade
Date:      2014-08-12 01:45 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/49acdd00faeb

Handle the case for single @Outcome/@Ref.

! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/JCStressTestProcessor.java

Changeset: 2e9029fc1878
Author:    shade
Date:      2014-08-12 01:46 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/2e9029fc1878

Migrate atomics.integer.AtomicIntegerArray* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerArrayInitialValueTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerArrayInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerArrayPairwiseTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-integer-array.xml

Changeset: 0ccda6e7f6e3
Author:    shade
Date:      2014-08-12 02:01 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/0ccda6e7f6e3

Migrate atomics.integer.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerFieldUpdaterPairwiseTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerInitialValueTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/integer/AtomicIntegerPairwiseTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-integer-updater.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-integer.xml

Changeset: 2478e0e5a85f
Author:    shade
Date:      2014-08-13 13:38 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/2478e0e5a85f

Migrate atomics.long.* tests to Annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongArrayInitialValueTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongArrayInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongArrayPairwiseTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongFieldUpdaterPairwiseTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongInitialValueTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomics/longs/AtomicLongPairwiseTests.java

Changeset: 1f500f593f5a
Author:    shade
Date:      2014-08-13 13:39 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/1f500f593f5a

Migrade atomics.long.* tests to Annotation API, #2.

- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-long-array.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-long-updater.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomic-long.xml

Changeset: 6c1def241e13
Author:    shade
Date:      2014-08-12 12:12 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/6c1def241e13

Migrate volatiles.*IRIW* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/IRIWTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/VolatileIRIWTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/volatiles-iriw.xml

Changeset: 3a587a6e9064
Author:    shade
Date:      2014-08-12 12:17 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/3a587a6e9064

Migrate unsafe.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/unsafe/UnsafeAddLong1.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/unsafe/UnsafeAddLong42.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/unsafe.xml

Changeset: 134b69f489d9
Author:    shade
Date:      2014-08-12 12:27 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/134b69f489d9

Migrate tearing.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/ArrayInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/UnsafeArrayInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/UnsafeIntTearingTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/ByteBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/CharBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/DirectByteBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/DoubleBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/FloatBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/IntBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/LongBufferInterleaveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/tearing/buffers/ShortBufferInterleaveTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/tearing-buffers.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/tearing.xml

Changeset: d1e680147fbf
Author:    shade
Date:      2014-08-12 12:41 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/d1e680147fbf

Migrate locks.barriers.* tests to annotation API.

! jcstress-core/src/main/java/org/openjdk/jcstress/infra/processors/TestInfo.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/barriers/G.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/barriers/SyncBarrier0Test.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/barriers/SyncBarrier1Test.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/barriers/SyncBarrier2Test.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/barriers/SyncBarrier3Test.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/mutex/SynchronizedMutexTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/locks.xml

Changeset: c449adfd434f
Author:    shade
Date:      2014-08-12 13:09 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/c449adfd434f

Migrate locks.mutex.* tests to annotation API.

+ tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/BothSucceed.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/NoOneSucceeds.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/OneSucceeds.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/mutex/ReentrantLockMutexTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/mutex/ReentrantRWLockMutexTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/locks-reentrant.xml

Changeset: 738093b93231
Author:    shade
Date:      2014-08-12 14:18 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/738093b93231

Migrate locks.stamped.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/stamped/StampedLockPairwiseTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/locks/stamped/StampedLockTransitionTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/locks-stamped.xml

Changeset: 8761a67b7fc9
Author:    shade
Date:      2014-08-12 14:59 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/8761a67b7fc9

Migrate future.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/future/FutureTaskSetTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/future.xml

Changeset: 8d289a23c8c8
Author:    shade
Date:      2014-08-13 00:02 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/8d289a23c8c8

Migrate singleton.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/singletons/FinalWrapperSingletonTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/singletons/HolderSingletonTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/singletons/SafeDCLSingletonTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/singletons/UnsafeDCLSingletonTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/singletons/UnsafeLocalDCLSingletonTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/singletons.xml

Changeset: 181e2e7a6cb5
Author:    shade
Date:      2014-08-13 00:18 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/181e2e7a6cb5

Migrate interrupt.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/CurrentThreadIsInterruptedBreakTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/CurrentThreadIsInterruptedMethodTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/CurrentThreadIsInterruptedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ObjectWaitInfiniteTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ObjectWaitTimedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/PlainBusyLoopTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ReentrantLockInterruptiblyTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ReentrantLockNonInterruptiblyTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ThreadInterruptedBreakTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ThreadInterruptedMethodTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ThreadInterruptedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/ThreadSleepTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/TimeUnitSleepTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/UnsafeBusyLoopTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/VolatileBusyLoopTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/interrupt/WeakReferenceTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/interrupts.xml

Changeset: d27aa0b021dd
Author:    shade
Date:      2014-08-13 00:25 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/d27aa0b021dd

Migrate executors.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/executors/ThreadPoolExecutorKeepAliveTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/executors/ThreadPoolExecutorSizesTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/executors.xml

Changeset: 6f47bc0ff37a
Author:    shade
Date:      2014-08-13 00:37 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/6f47bc0ff37a

Migrate atomicity.buffers.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/ByteBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/ByteBufferViewsAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/CharBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/DirectByteBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/DirectByteBufferViewsAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/DoubleBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/FloatBufferAtomicityTests.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/GradeChar.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/GradeDouble.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/GradeFloat.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/GradeInt.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/IntBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/LongBufferAtomicityTests.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/buffers/ShortBufferAtomicityTests.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomicity-buffers.xml

Changeset: de3a9167efde
Author:    shade
Date:      2014-08-13 00:57 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/de3a9167efde

Migrate atomicity.crosscache.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/crosscache/ByteBufferIntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/crosscache/DirectByteBufferIntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/crosscache/UnsafeIntAtomicityTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomicity-crosscache.xml

Changeset: 0c2915e2c4e4
Author:    shade
Date:      2014-08-13 01:10 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/0c2915e2c4e4

Migrate atomicity.primitives.plain.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/ByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/CharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/DoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/FloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/IntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/LongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/ShortAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileCharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileDoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileFloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileIntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileLongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/plain/VolatileShortAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/ByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/CharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/DoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/FloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/IntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/LongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/ShortAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileCharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileDoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileFloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileIntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileLongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/reflect/VolatileShortAtomicityTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomicity-primitive-plain.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomicity-primitive-reflect.xml

Changeset: 083ada2e421f
Author:    shade
Date:      2014-08-13 01:19 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/083ada2e421f

Migrate atomicity.primitives.perbyte.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/ByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/CharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/DoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/FloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/IntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/LongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/ShortAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileByteAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileCharAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileDoubleAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileFloatAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileIntAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileLongAtomicityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/atomicity/primitives/perbyte/VolatileShortAtomicityTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/atomicity-primitive-tear.xml

Changeset: 031c8426433f
Author:    shade
Date:      2014-08-13 01:38 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/031c8426433f

Migrate atomicity.primitives.* tests to annotation API.

+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_CharCanSeeMost.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_CharShouldSeeFull.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_DoubleCanSeeMost.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_DoubleShouldSeeFull.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_FloatCanSeeMost.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_FloatShouldSeeFull.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_IntCanSeeMost.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_IntShouldSeeFull.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_LongCanSeeMost.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_LongShouldSeeFull.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/BooleanFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/ByteFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/CharFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/DoubleFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/FloatFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/IntFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/LongFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/fenced/ShortFencedTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/BooleanFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/ByteFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/CharFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/DoubleFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/FloatFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/IntFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/LongFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/finals/ShortFinalTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/BooleanInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/ByteInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/CharInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/DoubleInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/FloatInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/IntInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/LongInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/instance/ShortInstanceInitializerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/BooleanPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/BytePlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/CharPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/DoublePlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/FloatPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/IntPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/LongPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/plain/ShortPlainTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/BooleanVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/ByteVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/CharVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/DoubleVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/FloatVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/IntVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/LongVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/primitives/volatiles/ShortVolatileTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/initialization.xml

Changeset: 26401d4e50a6
Author:    shade
Date:      2014-08-13 01:49 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/26401d4e50a6

Migrate init.arrays.* tests to annotation API.

+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_AllZeroes.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_AllZeroesBoolean.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_AllZeroesChar.java
+ tests-custom/src/main/java/org/openjdk/jcstress/tests/init/Grading_AllZeroesFloat.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/BooleanArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/ByteArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/CharArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/DoubleArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/FloatArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/IntArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/LongArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/ObjectArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/plain/ShortArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/BooleanArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/ByteArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/CharArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/DoubleArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/FloatArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/IntArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/LongArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/ObjectArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/arrays/volatiles/ShortArrayInitTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/BooleanFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/ByteFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/CharFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/DoubleFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/FloatFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/IntFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/LongFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/ObjectFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/plain/ShortFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/BooleanFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/ByteFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/CharFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/DoubleFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/FloatFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/IntFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/LongFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/ObjectFieldsTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/ShortFieldsTest.java
! tests-custom/src/main/resources/org/openjdk/jcstress/desc/initObjects.xml

Changeset: 6afebe248808
Author:    shade
Date:      2014-08-13 01:50 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/6afebe248808

Migrate init.arrays.* tests to annotation API, #2.

- tests-custom/src/main/resources/org/openjdk/jcstress/desc/initArrays.xml
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/initObjects.xml

Changeset: dd504bf7980a
Author:    shade
Date:      2014-08-13 01:54 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/dd504bf7980a

Remove odd causality tests.

- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/BooleanLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/ByteLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/CharLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/DoubleLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/FloatLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/IntLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/LongLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/ObjectLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/cached/ShortLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/BooleanLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/ByteLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/CharLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/DoubleLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/FloatLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/IntLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/LongLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/ObjectLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/plain/ShortLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/BooleanLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/ByteLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/CharLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/DoubleLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/FloatLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/IntLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/LongLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/ObjectLazyTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/causality/lazyinit/volatiles/ShortLazyTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/causality.xml

Changeset: 604e5b38893c
Author:    shade
Date:      2014-08-13 02:15 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/604e5b38893c

Migrate fences.* tests to annotation API.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/FencedAcquireReleaseTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/FencedDekkerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/FencedPublicationTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/FencedReadTwiceTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/UnfencedAcquireReleaseTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/UnfencedDekkerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/UnfencedPublicationTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/fences/UnfencedReadTwiceTest.java
! tests-custom/src/main/resources/org/openjdk/jcstress/desc/volatiles.xml

Changeset: 8cc0eed30514
Author:    shade
Date:      2014-08-13 02:17 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/8cc0eed30514

Migrate fences.* tests to annotation API, #2

- tests-custom/src/main/resources/org/openjdk/jcstress/desc/fences.xml

Changeset: e1fc329c5667
Author:    shade
Date:      2014-08-13 02:18 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/e1fc329c5667

Fix BooleanFieldsTest grading.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/init/objects/volatiles/BooleanFieldsTest.java

Changeset: e6742cddf3eb
Author:    shade
Date:      2014-08-13 02:35 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/e6742cddf3eb

Migrate volatiles.* tests to annotation API, #2.

! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/DekkerTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/DoubleVolatileTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/LazySetTransitivityTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/ReadAfterVolatileReadTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/ReadTwiceOverVolatileReadTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/VolatileAcquireReleaseTest.java
! tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/VolatileIncrementAtomicityTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/volatiles.xml

Changeset: 3b872b32f4f0
Author:    shade
Date:      2014-08-13 02:37 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/3b872b32f4f0

Remove obsolete scratch.* tests.

- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/AQSTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/BitSetTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/FailingCASTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/LazySetOrderTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/StaleReadTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/Unsafe_GetDoubleVolatileTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/VW_Sync_1_Test.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/VW_Sync_2_Test.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/basic/SynchronizedTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/basic/ThreadJoinTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/basic/ThreadStartTest.java
- tests-custom/src/main/java/org/openjdk/jcstress/tests/scratch/basic/VolatileTest.java
- tests-custom/src/main/resources/org/openjdk/jcstress/desc/scratch.xml

Changeset: 0cba78bc2e06
Author:    shade
Date:      2014-08-13 02:59 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/0cba78bc2e06

Migrate generated test cases to new Annotation API.

! jcstress-test-gen/src/main/java/org/openjdk/jcstress/generator/TestGenerator.java
! jcstress-test-gen/src/main/java/org/openjdk/jcstress/tracer/TraceGen.java

Changeset: cf6034e845dd
Author:    shade
Date:      2014-08-13 03:02 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/cf6034e845dd

Remove XML-related activities from build files.

! tests-custom/pom.xml
! tests-generated/pom.xml

Changeset: 7f77b1275a5b
Author:    shade
Date:      2014-08-13 03:03 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/7f77b1275a5b

Purge XSD Schemas.

- jcstress-core/src/main/resources/xsd/descriptions/test-descriptions.xsd
- jcstress-core/src/main/resources/xsd/results/test-result.xsd

Changeset: 229b1dadb202
Author:    shade
Date:      2014-08-13 03:13 +0400
URL:       http://hg.openjdk.java.net/code-tools/jcstress/rev/229b1dadb202

Some basic Javadoc for new annotations.

! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Expect.java
! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/JCStressMeta.java
! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/JCStressTest.java
! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Outcome.java
! jcstress-core/src/main/java/org/openjdk/jcstress/annotations/Ref.java



More information about the jcstress-dev mailing list