Skip to content

Commit

Permalink
Made inidividual bugids different
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Mar 16, 2024
1 parent 4cfcd36 commit 477fb62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-bc-2nd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @test
# @bug 6666666
# @bug 6666661
# @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,6 +1,6 @@
#!/bin/sh
# @test
# @bug 6666666
# @bug 6666662
# @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
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-bcjsse.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @test
# @bug 6666666
# @bug 6666663
# @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
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-gnutls-client.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# @test
# @requires os.family == "linux" & bin.gnutlscli != "false"
# @bug 6666666
# @bug 6666664
# @summary ssl-tests with gnutls client
# @run shell/timeout=1000 ssl-tests-gnutls-client.sh

Expand Down
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests-nss-client.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# @test
# @requires os.family == "linux" & bin.tstclnt != "false"
# @bug 6666666
# @bug 6666665
# @summary ssl-test with nss client
# @run shell/timeout=1000 ssl-tests-nss-client.sh

Expand Down
2 changes: 1 addition & 1 deletion jtreg-wrappers/ssl-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @test
# @bug 6666666
# @bug 6666667
# @requires os.family == "linux" | os.family == "windows" | os.family == "mac"
# @summary ssl-tests
# @run shell/timeout=1000 ssl-tests.sh
Expand Down

0 comments on commit 477fb62

Please sign in to comment.