Skip to content

Commit

Permalink
Vagrant: Add Additional Tests To VPC Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Dec 2, 2024
1 parent 14ae08a commit 714edbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/pbTestScripts/testJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ $MAKE_COMMAND compile
$MAKE_COMMAND _hotspot_sanity_0
$MAKE_COMMAND _jdk_math_0

# Run Some Additional Tests To Test The Playbooks Have Run Properly
export BUILD_LIST=functional
$MAKE_COMMAND compile
$MAKE_COMMAND _MBCS_Tests_pref_ja_JP_linux_0
$MAKE_COMMAND _MBCS_Tests_formatter_ja_JP_linux_0

# Run SSL Client Tests Linux Only ( Not Solaris / FreeBSD )
if [[ "$(uname)" == "FreeBSD" ]] || [[ "$(uname)" == "SunOS" ]]; then
echo "Skipping SSL Tests As Not Supported"
Expand Down
5 changes: 5 additions & 0 deletions ansible/pbTestScripts/testJDKWin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ export BUILD_LIST=openjdk
make compile
make _hotspot_sanity_0
make _jdk_math_0

# Run Some Additional Tests To Test The Playbooks Have Run Properly
export BUILD_LIST=functional
make _MBCS_Tests_pref_ja_windows_0
make _MBCS_Tests_formatter_ja_windows_0

0 comments on commit 714edbb

Please sign in to comment.