8075110: (prefs) CodePointZeroPrefsTest fails on certain platforms

Contrain test to the Linux and Solaris OS families

Reviewed-by: darcy
This commit is contained in:
Brian Burkhalter 2015-03-13 15:03:42 -07:00
parent 17f8ee8cf0
commit 6290291b27

View File

@ -27,6 +27,7 @@ import java.util.prefs.PreferencesFactory;
/*
* @test
* @bug 8068373
* @requires os.family == "linux" | os.family == "solaris"
* @summary Ensure writing a code point U+0000 null control character is detected.
*/
public class CodePointZeroPrefsTest