Skip to content

Commit 8b62119

Browse files
committed
Now, the changes for implementing record target other 1048 tests in which only 50 are failed.
1 parent e4579b5 commit 8b62119

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ test {
286286
enableAssertions = true
287287
maxHeapSize = "1024m"
288288

289-
include "**/*Test.class"
289+
// include "**/*Test.class"
290290
exclude "**/SplitInputStreamTest.class"
291-
exclude "**/JPF_*.class"
292-
useJUnitPlatform()
291+
//exclude "**/JPF_*.class"
292+
useJUnit()
293293
jvmArgs += ['--add-exports', 'java.base/jdk.internal.access=ALL-UNNAMED', '--add-opens', 'java.base/jdk.internal.access=ALL-UNNAMED', '--add-exports', 'java.base/jdk.internal.misc=ALL-UNNAMED', '--add-opens', 'java.base/jdk.internal.misc=ALL-UNNAMED', '--add-opens', 'java.base/java.lang=ALL-UNNAMED', '--add-opens', 'java.base/java.util=ALL-UNNAMED']
294294

295295
testLogging {

output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
After.

tmp.ser

290 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)