|
39 | 39 | * @summary Conformance testing variant of JSR-166 tck tests.
|
40 | 40 | * @build *
|
41 | 41 | * @modules java.management
|
42 |
| - * @run junit/othervm/timeout=1000 -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* JSR166TestCase |
| 42 | + * @run junit/othervm/timeout=1000 |
| 43 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 44 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
| 45 | + * JSR166TestCase |
43 | 46 | */
|
44 | 47 |
|
45 | 48 | /*
|
|
48 | 51 | * with java security manager set to allow.
|
49 | 52 | * @build *
|
50 | 53 | * @modules java.management
|
51 |
| - * @run junit/othervm/timeout=1000 -Djava.security.manager=allow -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* JSR166TestCase |
| 54 | + * @run junit/othervm/timeout=1000 |
| 55 | + * -Djava.security.manager=allow |
| 56 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 57 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
| 58 | + * JSR166TestCase |
52 | 59 | */
|
53 | 60 |
|
54 | 61 | /*
|
|
62 | 69 | * --add-opens java.base/java.lang=ALL-UNNAMED
|
63 | 70 | * -Djsr166.testImplementationDetails=true
|
64 | 71 | * -Djava.util.concurrent.ForkJoinPool.common.parallelism=0
|
65 |
| - * -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 72 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 73 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
66 | 74 | * JSR166TestCase
|
67 | 75 | * @run junit/othervm/timeout=1000
|
68 | 76 | * --add-opens java.base/java.util.concurrent=ALL-UNNAMED
|
69 | 77 | * --add-opens java.base/java.lang=ALL-UNNAMED
|
70 | 78 | * -Djsr166.testImplementationDetails=true
|
71 | 79 | * -Djava.util.concurrent.ForkJoinPool.common.parallelism=1
|
72 | 80 | * -Djava.util.secureRandomSeed=true
|
73 |
| - * -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 81 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 82 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
74 | 83 | * JSR166TestCase
|
75 | 84 | */
|
76 | 85 |
|
|
85 | 94 | * --add-opens java.base/java.util.concurrent=ALL-UNNAMED
|
86 | 95 | * --add-opens java.base/java.lang=ALL-UNNAMED
|
87 | 96 | * -Djsr166.testImplementationDetails=true
|
88 |
| - * -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 97 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 98 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
89 | 99 | * JSR166TestCase
|
90 | 100 | * @run junit/othervm/timeout=1000/policy=tck.policy
|
91 | 101 | * --add-opens java.base/java.util.concurrent=ALL-UNNAMED
|
92 | 102 | * --add-opens java.base/java.lang=ALL-UNNAMED
|
93 | 103 | * -Djsr166.testImplementationDetails=true
|
94 |
| - * -Xdump:system+java+snap:events=systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 104 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=java/lang/Exception,msg_filter=*JUnit* |
| 105 | + * -Xdump:system+java+snap:events=throw+systhrow,filter=junit/framework/AssertionFailedError |
95 | 106 | * JSR166TestCase
|
96 | 107 | */
|
97 | 108 |
|
|
0 commit comments