Skip to content

Commit

Permalink
jtreg-wrappers: Limit BC test variants to linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers committed Nov 7, 2023
1 parent 2417895 commit 8d704a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions jtreg-wrappers/ssl-tests-bc-2nd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
# @test
# @bug 6666666
# @requires os.family == "linux" | os.family == "windows"
# @summary ssl-test-bc with BouncyCastle provider (BC_2ND configuration)
# @run shell/timeout=1000 ssl-tests-bc-2nd.sh

Expand Down
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-bcfips.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# @test
# @bug 6666666
# @requires jdk.version.major <= 11
# @requires jdk.version.major <= 11 & ( os.family == "linux" | os.family == "windows" )
# @summary ssl-test-bc with BouncyCastle provider (BCFIPS configuration)
# @run shell/timeout=4000 ssl-tests-bcfips.sh

Expand Down
1 change: 1 addition & 0 deletions jtreg-wrappers/ssl-tests-bcjsse.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
# @test
# @bug 6666666
# @requires os.family == "linux" | os.family == "windows"
# @summary ssl-tests with BouncyCastle provider (BCJSSE configuration)
# @run shell/timeout=1000 ssl-tests-bcjsse.sh

Expand Down

0 comments on commit 8d704a7

Please sign in to comment.