ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
(Generate patch)

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.118 by jsr166, Mon Jun 16 18:01:38 2014 UTC vs.
Revision 1.119 by jsr166, Mon Jun 16 20:13:54 2014 UTC

# Line 115 | Line 115 | public class JSR166TestCase extends Test
115      protected static final boolean expensiveTests =
116          Boolean.getBoolean("jsr166.expensiveTests");
117  
118 +    /**
119 +     * If true, also run tests that are not part of the official tck
120 +     * because they test unspecified implementation details.
121 +     */
122      protected static final boolean testImplementationDetails =
123          Boolean.getBoolean("jsr166.testImplementationDetails");
124  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines