8274296: Update or Problem List tests which may fail with uiScale=2 on macOS
Reviewed-by: jdv
This commit is contained in:
parent
baafa6059e
commit
753b25633b
@ -749,6 +749,12 @@ javax/swing/JPopupMenu/4634626/bug4634626.java 8017175 macosx-all
|
||||
javax/swing/JButton/8151303/PressedIconTest.java 8266246 macosx-aarch64
|
||||
javax/swing/JMenuItem/ActionListenerCalledTwice/ActionListenerCalledTwiceTest.java 8273573 macosx-all
|
||||
|
||||
# Several tests which fail on some hidpi systems
|
||||
java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java 8274106 macosx-aarch64
|
||||
java/awt/Window/8159168/SetShapeTest.java 8274106 macosx-aarch64
|
||||
java/awt/image/multiresolution/MultiResolutionJOptionPaneIconTest.java 8274106 macosx-aarch64
|
||||
javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java 8274106 macosx-aarch64
|
||||
|
||||
sanity/client/SwingSet/src/ToolTipDemoTest.java 8225012 windows-all,macosx-all
|
||||
sanity/client/SwingSet/src/ScrollPaneDemoTest.java 8225013 linux-all
|
||||
sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java 8265770 macosx-all
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8190230 8196360
|
||||
* @summary [macosx] Order of overlapping of modal dialogs is wrong
|
||||
* @key headful
|
||||
* @run main SiblingChildOrderTest
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 SiblingChildOrderTest
|
||||
*/
|
||||
|
||||
import java.awt.Color;
|
||||
|
@ -36,7 +36,7 @@ import java.awt.Point;
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @author Sergey Bylokhov
|
||||
* @run main PaintNativeOnUpdate
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 PaintNativeOnUpdate
|
||||
*/
|
||||
public final class PaintNativeOnUpdate extends Label {
|
||||
|
||||
|
@ -37,7 +37,7 @@ import java.awt.Window;
|
||||
* @author Sergey Bylokhov
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main BackgroundIsNotUpdated
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 BackgroundIsNotUpdated
|
||||
*/
|
||||
public final class BackgroundIsNotUpdated extends Window {
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* certain scenarios
|
||||
* @bug 8021961
|
||||
* @author Semyon Sadetsky
|
||||
* @run main ChildAlwaysOnTopTest
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 ChildAlwaysOnTopTest
|
||||
*/
|
||||
|
||||
import javax.swing.*;
|
||||
|
@ -27,7 +27,7 @@
|
||||
* @bug 6683728
|
||||
* @summary Tests that a JApplet in a translucent JFrame works properly
|
||||
* @compile -XDignore.symbol.file=true TranslucentJAppletTest.java
|
||||
* @run main TranslucentJAppletTest
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 TranslucentJAppletTest
|
||||
*/
|
||||
|
||||
import java.awt.*;
|
||||
|
@ -36,7 +36,7 @@ import javax.swing.UnsupportedLookAndFeelException;
|
||||
* @key headful
|
||||
* @bug 8172269 8244557
|
||||
* @summary Tests JTabbedPane background for SCROLL_TAB_LAYOUT
|
||||
* @run main TestBackgroundScrollPolicy
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 TestBackgroundScrollPolicy
|
||||
*/
|
||||
|
||||
public class TestBackgroundScrollPolicy {
|
||||
|
@ -25,7 +25,7 @@
|
||||
* @bug 8058704 6789980
|
||||
* @key headful
|
||||
* @summary Verifies if Nimbus honor JTextPane and JEditorPane background color
|
||||
* @run main TestNimbusBGColor
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 TestNimbusBGColor
|
||||
*/
|
||||
import java.awt.Color;
|
||||
import java.awt.Dimension;
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @build Util
|
||||
* @author Romain Guy
|
||||
* @summary Tests PRESSED and MOUSE_OVER and FOCUSED state for buttons with Synth.
|
||||
* @run main bug6276188
|
||||
* @run main/othervm -Dsun.java2d.uiScale=1 bug6276188
|
||||
*/
|
||||
import java.awt.*;
|
||||
import java.awt.image.*;
|
||||
|
Loading…
Reference in New Issue
Block a user