-
Bug
-
Resolution: Duplicate
-
P3
-
fx1.0, fx2.0
-
OS: Windows XP SP:
Hard: C2D ATI Radeon
Build: RC_b52
?est (Compatibility, Graphics): scene/transform/Rotate/TextBoxRotate.fx#id1 failed on RC b52
see attached picture for details and comments
steps for reproducing:
0. Install jdk1.6.0_10 and ant-1.7.x
1. Download:
- needed build of javafx-1.0<dev>
- JTHArness
- latest testsuite by
# hg clone http://jfxsrc.sfbay.sun.com/javafx/baloo/compatibility
- latest framework for desctop and mobile by
# hg clone http://jfxsrc.sfbay.sun.com/javafx/baloo/sqeframework
- javame TCK framework
2. Unzip needed build of javafx-1.0<dev>
3. Remove all data from
<sqeframework_home>/suite_template_(desktop|mobile)/tests/.
4. Copy needed test WS into
<compatibility_home>/suite_template_(desktop|mobile)/tests/.
5. Copy file parameters.txt from
<sqeframework_home>/suite_template_(desktop|mobile)/tests/<test_WS_name>/parameters.txt
to ../../.
6. Edit <sqeframework_home>/suite_template_(desktop|mobile)/build.properties according instructions.
7. Run `ant` in <sqeframework_home>/suite_template_(desktop|mobile)/framework/
8. Run `ant` in <sqeframework_home>/suite_template_(desktop|mobile)/
9. Run `ant script` in <sqeframework_home>/suite_template_(desktop|mobile)/
10. Run `start.bat` in <sqeframework_home>/suite_template_(desktop|mobile)/
Desktop: edit interview and run needed tests (test description and emulator windows will opened).
Make sure that bug is reprodusible.
Mobile: edit interview and run needed tests. Go to <javafx-1.0_home>/emulator and run
`./bin/emulator.exe -Xautotest:http://<your_host_name>:8080/test/getNextApp.jad`.
Emulator will started and test description window will opened.
Make sure that bug is reprodusible.
All tests source you can find in <compatibility_home>.
see attached picture for details and comments
steps for reproducing:
0. Install jdk1.6.0_10 and ant-1.7.x
1. Download:
- needed build of javafx-1.0<dev>
- JTHArness
- latest testsuite by
# hg clone http://jfxsrc.sfbay.sun.com/javafx/baloo/compatibility
- latest framework for desctop and mobile by
# hg clone http://jfxsrc.sfbay.sun.com/javafx/baloo/sqeframework
- javame TCK framework
2. Unzip needed build of javafx-1.0<dev>
3. Remove all data from
<sqeframework_home>/suite_template_(desktop|mobile)/tests/.
4. Copy needed test WS into
<compatibility_home>/suite_template_(desktop|mobile)/tests/.
5. Copy file parameters.txt from
<sqeframework_home>/suite_template_(desktop|mobile)/tests/<test_WS_name>/parameters.txt
to ../../.
6. Edit <sqeframework_home>/suite_template_(desktop|mobile)/build.properties according instructions.
7. Run `ant` in <sqeframework_home>/suite_template_(desktop|mobile)/framework/
8. Run `ant` in <sqeframework_home>/suite_template_(desktop|mobile)/
9. Run `ant script` in <sqeframework_home>/suite_template_(desktop|mobile)/
10. Run `start.bat` in <sqeframework_home>/suite_template_(desktop|mobile)/
Desktop: edit interview and run needed tests (test description and emulator windows will opened).
Make sure that bug is reprodusible.
Mobile: edit interview and run needed tests. Go to <javafx-1.0_home>/emulator and run
`./bin/emulator.exe -Xautotest:http://<your_host_name>:8080/test/getNextApp.jad`.
Emulator will started and test description window will opened.
Make sure that bug is reprodusible.
All tests source you can find in <compatibility_home>.
- duplicates
-
JDK-8116744 Node is never rendered after it leaves the visible part of the scene
- Closed