changeset 5715:3dba26b942d3

. This test should likely run on BSD since it runs on the other Unix variants.
author Greg Lewis <glewis@eyesbeyond.com>
date Sun, 25 Jan 2015 08:30:35 -0800
parents b23b20368942
children 6c6d4d4c6c80
files test/runtime/XCheckJniJsig/XCheckJSig.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtime/XCheckJniJsig/XCheckJSig.java	Sat Jan 24 12:39:04 2015 -0800
+++ b/test/runtime/XCheckJniJsig/XCheckJSig.java	Sun Jan 25 08:30:35 2015 -0800
@@ -36,8 +36,8 @@
     public static void main(String args[]) throws Throwable {
 
         System.out.println("Regression test for bugs 7051189 and 8023393");
-        if (!Platform.isSolaris() && !Platform.isLinux() && !Platform.isOSX()) {
-            System.out.println("Test only applicable on Solaris, Linux, and Mac OSX, skipping");
+        if (!Platform.isSolaris() && !Platform.isLinux() && !Platform.isOSX() && !Platform.isBSD()) {
+            System.out.println("Test only applicable on Solaris, Linux, BSD, and Mac OSX, skipping");
             return;
         }