Skip to content

Commit 0df4748

Browse files
committedMay 27, 2022
8287463: JFR: Disable TestDevNull.java on Windows
Reviewed-by: mgronlun
1 parent 6520843 commit 0df4748

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/jdk/jdk/jfr/api/recording/dump/TestDumpDevNull.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@
2424
package jdk.jfr.api.recording.dump;
2525

2626
import java.nio.file.Path;
27-
2827
import jdk.jfr.Recording;
2928

3029
/**
3130
* @test
3231
* @summary Tests that it's possible to dump to /dev/null without a livelock
3332
* @key jfr
34-
* @requires vm.hasJFR
33+
* @requires vm.hasJFR & (os.family != "windows")
3534
* @library /test/lib
3635
* @run main/othervm -Xlog:jfr jdk.jfr.api.recording.dump.TestDumpDevNull
3736
*/

0 commit comments

Comments
 (0)
Please sign in to comment.