-
Bug
-
Resolution: Duplicate
-
P5
-
None
-
6u27, 6u91, 6u101
-
win8.1 x86/JDK 6u101 b09(32bit)
-
x86
-
windows_8
Testsuite name: 2D Functional
Test name(s): 2D_ImageIOTiger/WriterCompressionTypeTest
JDK/JRE tested: JDK 6u101 b09(32bit)
OS/architecture: win8.1 x86(Graphics:Intel(R) G41 Express Chipset)
Error log file : http://aurora.ru.oracle.com/slot-gw/837810.ManualSubmit-1/ResultDir/WriterCompressionTypeTest/WriterCompressionTypeTest.log
Reproducible: Always
Reproducible on machine: Evergreen-machine
[If Sometimes] Also reproducible on machine:
Is it a Regression: no (in 6u91b13 and 6u27b07 some images are also upside down)
[If Regression] Regression introduced in release/build:
Test result on the last GAed release for this train:
[if Fail] Test result on FCS:
Is it a platform specific issue:
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:
[If new configuration testing] Issue specific to execution mode or OS/browser version:
Steps to reproduce:
1. Download the workspace from http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/6/2d locate at C:/2d/6_2d
2. Install test bundle JDK6u101b09 (download from http://jre.us.oracle.com/java/re/jdk/6u101/promoted/fcs/b09/bundles) locate at C:/Java/jdk1.6.0_101
3. Install stablejdk JDK6u45b06 (download from http://jre.us.oracle.com/java/re/jdk/1.6.0_45/promoted/fcs/b06/bundles) locate at C:/Java/jdk1.6.0_45
4. Download the ute from http://sqeweb.us.oracle.com/net/stt-13.ru.oracle.com/export/home0/ute-dev/bin/ute locate at C:/2d/ute
5. Add testlist.fail from attachment locate at C:/2d
6. Create result dir at C:/2d/results
7. Create the script test_2d.sh as:
#! /bin/sh
UTE=C:/2d/ute
$UTE/ute run -harness tonga -stablejavahome "C:/Java/jdk1.6.0_45" -component 2d -env KEYWORDS=manual -env TONGA_MAIN_CLASS=DTonga -testlist "C:/2d/testlist.fail" -env TONGA_JAR=$UTE/tool/tonga/tonga4.0.jar -jdk "C:/Java/jdk1.6.0_101" -testbase "C:/2d/6_2d/2d" -results "C:/2d/results"
8. Run the script using the command : bash test_2d.sh
Case Instruction:
An image is read and written back to another file,
by setting different supported compression types, using BMP Writer.
The supported compression types will be displayed below.
This scenario tests image type INT_RGB.
TopDown param is set. None of the images must be inverted.
Quality of the images may slightly differ, But should not be distorted.
If all the images are rendered properly, click on "Assertion Pass"
else if there is any exception thrown click on "Assertion Fail".
Actual behavior:
Some images are upside down. Please refer to the attachment file WriterCompressionTypeTest.jpg.
Test name(s): 2D_ImageIOTiger/WriterCompressionTypeTest
JDK/JRE tested: JDK 6u101 b09(32bit)
OS/architecture: win8.1 x86(Graphics:Intel(R) G41 Express Chipset)
Error log file : http://aurora.ru.oracle.com/slot-gw/837810.ManualSubmit-1/ResultDir/WriterCompressionTypeTest/WriterCompressionTypeTest.log
Reproducible: Always
Reproducible on machine: Evergreen-machine
[If Sometimes] Also reproducible on machine:
Is it a Regression: no (in 6u91b13 and 6u27b07 some images are also upside down)
[If Regression] Regression introduced in release/build:
Test result on the last GAed release for this train:
[if Fail] Test result on FCS:
Is it a platform specific issue:
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:
[If new configuration testing] Issue specific to execution mode or OS/browser version:
Steps to reproduce:
1. Download the workspace from http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/6/2d locate at C:/2d/6_2d
2. Install test bundle JDK6u101b09 (download from http://jre.us.oracle.com/java/re/jdk/6u101/promoted/fcs/b09/bundles) locate at C:/Java/jdk1.6.0_101
3. Install stablejdk JDK6u45b06 (download from http://jre.us.oracle.com/java/re/jdk/1.6.0_45/promoted/fcs/b06/bundles) locate at C:/Java/jdk1.6.0_45
4. Download the ute from http://sqeweb.us.oracle.com/net/stt-13.ru.oracle.com/export/home0/ute-dev/bin/ute locate at C:/2d/ute
5. Add testlist.fail from attachment locate at C:/2d
6. Create result dir at C:/2d/results
7. Create the script test_2d.sh as:
#! /bin/sh
UTE=C:/2d/ute
$UTE/ute run -harness tonga -stablejavahome "C:/Java/jdk1.6.0_45" -component 2d -env KEYWORDS=manual -env TONGA_MAIN_CLASS=DTonga -testlist "C:/2d/testlist.fail" -env TONGA_JAR=$UTE/tool/tonga/tonga4.0.jar -jdk "C:/Java/jdk1.6.0_101" -testbase "C:/2d/6_2d/2d" -results "C:/2d/results"
8. Run the script using the command : bash test_2d.sh
Case Instruction:
An image is read and written back to another file,
by setting different supported compression types, using BMP Writer.
The supported compression types will be displayed below.
This scenario tests image type INT_RGB.
TopDown param is set. None of the images must be inverted.
Quality of the images may slightly differ, But should not be distorted.
If all the images are rendered properly, click on "Assertion Pass"
else if there is any exception thrown click on "Assertion Fail".
Actual behavior:
Some images are upside down. Please refer to the attachment file WriterCompressionTypeTest.jpg.
- duplicates
-
JDK-6296893 BMP Writer handles TopDown property incorrectly for some of the compression types
- Resolved
- relates to
-
JDK-6957692 2D_ImageIOTiger/ImageWriteParamTest: Some images are upside down.
- Closed