Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9
-
Component/s: client-libs
-
Resolved In Build:b127
Description
the following tests should use "os.family" instead of "os.name":
javax/swing/LookAndFeel/8145547/DemandGTK.java: @requires (os.name == "linux" | os.name == "solaris")
java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java: * @requires (os.family == "linux" | os.name == "solaris")
java/awt/WMSpecificTests/Mutter/MutterMaximizeTest.java: @requires (os.name == "linux" | os.name == "solaris")
java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java: * @requires (os.name == "linux" | os.name == "solaris")
see jtreg doc: http://openjdk.java.net/jtreg/tag-spec.html#requires_names
javax/swing/LookAndFeel/8145547/DemandGTK.java: @requires (os.name == "linux" | os.name == "solaris")
java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java: * @requires (os.family == "linux" | os.name == "solaris")
java/awt/WMSpecificTests/Mutter/MutterMaximizeTest.java: @requires (os.name == "linux" | os.name == "solaris")
java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java: * @requires (os.name == "linux" | os.name == "solaris")
see jtreg doc: http://openjdk.java.net/jtreg/tag-spec.html#requires_names