< prev index next >

test/script/nosecurity/jjs-option-fx.js

Print this page

        

@@ -24,20 +24,19 @@
 /**
  * JDK-8144113: Nashorn: enable jjs testing. 
  * check -fx option.
  * @test
  * @option -scripting
- * @runif os.not.windows

  * @run
  * @summary Test -fx flag and its basic functionality
  * the JavaFX primary stage is available to Nashorn as a global property $STAGE with -fx
  * used this to check with and without -fx 
  */
 
 load(__DIR__ + "jjs-common.js")
 
-var msg_flag = "print(typeof($STAGE)); exit();";

+var msg_flag = "print(typeof($STAGE)); exit();"

 
 // flag test expected output variables
 var e_outn = "undefined"
 
 // positive flag test condition expression string other than the default
< prev index next >