-
Bug
-
Resolution: Won't Fix
-
P4
-
11, 17, 18
If you run them today on a parallel machine with the usual invocation:
$ CONF=linux-x86_64-server-fastdebug make run-test TEST=sanity/client/SwingSet/
...then a whole lot of these tests would fail. It seems to be caused by the overlapping GUI windows that robots fail to reach properly then. It seems these tests need to be run exclusively.
$ CONF=linux-x86_64-server-fastdebug make run-test TEST=sanity/client/SwingSet/
...then a whole lot of these tests would fail. It seems to be caused by the overlapping GUI windows that robots fail to reach properly then. It seems these tests need to be run exclusively.
- links to
-
Review openjdk/jdk/5533