Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6992007

[TEST BUG] tests in 2d fails with wrong color at pixel

    XMLWordPrintable

Details

    • 2d
    • sparc
    • linux, os_x, solaris_9, solaris_10, windows

    Backports

      Description

        Testsuite name: j2se
        tests:
        closed/sun/java2d/OpenGL/OpaqueDest.java
        closed/sun/java2d/OpenGL/ScaleParamsOOB.java
        closed/sun/java2d/OpenGL/XORPaint.java
        closed/sun/java2d/OpenGL/XformVolatile.java
        sun/java2d/SunGraphics2D/SimplePrimQuality.java

        JDK/JRE tested: jdk7 b114, also fails on jdk7 b113
        OS/architecture: sun4u-solaris10
        Reproducible: Always
        Reproducible on machine: stt-74.russia.sun.com; stt-58.russia.sun.com

        Is it a platform specific regression: N
        Is it a Regression: N

        Test run log location:
        runner finished test: closed/sun/java2d/OpenGL/OpaqueDest.java
        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)

        runner finished test: closed/sun/java2d/OpenGL/ScaleParamsOOB.java
        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=140 y=40 (expected=ffff0000 actual=fffe0000)

        runner finished test: closed/sun/java2d/OpenGL/XORPaint.java
        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Failed: Incorrect color for plain text (non-AA)(expected: ff0000ff actual: ff0101ff)

        runner finished test: closed/sun/java2d/OpenGL/XformVolatile.java
        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Failed: Incorrect color for outer pixel

        runner finished test: sun/java2d/SunGraphics2D/SimplePrimQuality.java
        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=60 y=3 (expected=ff000000 actual=ff00ff00)


        [stt-robot@stt-74]$ pwd
        /export/JQA/7b113
        [stt-robot@stt-74]$ cat cur/work/closed/sun/java2d/OpenGL/OpaqueDest.jtr
        #Test Results (version 2)
        #Thu Oct 14 13:31:32 MSD 2010
        #checksum:66e0bad67d1f205b
        #-----testdescription-----
        $file=/net/vice/export/stt/newroot/regression/workspaces/170/1.7.0_fcsb113/j2se/test/closed/sun/java2d/OpenGL/OpaqueDest.java
        $root=/net/vice/export/stt/newroot/regression/workspaces/170/1.7.0_fcsb113/j2se/test
        author=campbelc
        keywords=bug6277977 bug6319663 othervm
        run=USER_SPECIFIED main/othervm OpaqueDest\n
        source=OpaqueDest.java
        title=Verifies that blending operations do not inadvertantly leave non-opaque alpha values in the framebuffer

        #-----environment-----

        #-----testresult-----
        description=file:///net/vice/export/stt/newroot/regression/workspaces/170/1.7.0_fcsb113/j2se/test/closed/sun/java2d/OpenGL/OpaqueDest.java
        end=Thu Oct 14 13:31:32 MSD 2010
        environment=regtest
        execStatus=Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)
        javatestOS=SunOS 5.10 (sparc)
        javatestVersion=3.2.2_03
        script=com.sun.javatest.regtest.RegressionScript
        sections=script_messages build compile main
        start=Thu Oct 14 13:31:26 MSD 2010
        test=closed/sun/java2d/OpenGL/OpaqueDest.java
        work=/export/JQA/7b113/cur/work/closed/sun/java2d/OpenGL

        #section:script_messages
        ----------messages:(4/177)----------
        JDK under test: (/export/jdk/jdk1.7.0b113)
        java version "1.7.0-ea"
        Java(TM) SE Runtime Environment (build 1.7.0-ea-b113)
        Java HotSpot(TM) Server VM (build 20.0-b01, mixed mode)

        #section:build
        ----------messages:(3/95)----------
        command: build OpaqueDest
        reason: Named class compiled on demand
        elapsed time (seconds): 3.588
        result: Passed. Build successful

        #section:compile
        ----------messages:(3/217)----------
        command: compile /net/vice/export/stt/newroot/regression/workspaces/170/1.7.0_fcsb113/j2se/test/closed/sun/java2d/OpenGL/OpaqueDest.java
        reason: .class file out of date or does not exist
        elapsed time (seconds): 3.581
        ----------System.out:(0/0)----------
        ----------System.err:(0/0)----------
        result: Passed. Compilation successful

        #section:main
        ----------messages:(3/115)----------
        command: main OpaqueDest
        reason: User specified action: run main/othervm OpaqueDest
        elapsed time (seconds): 1.746
        ----------System.out:(0/0)----------
        ----------System.err:(13/833)----------
        java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)
                at OpaqueDest.main(OpaqueDest.java:103)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke(Method.java:613)
                at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
                at java.lang.Thread.run(Thread.java:729)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)
        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)
        result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)


        test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)


        Steps to reproduce:

        [stt-robot@stt-74]$ /export/jdk/jdk1.7.0b113/bin/javac OpaqueDest.java
        [stt-robot@stt-74]$ /export/jdk/jdk1.7.0b113/bin/java OpaqueDest
        Exception in thread "main" java.lang.RuntimeException: Test failed at x=10 y=10 (expected=ffff0000 actual=fffe0000)
                at OpaqueDest.main(OpaqueDest.java:103)

        Attachments

          1. OpaqueDest.jtr
            8 kB
          2. ScaleParamsOOB.jtr
            8 kB
          3. XORPaint.jtr
            8 kB

          Issue Links

            Activity

              People

                prr Philip Race
                ikobzaresunw Ivan Kobzarev (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                27 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Imported:
                  Indexed: