Searched refs:paintError (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java61 private static Throwable paintError; field in class:CustomCompositeTest
66 paintError = null;
79 if (paintError != null) {
81 throw new RuntimeException("Test FAILED.", paintError);
88 paintError = null;
106 if (paintError != null) {
108 throw new RuntimeException("Resize test FAILED.", paintError);
191 paintError = e;

Completed in 29 milliseconds