[2016-01-22T08:34:19.91] # [2016-01-22T08:34:19.91] export KSH [2016-01-22T08:34:19.91] export PATH [2016-01-22T08:34:19.91] export TESTBASE [2016-01-22T08:34:19.91] export HOME [2016-01-22T08:34:19.91] export TEMP [2016-01-22T08:34:19.91] export SystemRoot [2016-01-22T08:34:19.91] cwd=`echo $0 | sed 's/[^\/]*.tlog//'` [2016-01-22T08:34:19.91] [2016-01-22T08:34:19.91] [2016-01-22T08:34:19.91] # Dtonga deploy function sub. [2016-01-22T08:34:19.91] deploy () { [2016-01-22T08:34:19.91] rsh $1 sh -s << --EOF-- [2016-01-22T08:34:19.91] `cat ${cwd}/${2}/${3}.tlog` [2016-01-22T08:34:19.91] --EOF-- [2016-01-22T08:34:19.91] } [2016-01-22T08:34:19.91] [2016-01-22T08:34:19.91] SUITE_NAME="2D_MultiMonitor" [2016-01-22T08:34:19.91] # Actual: SUITE_NAME=2D_MultiMonitor [2016-01-22T08:34:19.91] TEST_BASE="${TESTBASE}/${SUITE_NAME}/Automated" [2016-01-22T08:34:19.91] # Actual: TEST_BASE=c:/lucas/9/2d/src/2D_MultiMonitor/Automated [2016-01-22T08:34:19.91] DATADIR="${DATA_DIR}/${SUITE_NAME}" [2016-01-22T08:34:19.91] # Actual: DATADIR=c:/lucas/9/2d/data/2D_MultiMonitor [2016-01-22T08:34:19.91] echo ################################### [2016-01-22T08:34:19.91] # Actual: echo ################################### [2016-01-22T08:34:19.91] ################################### [2016-01-22T08:34:19.91] echo Setting the TEST_TIMEOUT [2016-01-22T08:34:19.91] # Actual: echo Setting the TEST_TIMEOUT [2016-01-22T08:34:19.93] Setting the TEST_TIMEOUT [2016-01-22T08:34:19.93] APPLICATION_TIMEOUT="100" [2016-01-22T08:34:19.93] # Actual: APPLICATION_TIMEOUT=100 [2016-01-22T08:34:19.93] export APPLICATION_TIMEOUT [2016-01-22T08:34:19.93] TEST_TIMEOUT="100" [2016-01-22T08:34:19.93] # Actual: TEST_TIMEOUT=100 [2016-01-22T08:34:19.93] export TEST_TIMEOUT [2016-01-22T08:34:19.93] echo "TEST_TIMEOUT ${TEST_TIMEOUT}" [2016-01-22T08:34:19.93] # Actual: echo "TEST_TIMEOUT 100" [2016-01-22T08:34:19.93] TEST_TIMEOUT 100 [2016-01-22T08:34:19.93] echo ################################### [2016-01-22T08:34:19.93] # Actual: echo ################################### [2016-01-22T08:34:19.93] ################################### [2016-01-22T08:34:19.93] ${JAVA_HOME}/bin/javac -d ${suite_work_dir}/classes -classpath ${CLASSPATH}${PATH_SEP}${suite_work_dir}/classes ${TEST_BASE}/${test_case_name}.java [2016-01-22T08:34:19.93] # Actual: c:/lucas/jdk1.9/jdk1.9.0/bin/javac -d C:/lucas/results/ResultDir/2D_MultiMonitor/classes -classpath c:/lucas/9/2d/share/lib/mediaserver/media-server.jar;c:/lucas/9/2d/share/lib/mediaserver/.;c:/lucas/9/2d/share/lib/ImageComparator/ImageComparator.jar;C:/lucas/results/ResultDir/2D_MultiMonitor/classes c:/lucas/9/2d/src/2D_MultiMonitor/Automated/FrameAutoDisplayModeTest.java [2016-01-22T08:34:21.18] CLASSPATH="${CLASSPATH}${PATH_SEP}${suite_work_dir}/classes${PATH_SEP}${DATADIR}" [2016-01-22T08:34:21.19] # Actual: CLASSPATH=c:/lucas/9/2d/share/lib/mediaserver/media-server.jar;c:/lucas/9/2d/share/lib/mediaserver/.;c:/lucas/9/2d/share/lib/ImageComparator/ImageComparator.jar;C:/lucas/results/ResultDir/2D_MultiMonitor/classes;c:/lucas/9/2d/data/2D_MultiMonitor [2016-01-22T08:34:21.19] export CLASSPATH [2016-01-22T08:34:21.19] mkdir ${test_work_dir}/base [2016-01-22T08:34:21.19] # Actual: mkdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:34:21.19] ${JAVA_HOME}/bin/java -Xmx128m -Xms128m ${JAVA_OPTS} ${test_case_name} -outputdir ${test_work_dir}/base [2016-01-22T08:34:21.19] # Actual: c:/lucas/jdk1.9/jdk1.9.0/bin/java -Xmx128m -Xms128m FrameAutoDisplayModeTest -outputdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] =============== Device Information =========================== [2016-01-22T08:34:21.49] No of devices: 1 [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] Available Devices [2016-01-22T08:34:21.49] ----------------- [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] Graphics Device 0: D3DGraphicsDevice[screen=0] [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] Available Graphics Configs [2016-01-22T08:34:21.49] -------------------------- [2016-01-22T08:34:21.49] GraphicsConfig 0: D3DGraphicsConfig[dev=D3DGraphicsDevice[screen=0],pixfmt=0] [2016-01-22T08:34:21.49] Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:34:21.49] Screen Insets for this GC: java.awt.Insets[top=0,left=0,bottom=0,right=0] [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] [2016-01-22T08:34:21.49] Default Config: D3DGraphicsConfig[dev=D3DGraphicsDevice[screen=0],pixfmt=0] [2016-01-22T08:34:21.49] Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:34:21.49] Screen Insets for default GC: java.awt.Insets[top=0,left=0,bottom=0,right=0] [2016-01-22T08:34:21.51] Current Display Mode: width: 1360 height: 768 Color Depth: 32 Refresh Rate: 60 [2016-01-22T08:34:21.51] [2016-01-22T08:34:21.51] Default Device: D3DGraphicsDevice[screen=0] [2016-01-22T08:34:21.51] [2016-01-22T08:34:21.51] isMultiScreen? false [2016-01-22T08:34:21.51] isVirtualScreen? false [2016-01-22T08:34:21.51] isVirtualScreenHorizontal? false [2016-01-22T08:34:21.51] isVirtualScreenVertical? false [2016-01-22T08:34:21.51] [2016-01-22T08:34:21.51] Max Window Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:34:21.51] Center Point: java.awt.Point[x=680,y=384] [2016-01-22T08:34:21.51] Screen Size: java.awt.Dimension[width=1360,height=768] [2016-01-22T08:34:21.51] [2016-01-22T08:34:21.51] ============================================================== [2016-01-22T08:34:21.57] Waiting for paint to complete...0 false [2016-01-22T08:34:21.58] Creating volatile sprites: width: 184 Height: 162 [2016-01-22T08:34:21.58] Initializing Volatile Contents [2016-01-22T08:34:21.60] Status: IMAGE_RESTORED [2016-01-22T08:34:21.60] Initializing Volatile Contents [2016-01-22T08:34:21.60] Initializing Volatile Contents [2016-01-22T08:34:21.60] [2016-01-22T08:34:21.60] From IMG: Is Accelerated? true [2016-01-22T08:34:21.60] From IMG: Is True Volatile? true [2016-01-22T08:34:21.60] From GC: Is Accelerated? true [2016-01-22T08:34:21.60] From GC: Is True Volatile? true [2016-01-22T08:34:21.60] Waiting for paint to complete...0 true [2016-01-22T08:34:21.60] Initializing Volatile Contents [2016-01-22T08:34:21.60] [2016-01-22T08:34:21.60] From IMG: Is Accelerated? true [2016-01-22T08:34:21.60] From IMG: Is True Volatile? true [2016-01-22T08:34:21.60] From GC: Is Accelerated? true [2016-01-22T08:34:21.60] From GC: Is True Volatile? true [2016-01-22T08:34:21.60] Waiting for paint to complete...1 true [2016-01-22T08:34:21.60] Initializing Volatile Contents [2016-01-22T08:34:21.60] [2016-01-22T08:34:21.60] From IMG: Is Accelerated? true [2016-01-22T08:34:21.60] From IMG: Is True Volatile? true [2016-01-22T08:34:21.60] From GC: Is Accelerated? true [2016-01-22T08:34:21.60] From GC: Is True Volatile? true [2016-01-22T08:34:21.60] Waiting for paint to complete...2 true [2016-01-22T08:34:21.71] Waiting for paint to complete...3 true [2016-01-22T08:34:21.82] Waiting for paint to complete...4 true [2016-01-22T08:34:21.93] Waiting for paint to complete...5 true [2016-01-22T08:34:22.04] Waiting for paint to complete...6 true [2016-01-22T08:34:22.15] Waiting for paint to complete...7 true [2016-01-22T08:34:22.26] Waiting for paint to complete...8 true [2016-01-22T08:34:22.36] Waiting for paint to complete...9 true [2016-01-22T08:34:22.47] Waiting for paint to complete...10 true [2016-01-22T08:34:22.58] Waiting for paint to complete...11 true [2016-01-22T08:34:22.69] Waiting for paint to complete...12 true [2016-01-22T08:34:22.80] Waiting for paint to complete...13 true [2016-01-22T08:34:22.91] Waiting for paint to complete...14 true [2016-01-22T08:34:23.02] Waiting for paint to complete...15 true [2016-01-22T08:34:23.13] Waiting for paint to complete...16 true [2016-01-22T08:34:23.24] Waiting for paint to complete...17 true [2016-01-22T08:34:23.35] Waiting for paint to complete...18 true [2016-01-22T08:34:23.46] Waiting for paint to complete...19 true [2016-01-22T08:34:23.57] Waiting for paint to complete...20 true [2016-01-22T08:34:23.68] Waiting for paint to complete...21 true [2016-01-22T08:34:23.78] Waiting for paint to complete...22 true [2016-01-22T08:34:23.89] Waiting for paint to complete...23 true [2016-01-22T08:34:24.00] Waiting for paint to complete...24 true [2016-01-22T08:34:24.11] Waiting for paint to complete...25 true [2016-01-22T08:34:24.22] Waiting for paint to complete...26 true [2016-01-22T08:34:24.33] Waiting for paint to complete...27 true [2016-01-22T08:34:24.44] Waiting for paint to complete...28 true [2016-01-22T08:34:24.55] Waiting for paint to complete...29 true [2016-01-22T08:34:24.66] Waiting for paint to complete...30 true [2016-01-22T08:34:24.77] Waiting for paint to complete...31 true [2016-01-22T08:34:24.88] Waiting for paint to complete...32 true [2016-01-22T08:34:24.99] Waiting for paint to complete...33 true [2016-01-22T08:34:25.09] Waiting for paint to complete...34 true [2016-01-22T08:34:25.20] Waiting for paint to complete...35 true [2016-01-22T08:34:25.31] Waiting for paint to complete...36 true [2016-01-22T08:34:25.42] Waiting for paint to complete...37 true [2016-01-22T08:34:25.53] Waiting for paint to complete...38 true [2016-01-22T08:34:25.64] Waiting for paint to complete...39 true [2016-01-22T08:34:25.75] Waiting for paint to complete...40 true [2016-01-22T08:34:25.86] Waiting for paint to complete...41 true [2016-01-22T08:34:25.97] Waiting for paint to complete...42 true [2016-01-22T08:34:26.08] Waiting for paint to complete...43 true [2016-01-22T08:34:26.19] Waiting for paint to complete...44 true [2016-01-22T08:34:26.30] Waiting for paint to complete...45 true [2016-01-22T08:34:26.41] Waiting for paint to complete...46 true [2016-01-22T08:34:26.51] Waiting for paint to complete...47 true [2016-01-22T08:34:26.62] Waiting for paint to complete...48 true [2016-01-22T08:34:26.73] Waiting for paint to complete...49 true [2016-01-22T08:34:26.84] Waiting for paint to complete...50 true [2016-01-22T08:34:26.95] Waiting for paint to complete...51 true [2016-01-22T08:34:27.06] Waiting for paint to complete...52 true [2016-01-22T08:34:27.17] Waiting for paint to complete...53 true [2016-01-22T08:34:27.28] Waiting for paint to complete...54 true [2016-01-22T08:34:27.39] Waiting for paint to complete...55 true [2016-01-22T08:34:27.50] Waiting for paint to complete...56 true [2016-01-22T08:34:27.61] Waiting for paint to complete...57 true [2016-01-22T08:34:27.72] Waiting for paint to complete...58 true [2016-01-22T08:34:27.82] Waiting for paint to complete...59 true [2016-01-22T08:34:27.93] Waiting for paint to complete...60 true [2016-01-22T08:34:28.04] Waiting for paint to complete...61 true [2016-01-22T08:34:28.15] Waiting for paint to complete...62 true [2016-01-22T08:34:28.26] Waiting for paint to complete...63 true [2016-01-22T08:34:28.37] Waiting for paint to complete...64 true [2016-01-22T08:34:28.48] Waiting for paint to complete...65 true [2016-01-22T08:34:28.59] Waiting for paint to complete...66 true [2016-01-22T08:34:28.70] Waiting for paint to complete...67 true [2016-01-22T08:34:28.81] Waiting for paint to complete...68 true [2016-01-22T08:34:28.92] Waiting for paint to complete...69 true [2016-01-22T08:34:29.03] Waiting for paint to complete...70 true [2016-01-22T08:34:29.03] FullScreenExclusive mode is supported on GD: D3DGraphicsDevice[screen=0] [2016-01-22T08:34:29.24] Waiting for paint to complete...0 true [2016-01-22T08:34:29.35] Waiting for paint to complete...1 true [2016-01-22T08:34:29.37] Creating volatile sprites: width: 1344 Height: 730 [2016-01-22T08:34:29.37] Initializing Volatile Contents [2016-01-22T08:34:29.37] Status: IMAGE_RESTORED [2016-01-22T08:34:29.37] Initializing Volatile Contents [2016-01-22T08:34:29.37] Initializing Volatile Contents [2016-01-22T08:34:29.37] [2016-01-22T08:34:29.37] From IMG: Is Accelerated? true [2016-01-22T08:34:29.37] From IMG: Is True Volatile? true [2016-01-22T08:34:29.37] From GC: Is Accelerated? true [2016-01-22T08:34:29.37] From GC: Is True Volatile? true [2016-01-22T08:34:29.37] Initializing Volatile Contents [2016-01-22T08:34:29.37] [2016-01-22T08:34:29.37] From IMG: Is Accelerated? true [2016-01-22T08:34:29.37] From IMG: Is True Volatile? true [2016-01-22T08:34:29.37] From GC: Is Accelerated? true [2016-01-22T08:34:29.37] From GC: Is True Volatile? true [2016-01-22T08:34:29.37] Waiting for paint to complete...2 false [2016-01-22T08:34:29.38] Waiting for paint to complete...2 false [2016-01-22T08:34:29.38] Initializing Volatile Contents [2016-01-22T08:34:29.38] [2016-01-22T08:34:29.38] From IMG: Is Accelerated? true [2016-01-22T08:34:29.38] From IMG: Is True Volatile? true [2016-01-22T08:34:29.38] From GC: Is Accelerated? true [2016-01-22T08:34:29.38] From GC: Is True Volatile? true [2016-01-22T08:34:29.38] Waiting for paint to complete...2 true [2016-01-22T08:34:29.49] Waiting for paint to complete...3 true [2016-01-22T08:34:29.60] Waiting for paint to complete...4 true [2016-01-22T08:34:29.71] Waiting for paint to complete...5 true [2016-01-22T08:34:29.82] Waiting for paint to complete...6 true [2016-01-22T08:34:29.93] Waiting for paint to complete...7 true [2016-01-22T08:34:30.04] Waiting for paint to complete...8 true [2016-01-22T08:34:30.15] Waiting for paint to complete...9 true [2016-01-22T08:34:30.26] Waiting for paint to complete...10 true [2016-01-22T08:34:30.37] Waiting for paint to complete...11 true [2016-01-22T08:34:30.48] Waiting for paint to complete...12 true [2016-01-22T08:34:30.59] Waiting for paint to complete...13 true [2016-01-22T08:34:30.70] Waiting for paint to complete...14 true [2016-01-22T08:34:30.80] Waiting for paint to complete...15 true [2016-01-22T08:34:30.91] Waiting for paint to complete...16 true [2016-01-22T08:34:31.02] Waiting for paint to complete...17 true [2016-01-22T08:34:31.13] Waiting for paint to complete...18 true [2016-01-22T08:34:31.24] Waiting for paint to complete...19 true [2016-01-22T08:34:31.35] Waiting for paint to complete...20 true [2016-01-22T08:34:31.46] Waiting for paint to complete...21 true [2016-01-22T08:34:31.57] Waiting for paint to complete...22 true [2016-01-22T08:34:31.68] Waiting for paint to complete...23 true [2016-01-22T08:34:31.79] Waiting for paint to complete...24 true [2016-01-22T08:34:31.90] Waiting for paint to complete...25 true [2016-01-22T08:34:32.01] Waiting for paint to complete...26 true [2016-01-22T08:34:32.11] Waiting for paint to complete...27 true [2016-01-22T08:34:32.22] Waiting for paint to complete...28 true [2016-01-22T08:34:32.33] Waiting for paint to complete...29 true [2016-01-22T08:34:32.44] Waiting for paint to complete...30 true [2016-01-22T08:34:32.55] Waiting for paint to complete...31 true [2016-01-22T08:34:32.66] Waiting for paint to complete...32 true [2016-01-22T08:34:32.77] Waiting for paint to complete...33 true [2016-01-22T08:34:32.88] Waiting for paint to complete...34 true [2016-01-22T08:34:32.99] Waiting for paint to complete...35 true [2016-01-22T08:34:33.10] Waiting for paint to complete...36 true [2016-01-22T08:34:33.21] Waiting for paint to complete...37 true [2016-01-22T08:34:33.32] Waiting for paint to complete...38 true [2016-01-22T08:34:33.43] Waiting for paint to complete...39 true [2016-01-22T08:34:33.53] Waiting for paint to complete...40 true [2016-01-22T08:34:33.64] Waiting for paint to complete...41 true [2016-01-22T08:34:33.75] Waiting for paint to complete...42 true [2016-01-22T08:34:33.86] Waiting for paint to complete...43 true [2016-01-22T08:34:33.97] Waiting for paint to complete...44 true [2016-01-22T08:34:34.08] Waiting for paint to complete...45 true [2016-01-22T08:34:34.19] Waiting for paint to complete...46 true [2016-01-22T08:34:34.30] Waiting for paint to complete...47 true [2016-01-22T08:34:34.41] Waiting for paint to complete...48 true [2016-01-22T08:34:34.52] Waiting for paint to complete...49 true [2016-01-22T08:34:34.63] Waiting for paint to complete...50 true [2016-01-22T08:34:34.74] Waiting for paint to complete...51 true [2016-01-22T08:34:34.84] Waiting for paint to complete...52 true [2016-01-22T08:34:34.95] Waiting for paint to complete...53 true [2016-01-22T08:34:35.06] Waiting for paint to complete...54 true [2016-01-22T08:34:35.17] Waiting for paint to complete...55 true [2016-01-22T08:34:35.28] Waiting for paint to complete...56 true [2016-01-22T08:34:35.39] Waiting for paint to complete...57 true [2016-01-22T08:34:35.50] Waiting for paint to complete...58 true [2016-01-22T08:34:35.61] Waiting for paint to complete...59 true [2016-01-22T08:34:35.72] Waiting for paint to complete...60 true [2016-01-22T08:34:35.83] Waiting for paint to complete...61 true [2016-01-22T08:34:35.94] Waiting for paint to complete...62 true [2016-01-22T08:34:36.05] Waiting for paint to complete...63 true [2016-01-22T08:34:36.16] Waiting for paint to complete...64 true [2016-01-22T08:34:36.26] Waiting for paint to complete...65 true [2016-01-22T08:34:36.37] Waiting for paint to complete...66 true [2016-01-22T08:34:36.48] Waiting for paint to complete...67 true [2016-01-22T08:34:36.59] Waiting for paint to complete...68 true [2016-01-22T08:34:36.70] Waiting for paint to complete...69 true [2016-01-22T08:34:36.81] Waiting for paint to complete...70 true [2016-01-22T08:34:36.81] No of Display Modes obtained: 34 Device: D3DGraphicsDevice[screen=0] [2016-01-22T08:34:36.81] DisplayMode Change is supported [2016-01-22T08:34:36.81] Display Mode currently set: java.awt.DisplayMode@5f4 [2016-01-22T08:34:36.81] width: 320 Height: 200 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:34:37.20] Creating volatile sprites: width: 304 Height: 162 [2016-01-22T08:34:37.20] Initializing Volatile Contents [2016-01-22T08:34:37.20] Status: IMAGE_RESTORED [2016-01-22T08:34:37.20] Initializing Volatile Contents [2016-01-22T08:34:37.20] Initializing Volatile Contents [2016-01-22T08:34:37.20] [2016-01-22T08:34:37.20] From IMG: Is Accelerated? true [2016-01-22T08:34:37.20] From IMG: Is True Volatile? true [2016-01-22T08:34:37.20] From GC: Is Accelerated? true [2016-01-22T08:34:37.20] From GC: Is True Volatile? true [2016-01-22T08:34:37.20] Initializing Volatile Contents [2016-01-22T08:34:37.20] [2016-01-22T08:34:37.20] From IMG: Is Accelerated? true [2016-01-22T08:34:37.20] From IMG: Is True Volatile? true [2016-01-22T08:34:37.20] From GC: Is Accelerated? true [2016-01-22T08:34:37.20] From GC: Is True Volatile? true [2016-01-22T08:34:37.22] Initializing Volatile Contents [2016-01-22T08:34:37.22] [2016-01-22T08:34:37.22] From IMG: Is Accelerated? true [2016-01-22T08:34:37.22] From IMG: Is True Volatile? true [2016-01-22T08:34:37.22] From GC: Is Accelerated? true [2016-01-22T08:34:37.22] From GC: Is True Volatile? true [2016-01-22T08:34:39.12] Waiting for paint to complete...0 true [2016-01-22T08:34:39.23] Waiting for paint to complete...1 true [2016-01-22T08:34:39.34] Waiting for paint to complete...2 true [2016-01-22T08:34:39.45] Waiting for paint to complete...3 true [2016-01-22T08:34:39.56] Waiting for paint to complete...4 true [2016-01-22T08:34:39.67] Waiting for paint to complete...5 true [2016-01-22T08:34:39.77] Waiting for paint to complete...6 true [2016-01-22T08:34:39.88] Waiting for paint to complete...7 true [2016-01-22T08:34:39.99] Waiting for paint to complete...8 true [2016-01-22T08:34:40.10] Waiting for paint to complete...9 true [2016-01-22T08:34:40.21] Waiting for paint to complete...10 true [2016-01-22T08:34:40.32] Waiting for paint to complete...11 true [2016-01-22T08:34:40.43] Waiting for paint to complete...12 true [2016-01-22T08:34:40.54] Waiting for paint to complete...13 true [2016-01-22T08:34:40.65] Waiting for paint to complete...14 true [2016-01-22T08:34:40.76] Waiting for paint to complete...15 true [2016-01-22T08:34:40.87] Waiting for paint to complete...16 true [2016-01-22T08:34:40.98] Waiting for paint to complete...17 true [2016-01-22T08:34:41.08] Waiting for paint to complete...18 true [2016-01-22T08:34:41.19] Waiting for paint to complete...19 true [2016-01-22T08:34:41.30] Waiting for paint to complete...20 true [2016-01-22T08:34:41.41] Waiting for paint to complete...21 true [2016-01-22T08:34:41.52] Waiting for paint to complete...22 true [2016-01-22T08:34:41.63] Waiting for paint to complete...23 true [2016-01-22T08:34:41.74] Waiting for paint to complete...24 true [2016-01-22T08:34:41.85] Waiting for paint to complete...25 true [2016-01-22T08:34:41.96] Waiting for paint to complete...26 true [2016-01-22T08:34:42.07] Waiting for paint to complete...27 true [2016-01-22T08:34:42.18] Waiting for paint to complete...28 true [2016-01-22T08:34:42.29] Waiting for paint to complete...29 true [2016-01-22T08:34:42.40] Waiting for paint to complete...30 true [2016-01-22T08:34:42.50] Waiting for paint to complete...31 true [2016-01-22T08:34:42.61] Waiting for paint to complete...32 true [2016-01-22T08:34:42.72] Waiting for paint to complete...33 true [2016-01-22T08:34:42.83] Waiting for paint to complete...34 true [2016-01-22T08:34:42.94] Waiting for paint to complete...35 true [2016-01-22T08:34:43.05] Waiting for paint to complete...36 true [2016-01-22T08:34:43.16] Waiting for paint to complete...37 true [2016-01-22T08:34:43.27] Waiting for paint to complete...38 true [2016-01-22T08:34:43.38] Waiting for paint to complete...39 true [2016-01-22T08:34:43.49] Waiting for paint to complete...40 true [2016-01-22T08:34:43.60] Waiting for paint to complete...41 true [2016-01-22T08:34:43.71] Waiting for paint to complete...42 true [2016-01-22T08:34:43.81] Waiting for paint to complete...43 true [2016-01-22T08:34:43.92] Waiting for paint to complete...44 true [2016-01-22T08:34:44.03] Waiting for paint to complete...45 true [2016-01-22T08:34:44.14] Waiting for paint to complete...46 true [2016-01-22T08:34:44.25] Waiting for paint to complete...47 true [2016-01-22T08:34:44.36] Waiting for paint to complete...48 true [2016-01-22T08:34:44.47] Waiting for paint to complete...49 true [2016-01-22T08:34:44.58] Waiting for paint to complete...50 true [2016-01-22T08:34:44.69] Waiting for paint to complete...51 true [2016-01-22T08:34:44.80] Waiting for paint to complete...52 true [2016-01-22T08:34:44.91] Waiting for paint to complete...53 true [2016-01-22T08:34:45.02] Waiting for paint to complete...54 true [2016-01-22T08:34:45.13] Waiting for paint to complete...55 true [2016-01-22T08:34:45.23] Waiting for paint to complete...56 true [2016-01-22T08:34:45.34] Waiting for paint to complete...57 true [2016-01-22T08:34:45.45] Waiting for paint to complete...58 true [2016-01-22T08:34:45.56] Waiting for paint to complete...59 true [2016-01-22T08:34:45.67] Waiting for paint to complete...60 true [2016-01-22T08:34:45.78] Waiting for paint to complete...61 true [2016-01-22T08:34:45.89] Waiting for paint to complete...62 true [2016-01-22T08:34:46.00] Waiting for paint to complete...63 true [2016-01-22T08:34:46.11] Waiting for paint to complete...64 true [2016-01-22T08:34:46.22] Waiting for paint to complete...65 true [2016-01-22T08:34:46.33] Waiting for paint to complete...66 true [2016-01-22T08:34:46.44] Waiting for paint to complete...67 true [2016-01-22T08:34:46.54] Waiting for paint to complete...68 true [2016-01-22T08:34:46.65] Waiting for paint to complete...69 true [2016-01-22T08:34:46.76] Waiting for paint to complete...70 true [2016-01-22T08:34:46.76] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:34:46.76] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_0 [2016-01-22T08:34:48.93] annotate TESTCASE recordtype=image [2016-01-22T08:34:48.93] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:34:48.93] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:34:48.93] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:34:49.95] Display Mode currently set: java.awt.DisplayMode@c42 [2016-01-22T08:34:49.95] width: 1366 Height: 768 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:34:50.40] Creating volatile sprites: width: 1366 Height: 768 [2016-01-22T08:34:50.40] Initializing Volatile Contents [2016-01-22T08:34:50.40] Status: IMAGE_RESTORED [2016-01-22T08:34:50.40] Initializing Volatile Contents [2016-01-22T08:34:50.40] Initializing Volatile Contents [2016-01-22T08:34:50.40] [2016-01-22T08:34:50.40] From IMG: Is Accelerated? true [2016-01-22T08:34:50.40] From IMG: Is True Volatile? true [2016-01-22T08:34:50.40] From GC: Is Accelerated? true [2016-01-22T08:34:50.40] From GC: Is True Volatile? true [2016-01-22T08:34:50.41] Initializing Volatile Contents [2016-01-22T08:34:50.41] [2016-01-22T08:34:50.41] From IMG: Is Accelerated? true [2016-01-22T08:34:50.41] From IMG: Is True Volatile? true [2016-01-22T08:34:50.41] From GC: Is Accelerated? true [2016-01-22T08:34:50.41] From GC: Is True Volatile? true [2016-01-22T08:34:50.41] Initializing Volatile Contents [2016-01-22T08:34:50.41] [2016-01-22T08:34:50.41] From IMG: Is Accelerated? true [2016-01-22T08:34:50.41] From IMG: Is True Volatile? true [2016-01-22T08:34:50.41] From GC: Is Accelerated? true [2016-01-22T08:34:50.41] From GC: Is True Volatile? true [2016-01-22T08:34:50.44] Initializing Volatile Contents [2016-01-22T08:34:50.44] [2016-01-22T08:34:50.44] From IMG: Is Accelerated? true [2016-01-22T08:34:50.44] From IMG: Is True Volatile? true [2016-01-22T08:34:50.44] From GC: Is Accelerated? true [2016-01-22T08:34:50.44] From GC: Is True Volatile? true [2016-01-22T08:34:52.27] Waiting for paint to complete...0 true [2016-01-22T08:34:52.38] Waiting for paint to complete...1 true [2016-01-22T08:34:52.49] Waiting for paint to complete...2 true [2016-01-22T08:34:52.60] Waiting for paint to complete...3 true [2016-01-22T08:34:52.71] Waiting for paint to complete...4 true [2016-01-22T08:34:52.82] Waiting for paint to complete...5 true [2016-01-22T08:34:52.93] Waiting for paint to complete...6 true [2016-01-22T08:34:53.03] Waiting for paint to complete...7 true [2016-01-22T08:34:53.14] Waiting for paint to complete...8 true [2016-01-22T08:34:53.25] Waiting for paint to complete...9 true [2016-01-22T08:34:53.36] Waiting for paint to complete...10 true [2016-01-22T08:34:53.47] Waiting for paint to complete...11 true [2016-01-22T08:34:53.58] Waiting for paint to complete...12 true [2016-01-22T08:34:53.69] Waiting for paint to complete...13 true [2016-01-22T08:34:53.80] Waiting for paint to complete...14 true [2016-01-22T08:34:53.91] Waiting for paint to complete...15 true [2016-01-22T08:34:54.02] Waiting for paint to complete...16 true [2016-01-22T08:34:54.13] Waiting for paint to complete...17 true [2016-01-22T08:34:54.24] Waiting for paint to complete...18 true [2016-01-22T08:34:54.34] Waiting for paint to complete...19 true [2016-01-22T08:34:54.45] Waiting for paint to complete...20 true [2016-01-22T08:34:54.56] Waiting for paint to complete...21 true [2016-01-22T08:34:54.67] Waiting for paint to complete...22 true [2016-01-22T08:34:54.78] Waiting for paint to complete...23 true [2016-01-22T08:34:54.89] Waiting for paint to complete...24 true [2016-01-22T08:34:55.00] Waiting for paint to complete...25 true [2016-01-22T08:34:55.11] Waiting for paint to complete...26 true [2016-01-22T08:34:55.22] Waiting for paint to complete...27 true [2016-01-22T08:34:55.33] Waiting for paint to complete...28 true [2016-01-22T08:34:55.44] Waiting for paint to complete...29 true [2016-01-22T08:34:55.55] Waiting for paint to complete...30 true [2016-01-22T08:34:55.66] Waiting for paint to complete...31 true [2016-01-22T08:34:55.76] Waiting for paint to complete...32 true [2016-01-22T08:34:55.87] Waiting for paint to complete...33 true [2016-01-22T08:34:55.98] Waiting for paint to complete...34 true [2016-01-22T08:34:56.09] Waiting for paint to complete...35 true [2016-01-22T08:34:56.20] Waiting for paint to complete...36 true [2016-01-22T08:34:56.31] Waiting for paint to complete...37 true [2016-01-22T08:34:56.42] Waiting for paint to complete...38 true [2016-01-22T08:34:56.53] Waiting for paint to complete...39 true [2016-01-22T08:34:56.64] Waiting for paint to complete...40 true [2016-01-22T08:34:56.75] Waiting for paint to complete...41 true [2016-01-22T08:34:56.86] Waiting for paint to complete...42 true [2016-01-22T08:34:56.97] Waiting for paint to complete...43 true [2016-01-22T08:34:57.07] Waiting for paint to complete...44 true [2016-01-22T08:34:57.18] Waiting for paint to complete...45 true [2016-01-22T08:34:57.29] Waiting for paint to complete...46 true [2016-01-22T08:34:57.40] Waiting for paint to complete...47 true [2016-01-22T08:34:57.51] Waiting for paint to complete...48 true [2016-01-22T08:34:57.62] Waiting for paint to complete...49 true [2016-01-22T08:34:57.73] Waiting for paint to complete...50 true [2016-01-22T08:34:57.84] Waiting for paint to complete...51 true [2016-01-22T08:34:57.95] Waiting for paint to complete...52 true [2016-01-22T08:34:58.06] Waiting for paint to complete...53 true [2016-01-22T08:34:58.17] Waiting for paint to complete...54 true [2016-01-22T08:34:58.28] Waiting for paint to complete...55 true [2016-01-22T08:34:58.39] Waiting for paint to complete...56 true [2016-01-22T08:34:58.49] Waiting for paint to complete...57 true [2016-01-22T08:34:58.60] Waiting for paint to complete...58 true [2016-01-22T08:34:58.71] Waiting for paint to complete...59 true [2016-01-22T08:34:58.82] Waiting for paint to complete...60 true [2016-01-22T08:34:58.93] Waiting for paint to complete...61 true [2016-01-22T08:34:59.04] Waiting for paint to complete...62 true [2016-01-22T08:34:59.15] Waiting for paint to complete...63 true [2016-01-22T08:34:59.26] Waiting for paint to complete...64 true [2016-01-22T08:34:59.37] Waiting for paint to complete...65 true [2016-01-22T08:34:59.48] Waiting for paint to complete...66 true [2016-01-22T08:34:59.59] Waiting for paint to complete...67 true [2016-01-22T08:34:59.70] Waiting for paint to complete...68 true [2016-01-22T08:34:59.80] Waiting for paint to complete...69 true [2016-01-22T08:34:59.91] Waiting for paint to complete...70 true [2016-01-22T08:34:59.91] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:34:59.91] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_14 [2016-01-22T08:35:02.19] annotate TESTCASE recordtype=image [2016-01-22T08:35:02.21] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:35:02.21] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_14.png [2016-01-22T08:35:02.21] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_14.thumb.png [2016-01-22T08:35:03.21] Display Mode currently set: java.awt.DisplayMode@b7c [2016-01-22T08:35:03.21] width: 1280 Height: 768 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:35:03.56] Creating volatile sprites: width: 1280 Height: 768 [2016-01-22T08:35:03.56] Initializing Volatile Contents [2016-01-22T08:35:03.56] Status: IMAGE_RESTORED [2016-01-22T08:35:03.56] Initializing Volatile Contents [2016-01-22T08:35:03.56] Initializing Volatile Contents [2016-01-22T08:35:03.56] [2016-01-22T08:35:03.56] From IMG: Is Accelerated? true [2016-01-22T08:35:03.56] From IMG: Is True Volatile? true [2016-01-22T08:35:03.56] From GC: Is Accelerated? true [2016-01-22T08:35:03.56] From GC: Is True Volatile? true [2016-01-22T08:35:03.58] Initializing Volatile Contents [2016-01-22T08:35:03.58] [2016-01-22T08:35:03.58] From IMG: Is Accelerated? true [2016-01-22T08:35:03.58] From IMG: Is True Volatile? true [2016-01-22T08:35:03.58] From GC: Is Accelerated? true [2016-01-22T08:35:03.58] From GC: Is True Volatile? true [2016-01-22T08:35:03.58] Initializing Volatile Contents [2016-01-22T08:35:03.58] [2016-01-22T08:35:03.58] From IMG: Is Accelerated? true [2016-01-22T08:35:03.58] From IMG: Is True Volatile? true [2016-01-22T08:35:03.58] From GC: Is Accelerated? true [2016-01-22T08:35:03.58] From GC: Is True Volatile? true [2016-01-22T08:35:05.50] Waiting for paint to complete...0 true [2016-01-22T08:35:05.61] Waiting for paint to complete...1 true [2016-01-22T08:35:05.72] Waiting for paint to complete...2 true [2016-01-22T08:35:05.83] Waiting for paint to complete...3 true [2016-01-22T08:35:05.94] Waiting for paint to complete...4 true [2016-01-22T08:35:06.04] Waiting for paint to complete...5 true [2016-01-22T08:35:06.15] Waiting for paint to complete...6 true [2016-01-22T08:35:06.26] Waiting for paint to complete...7 true [2016-01-22T08:35:06.37] Waiting for paint to complete...8 true [2016-01-22T08:35:06.48] Waiting for paint to complete...9 true [2016-01-22T08:35:06.59] Waiting for paint to complete...10 true [2016-01-22T08:35:06.70] Waiting for paint to complete...11 true [2016-01-22T08:35:06.81] Waiting for paint to complete...12 true [2016-01-22T08:35:06.92] Waiting for paint to complete...13 true [2016-01-22T08:35:07.03] Waiting for paint to complete...14 true [2016-01-22T08:35:07.14] Waiting for paint to complete...15 true [2016-01-22T08:35:07.25] Waiting for paint to complete...16 true [2016-01-22T08:35:07.36] Waiting for paint to complete...17 true [2016-01-22T08:35:07.46] Waiting for paint to complete...18 true [2016-01-22T08:35:07.57] Waiting for paint to complete...19 true [2016-01-22T08:35:07.68] Waiting for paint to complete...20 true [2016-01-22T08:35:07.79] Waiting for paint to complete...21 true [2016-01-22T08:35:07.90] Waiting for paint to complete...22 true [2016-01-22T08:35:08.01] Waiting for paint to complete...23 true [2016-01-22T08:35:08.12] Waiting for paint to complete...24 true [2016-01-22T08:35:08.23] Waiting for paint to complete...25 true [2016-01-22T08:35:08.34] Waiting for paint to complete...26 true [2016-01-22T08:35:08.45] Waiting for paint to complete...27 true [2016-01-22T08:35:08.56] Waiting for paint to complete...28 true [2016-01-22T08:35:08.67] Waiting for paint to complete...29 true [2016-01-22T08:35:08.77] Waiting for paint to complete...30 true [2016-01-22T08:35:08.88] Waiting for paint to complete...31 true [2016-01-22T08:35:08.99] Waiting for paint to complete...32 true [2016-01-22T08:35:09.10] Waiting for paint to complete...33 true [2016-01-22T08:35:09.21] Waiting for paint to complete...34 true [2016-01-22T08:35:09.32] Waiting for paint to complete...35 true [2016-01-22T08:35:09.43] Waiting for paint to complete...36 true [2016-01-22T08:35:09.54] Waiting for paint to complete...37 true [2016-01-22T08:35:09.65] Waiting for paint to complete...38 true [2016-01-22T08:35:09.76] Waiting for paint to complete...39 true [2016-01-22T08:35:09.87] Waiting for paint to complete...40 true [2016-01-22T08:35:09.98] Waiting for paint to complete...41 true [2016-01-22T08:35:10.09] Waiting for paint to complete...42 true [2016-01-22T08:35:10.19] Waiting for paint to complete...43 true [2016-01-22T08:35:10.30] Waiting for paint to complete...44 true [2016-01-22T08:35:10.41] Waiting for paint to complete...45 true [2016-01-22T08:35:10.52] Waiting for paint to complete...46 true [2016-01-22T08:35:10.54] Initializing Volatile Contents [2016-01-22T08:35:10.54] [2016-01-22T08:35:10.54] From IMG: Is Accelerated? true [2016-01-22T08:35:10.54] From IMG: Is True Volatile? true [2016-01-22T08:35:10.54] From GC: Is Accelerated? true [2016-01-22T08:35:10.54] From GC: Is True Volatile? true [2016-01-22T08:35:10.54] Waiting for paint to complete...47 true [2016-01-22T08:35:10.65] Waiting for paint to complete...48 true [2016-01-22T08:35:10.76] Waiting for paint to complete...49 true [2016-01-22T08:35:10.87] Waiting for paint to complete...50 true [2016-01-22T08:35:10.97] Waiting for paint to complete...51 true [2016-01-22T08:35:11.07] Initializing Volatile Contents [2016-01-22T08:35:11.07] [2016-01-22T08:35:11.07] From IMG: Is Accelerated? true [2016-01-22T08:35:11.07] From IMG: Is True Volatile? true [2016-01-22T08:35:11.07] From GC: Is Accelerated? true [2016-01-22T08:35:11.07] From GC: Is True Volatile? true [2016-01-22T08:35:11.07] Waiting for paint to complete...52 true [2016-01-22T08:35:11.18] Waiting for paint to complete...53 true [2016-01-22T08:35:11.29] Waiting for paint to complete...54 true [2016-01-22T08:35:11.40] Waiting for paint to complete...55 true [2016-01-22T08:35:11.50] Waiting for paint to complete...56 true [2016-01-22T08:35:11.61] Waiting for paint to complete...57 true [2016-01-22T08:35:11.72] Waiting for paint to complete...58 true [2016-01-22T08:35:11.83] Waiting for paint to complete...59 true [2016-01-22T08:35:11.94] Waiting for paint to complete...60 true [2016-01-22T08:35:12.05] Waiting for paint to complete...61 true [2016-01-22T08:35:12.16] Waiting for paint to complete...62 true [2016-01-22T08:35:12.27] Waiting for paint to complete...63 true [2016-01-22T08:35:12.38] Waiting for paint to complete...64 true [2016-01-22T08:35:12.49] Waiting for paint to complete...65 true [2016-01-22T08:35:12.60] Waiting for paint to complete...66 true [2016-01-22T08:35:12.71] Waiting for paint to complete...67 true [2016-01-22T08:35:12.82] Waiting for paint to complete...68 true [2016-01-22T08:35:12.92] Waiting for paint to complete...69 true [2016-01-22T08:35:13.03] Waiting for paint to complete...70 true [2016-01-22T08:35:13.03] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:35:13.03] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_28 [2016-01-22T08:35:15.20] annotate TESTCASE recordtype=image [2016-01-22T08:35:15.20] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:35:15.20] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_28.png [2016-01-22T08:35:15.20] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_28.thumb.png [2016-01-22T08:35:17.04] Creating volatile sprites: width: 184 Height: 162 [2016-01-22T08:35:17.04] Initializing Volatile Contents [2016-01-22T08:35:17.04] Status: IMAGE_RESTORED [2016-01-22T08:35:17.04] Initializing Volatile Contents [2016-01-22T08:35:17.04] Initializing Volatile Contents [2016-01-22T08:35:17.04] [2016-01-22T08:35:17.04] From IMG: Is Accelerated? true [2016-01-22T08:35:17.04] From IMG: Is True Volatile? true [2016-01-22T08:35:17.04] From GC: Is Accelerated? true [2016-01-22T08:35:17.04] From GC: Is True Volatile? true [2016-01-22T08:35:17.06] Initializing Volatile Contents [2016-01-22T08:35:17.06] [2016-01-22T08:35:17.06] From IMG: Is Accelerated? true [2016-01-22T08:35:17.06] From IMG: Is True Volatile? true [2016-01-22T08:35:17.06] From GC: Is Accelerated? true [2016-01-22T08:35:17.06] From GC: Is True Volatile? true [2016-01-22T08:35:17.06] Initializing Volatile Contents [2016-01-22T08:35:17.06] [2016-01-22T08:35:17.06] From IMG: Is Accelerated? true [2016-01-22T08:35:17.06] From IMG: Is True Volatile? true [2016-01-22T08:35:17.06] From GC: Is Accelerated? true [2016-01-22T08:35:17.06] From GC: Is True Volatile? true [2016-01-22T08:35:17.06] Initializing Volatile Contents [2016-01-22T08:35:17.06] [2016-01-22T08:35:17.06] From IMG: Is Accelerated? true [2016-01-22T08:35:17.06] From IMG: Is True Volatile? true [2016-01-22T08:35:17.06] From GC: Is Accelerated? true [2016-01-22T08:35:17.06] From GC: Is True Volatile? true [2016-01-22T08:35:17.06] Initializing Volatile Contents [2016-01-22T08:35:17.06] [2016-01-22T08:35:17.06] From IMG: Is Accelerated? true [2016-01-22T08:35:17.06] From IMG: Is True Volatile? true [2016-01-22T08:35:17.06] From GC: Is Accelerated? true [2016-01-22T08:35:17.06] From GC: Is True Volatile? true [2016-01-22T08:35:21.10] annotate TEST name=FrameAutoDisplayModeTest [2016-01-22T08:35:21.25] mkdir ${test_work_dir}/target [2016-01-22T08:35:21.27] # Actual: mkdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:35:21.27] ${STABLE_JAVA_HOME}/bin/java -Xmx128m -Xms128m ${STABLE_VM_OPTS} ${test_case_name} -outputdir ${test_work_dir}/target [2016-01-22T08:35:21.27] # Actual: c:/lucas/jdk1.8.0_66/bin/java -Xmx128m -Xms128m FrameAutoDisplayModeTest -outputdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] =============== Device Information =========================== [2016-01-22T08:35:21.60] No of devices: 1 [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Available Devices [2016-01-22T08:35:21.60] ----------------- [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Graphics Device 0: Win32GraphicsDevice[screen=0] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Available Graphics Configs [2016-01-22T08:35:21.60] -------------------------- [2016-01-22T08:35:21.60] GraphicsConfig 0: sun.awt.Win32GraphicsConfig@404b9385[dev=Win32GraphicsDevice[screen=0],pixfmt=0] [2016-01-22T08:35:21.60] Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:35:21.60] Screen Insets for this GC: java.awt.Insets[top=0,left=0,bottom=0,right=0] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Default Config: sun.awt.Win32GraphicsConfig@404b9385[dev=Win32GraphicsDevice[screen=0],pixfmt=0] [2016-01-22T08:35:21.60] Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:35:21.60] Screen Insets for default GC: java.awt.Insets[top=0,left=0,bottom=0,right=0] [2016-01-22T08:35:21.60] Current Display Mode: width: 1360 height: 768 Color Depth: 32 Refresh Rate: 60 [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Default Device: Win32GraphicsDevice[screen=0] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] isMultiScreen? false [2016-01-22T08:35:21.60] isVirtualScreen? false [2016-01-22T08:35:21.60] isVirtualScreenHorizontal? false [2016-01-22T08:35:21.60] isVirtualScreenVertical? false [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] Max Window Bounds: java.awt.Rectangle[x=0,y=0,width=1360,height=768] [2016-01-22T08:35:21.60] Center Point: java.awt.Point[x=680,y=384] [2016-01-22T08:35:21.60] Screen Size: java.awt.Dimension[width=1360,height=768] [2016-01-22T08:35:21.60] [2016-01-22T08:35:21.60] ============================================================== [2016-01-22T08:35:21.66] Waiting for paint to complete...0 false [2016-01-22T08:35:21.68] Creating volatile sprites: width: 184 Height: 162 [2016-01-22T08:35:21.68] Initializing Volatile Contents [2016-01-22T08:35:21.68] Status: IMAGE_RESTORED [2016-01-22T08:35:21.68] Initializing Volatile Contents [2016-01-22T08:35:21.68] Initializing Volatile Contents [2016-01-22T08:35:21.68] [2016-01-22T08:35:21.68] From IMG: Is Accelerated? false [2016-01-22T08:35:21.68] From IMG: Is True Volatile? false [2016-01-22T08:35:21.68] From GC: Is Accelerated? false [2016-01-22T08:35:21.68] From GC: Is True Volatile? false [2016-01-22T08:35:21.68] Waiting for paint to complete...0 true [2016-01-22T08:35:21.68] Initializing Volatile Contents [2016-01-22T08:35:21.68] [2016-01-22T08:35:21.68] From IMG: Is Accelerated? false [2016-01-22T08:35:21.68] From IMG: Is True Volatile? false [2016-01-22T08:35:21.68] From GC: Is Accelerated? false [2016-01-22T08:35:21.68] From GC: Is True Volatile? false [2016-01-22T08:35:21.68] Waiting for paint to complete...1 true [2016-01-22T08:35:21.79] Waiting for paint to complete...2 true [2016-01-22T08:35:21.90] Waiting for paint to complete...3 true [2016-01-22T08:35:22.01] Waiting for paint to complete...4 true [2016-01-22T08:35:22.12] Waiting for paint to complete...5 true [2016-01-22T08:35:22.23] Waiting for paint to complete...6 true [2016-01-22T08:35:22.33] Waiting for paint to complete...7 true [2016-01-22T08:35:22.44] Waiting for paint to complete...8 true [2016-01-22T08:35:22.55] Waiting for paint to complete...9 true [2016-01-22T08:35:22.66] Waiting for paint to complete...10 true [2016-01-22T08:35:22.77] Waiting for paint to complete...11 true [2016-01-22T08:35:22.88] Waiting for paint to complete...12 true [2016-01-22T08:35:22.99] Waiting for paint to complete...13 true [2016-01-22T08:35:23.10] Waiting for paint to complete...14 true [2016-01-22T08:35:23.21] Waiting for paint to complete...15 true [2016-01-22T08:35:23.32] Waiting for paint to complete...16 true [2016-01-22T08:35:23.43] Waiting for paint to complete...17 true [2016-01-22T08:35:23.54] Waiting for paint to complete...18 true [2016-01-22T08:35:23.64] Waiting for paint to complete...19 true [2016-01-22T08:35:23.75] Waiting for paint to complete...20 true [2016-01-22T08:35:23.86] Waiting for paint to complete...21 true [2016-01-22T08:35:23.97] Waiting for paint to complete...22 true [2016-01-22T08:35:24.08] Waiting for paint to complete...23 true [2016-01-22T08:35:24.19] Waiting for paint to complete...24 true [2016-01-22T08:35:24.30] Waiting for paint to complete...25 true [2016-01-22T08:35:24.41] Waiting for paint to complete...26 true [2016-01-22T08:35:24.52] Waiting for paint to complete...27 true [2016-01-22T08:35:24.63] Waiting for paint to complete...28 true [2016-01-22T08:35:24.74] Waiting for paint to complete...29 true [2016-01-22T08:35:24.85] Waiting for paint to complete...30 true [2016-01-22T08:35:24.96] Waiting for paint to complete...31 true [2016-01-22T08:35:25.06] Waiting for paint to complete...32 true [2016-01-22T08:35:25.17] Waiting for paint to complete...33 true [2016-01-22T08:35:25.28] Waiting for paint to complete...34 true [2016-01-22T08:35:25.39] Waiting for paint to complete...35 true [2016-01-22T08:35:25.50] Waiting for paint to complete...36 true [2016-01-22T08:35:25.61] Waiting for paint to complete...37 true [2016-01-22T08:35:25.72] Waiting for paint to complete...38 true [2016-01-22T08:35:25.83] Waiting for paint to complete...39 true [2016-01-22T08:35:25.94] Waiting for paint to complete...40 true [2016-01-22T08:35:26.05] Waiting for paint to complete...41 true [2016-01-22T08:35:26.16] Waiting for paint to complete...42 true [2016-01-22T08:35:26.27] Waiting for paint to complete...43 true [2016-01-22T08:35:26.37] Waiting for paint to complete...44 true [2016-01-22T08:35:26.48] Waiting for paint to complete...45 true [2016-01-22T08:35:26.59] Waiting for paint to complete...46 true [2016-01-22T08:35:26.70] Waiting for paint to complete...47 true [2016-01-22T08:35:26.81] Waiting for paint to complete...48 true [2016-01-22T08:35:26.92] Waiting for paint to complete...49 true [2016-01-22T08:35:27.03] Waiting for paint to complete...50 true [2016-01-22T08:35:27.14] Waiting for paint to complete...51 true [2016-01-22T08:35:27.25] Waiting for paint to complete...52 true [2016-01-22T08:35:27.36] Waiting for paint to complete...53 true [2016-01-22T08:35:27.47] Waiting for paint to complete...54 true [2016-01-22T08:35:27.58] Waiting for paint to complete...55 true [2016-01-22T08:35:27.69] Waiting for paint to complete...56 true [2016-01-22T08:35:27.79] Waiting for paint to complete...57 true [2016-01-22T08:35:27.90] Waiting for paint to complete...58 true [2016-01-22T08:35:28.01] Waiting for paint to complete...59 true [2016-01-22T08:35:28.12] Waiting for paint to complete...60 true [2016-01-22T08:35:28.23] Waiting for paint to complete...61 true [2016-01-22T08:35:28.34] Waiting for paint to complete...62 true [2016-01-22T08:35:28.45] Waiting for paint to complete...63 true [2016-01-22T08:35:28.56] Waiting for paint to complete...64 true [2016-01-22T08:35:28.67] Waiting for paint to complete...65 true [2016-01-22T08:35:28.78] Waiting for paint to complete...66 true [2016-01-22T08:35:28.89] Waiting for paint to complete...67 true [2016-01-22T08:35:29.00] Waiting for paint to complete...68 true [2016-01-22T08:35:29.10] Waiting for paint to complete...69 true [2016-01-22T08:35:29.21] Waiting for paint to complete...70 true [2016-01-22T08:35:29.21] FullScreenExclusive mode is supported on GD: Win32GraphicsDevice[screen=0] [2016-01-22T08:35:29.25] Creating volatile sprites: width: 1344 Height: 730 [2016-01-22T08:35:29.25] Initializing Volatile Contents [2016-01-22T08:35:29.25] Status: IMAGE_RESTORED [2016-01-22T08:35:29.25] Initializing Volatile Contents [2016-01-22T08:35:29.25] Waiting for paint to complete...0 false [2016-01-22T08:35:29.25] Initializing Volatile Contents [2016-01-22T08:35:29.26] [2016-01-22T08:35:29.26] From IMG: Is Accelerated? false [2016-01-22T08:35:29.26] From IMG: Is True Volatile? false [2016-01-22T08:35:29.26] From GC: Is Accelerated? false [2016-01-22T08:35:29.26] From GC: Is True Volatile? false [2016-01-22T08:35:29.26] Initializing Volatile Contents [2016-01-22T08:35:29.26] Waiting for paint to complete...0 false [2016-01-22T08:35:29.26] [2016-01-22T08:35:29.26] From IMG: Is Accelerated? false [2016-01-22T08:35:29.26] From IMG: Is True Volatile? false [2016-01-22T08:35:29.26] From GC: Is Accelerated? false [2016-01-22T08:35:29.26] From GC: Is True Volatile? false [2016-01-22T08:35:29.26] Waiting for paint to complete...0 true [2016-01-22T08:35:29.37] Waiting for paint to complete...1 true [2016-01-22T08:35:29.48] Waiting for paint to complete...2 true [2016-01-22T08:35:29.59] Waiting for paint to complete...3 true [2016-01-22T08:35:29.70] Waiting for paint to complete...4 true [2016-01-22T08:35:29.81] Waiting for paint to complete...5 true [2016-01-22T08:35:29.92] Waiting for paint to complete...6 true [2016-01-22T08:35:30.03] Waiting for paint to complete...7 true [2016-01-22T08:35:30.13] Waiting for paint to complete...8 true [2016-01-22T08:35:30.24] Waiting for paint to complete...9 true [2016-01-22T08:35:30.35] Waiting for paint to complete...10 true [2016-01-22T08:35:30.46] Waiting for paint to complete...11 true [2016-01-22T08:35:30.57] Waiting for paint to complete...12 true [2016-01-22T08:35:30.68] Waiting for paint to complete...13 true [2016-01-22T08:35:30.79] Waiting for paint to complete...14 true [2016-01-22T08:35:30.90] Waiting for paint to complete...15 true [2016-01-22T08:35:31.01] Waiting for paint to complete...16 true [2016-01-22T08:35:31.12] Waiting for paint to complete...17 true [2016-01-22T08:35:31.23] Waiting for paint to complete...18 true [2016-01-22T08:35:31.34] Waiting for paint to complete...19 true [2016-01-22T08:35:31.44] Waiting for paint to complete...20 true [2016-01-22T08:35:31.55] Waiting for paint to complete...21 true [2016-01-22T08:35:31.66] Waiting for paint to complete...22 true [2016-01-22T08:35:31.77] Waiting for paint to complete...23 true [2016-01-22T08:35:31.88] Waiting for paint to complete...24 true [2016-01-22T08:35:31.99] Waiting for paint to complete...25 true [2016-01-22T08:35:32.10] Waiting for paint to complete...26 true [2016-01-22T08:35:32.21] Waiting for paint to complete...27 true [2016-01-22T08:35:32.32] Waiting for paint to complete...28 true [2016-01-22T08:35:32.43] Waiting for paint to complete...29 true [2016-01-22T08:35:32.54] Waiting for paint to complete...30 true [2016-01-22T08:35:32.65] Waiting for paint to complete...31 true [2016-01-22T08:35:32.76] Waiting for paint to complete...32 true [2016-01-22T08:35:32.86] Waiting for paint to complete...33 true [2016-01-22T08:35:32.97] Waiting for paint to complete...34 true [2016-01-22T08:35:33.08] Waiting for paint to complete...35 true [2016-01-22T08:35:33.19] Waiting for paint to complete...36 true [2016-01-22T08:35:33.30] Waiting for paint to complete...37 true [2016-01-22T08:35:33.41] Waiting for paint to complete...38 true [2016-01-22T08:35:33.52] Waiting for paint to complete...39 true [2016-01-22T08:35:33.63] Waiting for paint to complete...40 true [2016-01-22T08:35:33.74] Waiting for paint to complete...41 true [2016-01-22T08:35:33.85] Waiting for paint to complete...42 true [2016-01-22T08:35:33.96] Waiting for paint to complete...43 true [2016-01-22T08:35:34.07] Waiting for paint to complete...44 true [2016-01-22T08:35:34.17] Waiting for paint to complete...45 true [2016-01-22T08:35:34.28] Waiting for paint to complete...46 true [2016-01-22T08:35:34.39] Waiting for paint to complete...47 true [2016-01-22T08:35:34.50] Waiting for paint to complete...48 true [2016-01-22T08:35:34.61] Waiting for paint to complete...49 true [2016-01-22T08:35:34.72] Waiting for paint to complete...50 true [2016-01-22T08:35:34.83] Waiting for paint to complete...51 true [2016-01-22T08:35:34.94] Waiting for paint to complete...52 true [2016-01-22T08:35:35.05] Waiting for paint to complete...53 true [2016-01-22T08:35:35.16] Waiting for paint to complete...54 true [2016-01-22T08:35:35.27] Waiting for paint to complete...55 true [2016-01-22T08:35:35.38] Waiting for paint to complete...56 true [2016-01-22T08:35:35.49] Waiting for paint to complete...57 true [2016-01-22T08:35:35.59] Waiting for paint to complete...58 true [2016-01-22T08:35:35.70] Waiting for paint to complete...59 true [2016-01-22T08:35:35.81] Waiting for paint to complete...60 true [2016-01-22T08:35:35.92] Waiting for paint to complete...61 true [2016-01-22T08:35:36.03] Waiting for paint to complete...62 true [2016-01-22T08:35:36.14] Waiting for paint to complete...63 true [2016-01-22T08:35:36.25] Waiting for paint to complete...64 true [2016-01-22T08:35:36.36] Waiting for paint to complete...65 true [2016-01-22T08:35:36.47] Waiting for paint to complete...66 true [2016-01-22T08:35:36.58] Waiting for paint to complete...67 true [2016-01-22T08:35:36.69] Waiting for paint to complete...68 true [2016-01-22T08:35:36.80] Waiting for paint to complete...69 true [2016-01-22T08:35:36.90] Waiting for paint to complete...70 true [2016-01-22T08:35:36.97] No of Display Modes obtained: 148 Device: Win32GraphicsDevice[screen=0] [2016-01-22T08:35:36.97] DisplayMode Change is supported [2016-01-22T08:35:36.97] Display Mode currently set: java.awt.DisplayMode@54c [2016-01-22T08:35:36.97] width: 320 Height: 200 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:35:37.26] Creating volatile sprites: width: 304 Height: 162 [2016-01-22T08:35:37.26] Initializing Volatile Contents [2016-01-22T08:35:37.26] Status: IMAGE_RESTORED [2016-01-22T08:35:37.26] Initializing Volatile Contents [2016-01-22T08:35:37.26] Initializing Volatile Contents [2016-01-22T08:35:37.26] [2016-01-22T08:35:37.26] From IMG: Is Accelerated? false [2016-01-22T08:35:37.26] From IMG: Is True Volatile? false [2016-01-22T08:35:37.26] From GC: Is Accelerated? false [2016-01-22T08:35:37.26] From GC: Is True Volatile? false [2016-01-22T08:35:37.26] Initializing Volatile Contents [2016-01-22T08:35:37.26] [2016-01-22T08:35:37.26] From IMG: Is Accelerated? false [2016-01-22T08:35:37.26] From IMG: Is True Volatile? false [2016-01-22T08:35:37.26] From GC: Is Accelerated? false [2016-01-22T08:35:37.26] From GC: Is True Volatile? false [2016-01-22T08:35:39.26] Waiting for paint to complete...0 true [2016-01-22T08:35:39.37] Waiting for paint to complete...1 true [2016-01-22T08:35:39.48] Waiting for paint to complete...2 true [2016-01-22T08:35:39.59] Waiting for paint to complete...3 true [2016-01-22T08:35:39.70] Waiting for paint to complete...4 true [2016-01-22T08:35:39.81] Waiting for paint to complete...5 true [2016-01-22T08:35:39.92] Waiting for paint to complete...6 true [2016-01-22T08:35:40.02] Waiting for paint to complete...7 true [2016-01-22T08:35:40.13] Waiting for paint to complete...8 true [2016-01-22T08:35:40.24] Waiting for paint to complete...9 true [2016-01-22T08:35:40.35] Waiting for paint to complete...10 true [2016-01-22T08:35:40.46] Waiting for paint to complete...11 true [2016-01-22T08:35:40.57] Waiting for paint to complete...12 true [2016-01-22T08:35:40.68] Waiting for paint to complete...13 true [2016-01-22T08:35:40.79] Waiting for paint to complete...14 true [2016-01-22T08:35:40.90] Waiting for paint to complete...15 true [2016-01-22T08:35:41.01] Waiting for paint to complete...16 true [2016-01-22T08:35:41.12] Waiting for paint to complete...17 true [2016-01-22T08:35:41.23] Waiting for paint to complete...18 true [2016-01-22T08:35:41.34] Waiting for paint to complete...19 true [2016-01-22T08:35:41.44] Waiting for paint to complete...20 true [2016-01-22T08:35:41.55] Waiting for paint to complete...21 true [2016-01-22T08:35:41.66] Waiting for paint to complete...22 true [2016-01-22T08:35:41.77] Waiting for paint to complete...23 true [2016-01-22T08:35:41.88] Waiting for paint to complete...24 true [2016-01-22T08:35:41.99] Waiting for paint to complete...25 true [2016-01-22T08:35:42.10] Waiting for paint to complete...26 true [2016-01-22T08:35:42.21] Waiting for paint to complete...27 true [2016-01-22T08:35:42.32] Waiting for paint to complete...28 true [2016-01-22T08:35:42.43] Waiting for paint to complete...29 true [2016-01-22T08:35:42.54] Waiting for paint to complete...30 true [2016-01-22T08:35:42.65] Waiting for paint to complete...31 true [2016-01-22T08:35:42.75] Waiting for paint to complete...32 true [2016-01-22T08:35:42.86] Waiting for paint to complete...33 true [2016-01-22T08:35:42.97] Waiting for paint to complete...34 true [2016-01-22T08:35:43.08] Waiting for paint to complete...35 true [2016-01-22T08:35:43.19] Waiting for paint to complete...36 true [2016-01-22T08:35:43.30] Waiting for paint to complete...37 true [2016-01-22T08:35:43.41] Waiting for paint to complete...38 true [2016-01-22T08:35:43.52] Waiting for paint to complete...39 true [2016-01-22T08:35:43.63] Waiting for paint to complete...40 true [2016-01-22T08:35:43.74] Waiting for paint to complete...41 true [2016-01-22T08:35:43.85] Waiting for paint to complete...42 true [2016-01-22T08:35:43.96] Waiting for paint to complete...43 true [2016-01-22T08:35:44.07] Waiting for paint to complete...44 true [2016-01-22T08:35:44.17] Waiting for paint to complete...45 true [2016-01-22T08:35:44.28] Waiting for paint to complete...46 true [2016-01-22T08:35:44.28] Initializing Volatile Contents [2016-01-22T08:35:44.28] [2016-01-22T08:35:44.28] From IMG: Is Accelerated? false [2016-01-22T08:35:44.28] From IMG: Is True Volatile? false [2016-01-22T08:35:44.28] From GC: Is Accelerated? false [2016-01-22T08:35:44.28] From GC: Is True Volatile? false [2016-01-22T08:35:44.28] Waiting for paint to complete...47 true [2016-01-22T08:35:44.39] Waiting for paint to complete...48 true [2016-01-22T08:35:44.50] Waiting for paint to complete...49 true [2016-01-22T08:35:44.61] Waiting for paint to complete...50 true [2016-01-22T08:35:44.72] Waiting for paint to complete...51 true [2016-01-22T08:35:44.83] Waiting for paint to complete...52 true [2016-01-22T08:35:44.94] Waiting for paint to complete...53 true [2016-01-22T08:35:44.95] Initializing Volatile Contents [2016-01-22T08:35:44.95] [2016-01-22T08:35:44.95] From IMG: Is Accelerated? false [2016-01-22T08:35:44.95] From IMG: Is True Volatile? false [2016-01-22T08:35:44.95] From GC: Is Accelerated? false [2016-01-22T08:35:44.95] From GC: Is True Volatile? false [2016-01-22T08:35:44.95] Waiting for paint to complete...54 true [2016-01-22T08:35:45.06] Waiting for paint to complete...55 true [2016-01-22T08:35:45.17] Waiting for paint to complete...56 true [2016-01-22T08:35:45.28] Waiting for paint to complete...57 true [2016-01-22T08:35:45.39] Waiting for paint to complete...58 true [2016-01-22T08:35:45.50] Waiting for paint to complete...59 true [2016-01-22T08:35:45.61] Waiting for paint to complete...60 true [2016-01-22T08:35:45.72] Waiting for paint to complete...61 true [2016-01-22T08:35:45.83] Waiting for paint to complete...62 true [2016-01-22T08:35:45.94] Waiting for paint to complete...63 true [2016-01-22T08:35:46.05] Waiting for paint to complete...64 true [2016-01-22T08:35:46.16] Waiting for paint to complete...65 true [2016-01-22T08:35:46.16] Initializing Volatile Contents [2016-01-22T08:35:46.16] [2016-01-22T08:35:46.16] From IMG: Is Accelerated? false [2016-01-22T08:35:46.16] From IMG: Is True Volatile? false [2016-01-22T08:35:46.16] From GC: Is Accelerated? false [2016-01-22T08:35:46.16] From GC: Is True Volatile? false [2016-01-22T08:35:46.16] Waiting for paint to complete...66 true [2016-01-22T08:35:46.26] Waiting for paint to complete...67 true [2016-01-22T08:35:46.37] Waiting for paint to complete...68 true [2016-01-22T08:35:46.48] Waiting for paint to complete...69 true [2016-01-22T08:35:46.59] Waiting for paint to complete...70 true [2016-01-22T08:35:46.59] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:35:46.59] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_0 [2016-01-22T08:35:48.76] annotate TESTCASE recordtype=image [2016-01-22T08:35:48.76] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:35:48.76] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:35:48.76] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:35:49.77] Display Mode currently set: java.awt.DisplayMode@5f4 [2016-01-22T08:35:49.77] width: 320 Height: 200 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:35:49.90] Initializing Volatile Contents [2016-01-22T08:35:49.90] [2016-01-22T08:35:49.90] From IMG: Is Accelerated? false [2016-01-22T08:35:49.90] From IMG: Is True Volatile? false [2016-01-22T08:35:49.90] From GC: Is Accelerated? false [2016-01-22T08:35:49.90] From GC: Is True Volatile? false [2016-01-22T08:35:49.96] Initializing Volatile Contents [2016-01-22T08:35:49.96] [2016-01-22T08:35:49.96] From IMG: Is Accelerated? false [2016-01-22T08:35:49.96] From IMG: Is True Volatile? false [2016-01-22T08:35:49.96] From GC: Is Accelerated? false [2016-01-22T08:35:49.96] From GC: Is True Volatile? false [2016-01-22T08:35:51.90] Waiting for paint to complete...0 true [2016-01-22T08:35:52.01] Waiting for paint to complete...1 true [2016-01-22T08:35:52.11] Waiting for paint to complete...2 true [2016-01-22T08:35:52.22] Waiting for paint to complete...3 true [2016-01-22T08:35:52.33] Waiting for paint to complete...4 true [2016-01-22T08:35:52.44] Waiting for paint to complete...5 true [2016-01-22T08:35:52.55] Waiting for paint to complete...6 true [2016-01-22T08:35:52.66] Waiting for paint to complete...7 true [2016-01-22T08:35:52.77] Waiting for paint to complete...8 true [2016-01-22T08:35:52.88] Waiting for paint to complete...9 true [2016-01-22T08:35:52.99] Waiting for paint to complete...10 true [2016-01-22T08:35:53.10] Waiting for paint to complete...11 true [2016-01-22T08:35:53.21] Waiting for paint to complete...12 true [2016-01-22T08:35:53.32] Waiting for paint to complete...13 true [2016-01-22T08:35:53.43] Waiting for paint to complete...14 true [2016-01-22T08:35:53.53] Waiting for paint to complete...15 true [2016-01-22T08:35:53.64] Waiting for paint to complete...16 true [2016-01-22T08:35:53.75] Waiting for paint to complete...17 true [2016-01-22T08:35:53.86] Waiting for paint to complete...18 true [2016-01-22T08:35:53.97] Waiting for paint to complete...19 true [2016-01-22T08:35:54.08] Waiting for paint to complete...20 true [2016-01-22T08:35:54.19] Waiting for paint to complete...21 true [2016-01-22T08:35:54.30] Waiting for paint to complete...22 true [2016-01-22T08:35:54.41] Waiting for paint to complete...23 true [2016-01-22T08:35:54.52] Waiting for paint to complete...24 true [2016-01-22T08:35:54.63] Waiting for paint to complete...25 true [2016-01-22T08:35:54.74] Waiting for paint to complete...26 true [2016-01-22T08:35:54.84] Waiting for paint to complete...27 true [2016-01-22T08:35:54.95] Waiting for paint to complete...28 true [2016-01-22T08:35:55.06] Waiting for paint to complete...29 true [2016-01-22T08:35:55.17] Waiting for paint to complete...30 true [2016-01-22T08:35:55.28] Waiting for paint to complete...31 true [2016-01-22T08:35:55.39] Waiting for paint to complete...32 true [2016-01-22T08:35:55.50] Waiting for paint to complete...33 true [2016-01-22T08:35:55.61] Waiting for paint to complete...34 true [2016-01-22T08:35:55.72] Waiting for paint to complete...35 true [2016-01-22T08:35:55.83] Waiting for paint to complete...36 true [2016-01-22T08:35:55.94] Waiting for paint to complete...37 true [2016-01-22T08:35:56.05] Waiting for paint to complete...38 true [2016-01-22T08:35:56.16] Waiting for paint to complete...39 true [2016-01-22T08:35:56.26] Waiting for paint to complete...40 true [2016-01-22T08:35:56.37] Waiting for paint to complete...41 true [2016-01-22T08:35:56.48] Waiting for paint to complete...42 true [2016-01-22T08:35:56.59] Waiting for paint to complete...43 true [2016-01-22T08:35:56.70] Waiting for paint to complete...44 true [2016-01-22T08:35:56.81] Waiting for paint to complete...45 true [2016-01-22T08:35:56.92] Waiting for paint to complete...46 true [2016-01-22T08:35:57.03] Waiting for paint to complete...47 true [2016-01-22T08:35:57.14] Waiting for paint to complete...48 true [2016-01-22T08:35:57.25] Waiting for paint to complete...49 true [2016-01-22T08:35:57.36] Waiting for paint to complete...50 true [2016-01-22T08:35:57.47] Waiting for paint to complete...51 true [2016-01-22T08:35:57.57] Waiting for paint to complete...52 true [2016-01-22T08:35:57.68] Waiting for paint to complete...53 true [2016-01-22T08:35:57.79] Waiting for paint to complete...54 true [2016-01-22T08:35:57.90] Waiting for paint to complete...55 true [2016-01-22T08:35:58.01] Waiting for paint to complete...56 true [2016-01-22T08:35:58.12] Waiting for paint to complete...57 true [2016-01-22T08:35:58.23] Waiting for paint to complete...58 true [2016-01-22T08:35:58.34] Waiting for paint to complete...59 true [2016-01-22T08:35:58.45] Waiting for paint to complete...60 true [2016-01-22T08:35:58.56] Waiting for paint to complete...61 true [2016-01-22T08:35:58.67] Waiting for paint to complete...62 true [2016-01-22T08:35:58.78] Waiting for paint to complete...63 true [2016-01-22T08:35:58.89] Waiting for paint to complete...64 true [2016-01-22T08:35:58.99] Waiting for paint to complete...65 true [2016-01-22T08:35:59.10] Waiting for paint to complete...66 true [2016-01-22T08:35:59.21] Waiting for paint to complete...67 true [2016-01-22T08:35:59.32] Waiting for paint to complete...68 true [2016-01-22T08:35:59.43] Waiting for paint to complete...69 true [2016-01-22T08:35:59.54] Waiting for paint to complete...70 true [2016-01-22T08:35:59.54] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:35:59.54] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_8 [2016-01-22T08:36:01.65] annotate TESTCASE recordtype=image [2016-01-22T08:36:01.65] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:36:01.65] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_8.png [2016-01-22T08:36:01.65] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_8.thumb.png [2016-01-22T08:36:02.66] Display Mode currently set: java.awt.DisplayMode@61c [2016-01-22T08:36:02.66] width: 320 Height: 240 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:36:03.00] Creating volatile sprites: width: 304 Height: 202 [2016-01-22T08:36:03.00] Initializing Volatile Contents [2016-01-22T08:36:03.00] Status: IMAGE_RESTORED [2016-01-22T08:36:03.00] Initializing Volatile Contents [2016-01-22T08:36:03.00] Initializing Volatile Contents [2016-01-22T08:36:03.00] [2016-01-22T08:36:03.00] From IMG: Is Accelerated? false [2016-01-22T08:36:03.00] From IMG: Is True Volatile? false [2016-01-22T08:36:03.00] From GC: Is Accelerated? false [2016-01-22T08:36:03.00] From GC: Is True Volatile? false [2016-01-22T08:36:03.00] Initializing Volatile Contents [2016-01-22T08:36:03.00] [2016-01-22T08:36:03.00] From IMG: Is Accelerated? false [2016-01-22T08:36:03.00] From IMG: Is True Volatile? false [2016-01-22T08:36:03.00] From GC: Is Accelerated? false [2016-01-22T08:36:03.00] From GC: Is True Volatile? false [2016-01-22T08:36:03.00] Initializing Volatile Contents [2016-01-22T08:36:03.00] [2016-01-22T08:36:03.00] From IMG: Is Accelerated? false [2016-01-22T08:36:03.00] From IMG: Is True Volatile? false [2016-01-22T08:36:03.00] From GC: Is Accelerated? false [2016-01-22T08:36:03.00] From GC: Is True Volatile? false [2016-01-22T08:36:05.00] Waiting for paint to complete...0 true [2016-01-22T08:36:05.11] Waiting for paint to complete...1 true [2016-01-22T08:36:05.22] Waiting for paint to complete...2 true [2016-01-22T08:36:05.33] Waiting for paint to complete...3 true [2016-01-22T08:36:05.44] Waiting for paint to complete...4 true [2016-01-22T08:36:05.55] Waiting for paint to complete...5 true [2016-01-22T08:36:05.66] Waiting for paint to complete...6 true [2016-01-22T08:36:05.76] Waiting for paint to complete...7 true [2016-01-22T08:36:05.87] Waiting for paint to complete...8 true [2016-01-22T08:36:05.98] Waiting for paint to complete...9 true [2016-01-22T08:36:06.09] Waiting for paint to complete...10 true [2016-01-22T08:36:06.20] Waiting for paint to complete...11 true [2016-01-22T08:36:06.31] Waiting for paint to complete...12 true [2016-01-22T08:36:06.42] Waiting for paint to complete...13 true [2016-01-22T08:36:06.53] Waiting for paint to complete...14 true [2016-01-22T08:36:06.64] Waiting for paint to complete...15 true [2016-01-22T08:36:06.75] Waiting for paint to complete...16 true [2016-01-22T08:36:06.86] Waiting for paint to complete...17 true [2016-01-22T08:36:06.97] Waiting for paint to complete...18 true [2016-01-22T08:36:07.08] Waiting for paint to complete...19 true [2016-01-22T08:36:07.18] Waiting for paint to complete...20 true [2016-01-22T08:36:07.29] Waiting for paint to complete...21 true [2016-01-22T08:36:07.40] Waiting for paint to complete...22 true [2016-01-22T08:36:07.51] Waiting for paint to complete...23 true [2016-01-22T08:36:07.62] Waiting for paint to complete...24 true [2016-01-22T08:36:07.73] Waiting for paint to complete...25 true [2016-01-22T08:36:07.84] Waiting for paint to complete...26 true [2016-01-22T08:36:07.95] Waiting for paint to complete...27 true [2016-01-22T08:36:08.06] Waiting for paint to complete...28 true [2016-01-22T08:36:08.17] Waiting for paint to complete...29 true [2016-01-22T08:36:08.28] Waiting for paint to complete...30 true [2016-01-22T08:36:08.39] Waiting for paint to complete...31 true [2016-01-22T08:36:08.49] Waiting for paint to complete...32 true [2016-01-22T08:36:08.60] Waiting for paint to complete...33 true [2016-01-22T08:36:08.71] Waiting for paint to complete...34 true [2016-01-22T08:36:08.82] Waiting for paint to complete...35 true [2016-01-22T08:36:08.93] Waiting for paint to complete...36 true [2016-01-22T08:36:09.04] Waiting for paint to complete...37 true [2016-01-22T08:36:09.15] Waiting for paint to complete...38 true [2016-01-22T08:36:09.26] Waiting for paint to complete...39 true [2016-01-22T08:36:09.37] Waiting for paint to complete...40 true [2016-01-22T08:36:09.48] Waiting for paint to complete...41 true [2016-01-22T08:36:09.59] Waiting for paint to complete...42 true [2016-01-22T08:36:09.70] Waiting for paint to complete...43 true [2016-01-22T08:36:09.81] Waiting for paint to complete...44 true [2016-01-22T08:36:09.91] Waiting for paint to complete...45 true [2016-01-22T08:36:10.02] Waiting for paint to complete...46 true [2016-01-22T08:36:10.13] Waiting for paint to complete...47 true [2016-01-22T08:36:10.24] Waiting for paint to complete...48 true [2016-01-22T08:36:10.35] Waiting for paint to complete...49 true [2016-01-22T08:36:10.46] Waiting for paint to complete...50 true [2016-01-22T08:36:10.57] Waiting for paint to complete...51 true [2016-01-22T08:36:10.68] Waiting for paint to complete...52 true [2016-01-22T08:36:10.79] Waiting for paint to complete...53 true [2016-01-22T08:36:10.90] Waiting for paint to complete...54 true [2016-01-22T08:36:11.01] Waiting for paint to complete...55 true [2016-01-22T08:36:11.12] Waiting for paint to complete...56 true [2016-01-22T08:36:11.22] Waiting for paint to complete...57 true [2016-01-22T08:36:11.33] Waiting for paint to complete...58 true [2016-01-22T08:36:11.44] Waiting for paint to complete...59 true [2016-01-22T08:36:11.55] Waiting for paint to complete...60 true [2016-01-22T08:36:11.66] Waiting for paint to complete...61 true [2016-01-22T08:36:11.77] Waiting for paint to complete...62 true [2016-01-22T08:36:11.88] Waiting for paint to complete...63 true [2016-01-22T08:36:11.99] Waiting for paint to complete...64 true [2016-01-22T08:36:12.10] Waiting for paint to complete...65 true [2016-01-22T08:36:12.21] Waiting for paint to complete...66 true [2016-01-22T08:36:12.32] Waiting for paint to complete...67 true [2016-01-22T08:36:12.43] Waiting for paint to complete...68 true [2016-01-22T08:36:12.54] Waiting for paint to complete...69 true [2016-01-22T08:36:12.64] Waiting for paint to complete...70 true [2016-01-22T08:36:12.64] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:36:12.64] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_16 [2016-01-22T08:36:14.73] annotate TESTCASE recordtype=image [2016-01-22T08:36:14.73] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:36:14.73] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_16.png [2016-01-22T08:36:14.73] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_16.thumb.png [2016-01-22T08:36:15.73] Display Mode currently set: java.awt.DisplayMode@6a8 [2016-01-22T08:36:15.73] width: 400 Height: 300 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:36:16.09] Creating volatile sprites: width: 384 Height: 262 [2016-01-22T08:36:16.09] Initializing Volatile Contents [2016-01-22T08:36:16.09] Status: IMAGE_RESTORED [2016-01-22T08:36:16.09] Initializing Volatile Contents [2016-01-22T08:36:16.09] Initializing Volatile Contents [2016-01-22T08:36:16.09] [2016-01-22T08:36:16.09] From IMG: Is Accelerated? false [2016-01-22T08:36:16.09] From IMG: Is True Volatile? false [2016-01-22T08:36:16.09] From GC: Is Accelerated? false [2016-01-22T08:36:16.09] From GC: Is True Volatile? false [2016-01-22T08:36:16.09] Initializing Volatile Contents [2016-01-22T08:36:16.09] [2016-01-22T08:36:16.09] From IMG: Is Accelerated? false [2016-01-22T08:36:16.09] From IMG: Is True Volatile? false [2016-01-22T08:36:16.09] From GC: Is Accelerated? false [2016-01-22T08:36:16.09] From GC: Is True Volatile? false [2016-01-22T08:36:18.10] Waiting for paint to complete...0 true [2016-01-22T08:36:18.21] Waiting for paint to complete...1 true [2016-01-22T08:36:18.32] Waiting for paint to complete...2 true [2016-01-22T08:36:18.43] Waiting for paint to complete...3 true [2016-01-22T08:36:18.54] Waiting for paint to complete...4 true [2016-01-22T08:36:18.65] Waiting for paint to complete...5 true [2016-01-22T08:36:18.76] Waiting for paint to complete...6 true [2016-01-22T08:36:18.87] Waiting for paint to complete...7 true [2016-01-22T08:36:18.98] Waiting for paint to complete...8 true [2016-01-22T08:36:19.09] Waiting for paint to complete...9 true [2016-01-22T08:36:19.20] Waiting for paint to complete...10 true [2016-01-22T08:36:19.31] Waiting for paint to complete...11 true [2016-01-22T08:36:19.41] Waiting for paint to complete...12 true [2016-01-22T08:36:19.52] Waiting for paint to complete...13 true [2016-01-22T08:36:19.63] Waiting for paint to complete...14 true [2016-01-22T08:36:19.74] Waiting for paint to complete...15 true [2016-01-22T08:36:19.85] Waiting for paint to complete...16 true [2016-01-22T08:36:19.96] Waiting for paint to complete...17 true [2016-01-22T08:36:20.07] Waiting for paint to complete...18 true [2016-01-22T08:36:20.18] Waiting for paint to complete...19 true [2016-01-22T08:36:20.29] Waiting for paint to complete...20 true [2016-01-22T08:36:20.40] Waiting for paint to complete...21 true [2016-01-22T08:36:20.51] Waiting for paint to complete...22 true [2016-01-22T08:36:20.62] Waiting for paint to complete...23 true [2016-01-22T08:36:20.73] Waiting for paint to complete...24 true [2016-01-22T08:36:20.83] Waiting for paint to complete...25 true [2016-01-22T08:36:20.94] Waiting for paint to complete...26 true [2016-01-22T08:36:21.05] Waiting for paint to complete...27 true [2016-01-22T08:36:21.16] Waiting for paint to complete...28 true [2016-01-22T08:36:21.27] Waiting for paint to complete...29 true [2016-01-22T08:36:21.38] Waiting for paint to complete...30 true [2016-01-22T08:36:21.49] Waiting for paint to complete...31 true [2016-01-22T08:36:21.60] Waiting for paint to complete...32 true [2016-01-22T08:36:21.71] Waiting for paint to complete...33 true [2016-01-22T08:36:21.82] Waiting for paint to complete...34 true [2016-01-22T08:36:21.93] Waiting for paint to complete...35 true [2016-01-22T08:36:22.04] Waiting for paint to complete...36 true [2016-01-22T08:36:22.14] Waiting for paint to complete...37 true [2016-01-22T08:36:22.25] Waiting for paint to complete...38 true [2016-01-22T08:36:22.36] Waiting for paint to complete...39 true [2016-01-22T08:36:22.47] Waiting for paint to complete...40 true [2016-01-22T08:36:22.58] Waiting for paint to complete...41 true [2016-01-22T08:36:22.69] Waiting for paint to complete...42 true [2016-01-22T08:36:22.80] Waiting for paint to complete...43 true [2016-01-22T08:36:22.91] Waiting for paint to complete...44 true [2016-01-22T08:36:23.02] Waiting for paint to complete...45 true [2016-01-22T08:36:23.13] Waiting for paint to complete...46 true [2016-01-22T08:36:23.24] Waiting for paint to complete...47 true [2016-01-22T08:36:23.35] Waiting for paint to complete...48 true [2016-01-22T08:36:23.46] Waiting for paint to complete...49 true [2016-01-22T08:36:23.56] Waiting for paint to complete...50 true [2016-01-22T08:36:23.67] Waiting for paint to complete...51 true [2016-01-22T08:36:23.78] Waiting for paint to complete...52 true [2016-01-22T08:36:23.89] Waiting for paint to complete...53 true [2016-01-22T08:36:24.00] Waiting for paint to complete...54 true [2016-01-22T08:36:24.11] Waiting for paint to complete...55 true [2016-01-22T08:36:24.22] Waiting for paint to complete...56 true [2016-01-22T08:36:24.33] Waiting for paint to complete...57 true [2016-01-22T08:36:24.44] Waiting for paint to complete...58 true [2016-01-22T08:36:24.55] Waiting for paint to complete...59 true [2016-01-22T08:36:24.66] Waiting for paint to complete...60 true [2016-01-22T08:36:24.77] Waiting for paint to complete...61 true [2016-01-22T08:36:24.87] Waiting for paint to complete...62 true [2016-01-22T08:36:24.98] Waiting for paint to complete...63 true [2016-01-22T08:36:25.09] Waiting for paint to complete...64 true [2016-01-22T08:36:25.20] Waiting for paint to complete...65 true [2016-01-22T08:36:25.31] Waiting for paint to complete...66 true [2016-01-22T08:36:25.42] Waiting for paint to complete...67 true [2016-01-22T08:36:25.53] Waiting for paint to complete...68 true [2016-01-22T08:36:25.64] Waiting for paint to complete...69 true [2016-01-22T08:36:25.75] Waiting for paint to complete...70 true [2016-01-22T08:36:25.75] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:36:25.75] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_24 [2016-01-22T08:36:27.82] annotate TESTCASE recordtype=image [2016-01-22T08:36:27.82] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:36:27.82] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_24.png [2016-01-22T08:36:27.82] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_24.thumb.png [2016-01-22T08:36:28.84] Display Mode currently set: java.awt.DisplayMode@6fc [2016-01-22T08:36:28.84] width: 512 Height: 384 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:36:29.04] Creating volatile sprites: width: 496 Height: 346 [2016-01-22T08:36:29.04] Initializing Volatile Contents [2016-01-22T08:36:29.04] Status: IMAGE_RESTORED [2016-01-22T08:36:29.04] Initializing Volatile Contents [2016-01-22T08:36:29.04] Initializing Volatile Contents [2016-01-22T08:36:29.04] [2016-01-22T08:36:29.04] From IMG: Is Accelerated? false [2016-01-22T08:36:29.04] From IMG: Is True Volatile? false [2016-01-22T08:36:29.04] From GC: Is Accelerated? false [2016-01-22T08:36:29.04] From GC: Is True Volatile? false [2016-01-22T08:36:29.04] Initializing Volatile Contents [2016-01-22T08:36:29.04] [2016-01-22T08:36:29.04] From IMG: Is Accelerated? false [2016-01-22T08:36:29.04] From IMG: Is True Volatile? false [2016-01-22T08:36:29.04] From GC: Is Accelerated? false [2016-01-22T08:36:29.04] From GC: Is True Volatile? false [2016-01-22T08:36:29.07] Initializing Volatile Contents [2016-01-22T08:36:29.07] [2016-01-22T08:36:29.07] From IMG: Is Accelerated? false [2016-01-22T08:36:29.07] From IMG: Is True Volatile? false [2016-01-22T08:36:29.07] From GC: Is Accelerated? false [2016-01-22T08:36:29.07] From GC: Is True Volatile? false [2016-01-22T08:36:31.05] Waiting for paint to complete...0 true [2016-01-22T08:36:31.16] Waiting for paint to complete...1 true [2016-01-22T08:36:31.27] Waiting for paint to complete...2 true [2016-01-22T08:36:31.38] Waiting for paint to complete...3 true [2016-01-22T08:36:31.49] Waiting for paint to complete...4 true [2016-01-22T08:36:31.60] Waiting for paint to complete...5 true [2016-01-22T08:36:31.71] Waiting for paint to complete...6 true [2016-01-22T08:36:31.82] Waiting for paint to complete...7 true [2016-01-22T08:36:31.93] Waiting for paint to complete...8 true [2016-01-22T08:36:32.04] Waiting for paint to complete...9 true [2016-01-22T08:36:32.14] Waiting for paint to complete...10 true [2016-01-22T08:36:32.25] Waiting for paint to complete...11 true [2016-01-22T08:36:32.36] Waiting for paint to complete...12 true [2016-01-22T08:36:32.47] Waiting for paint to complete...13 true [2016-01-22T08:36:32.58] Waiting for paint to complete...14 true [2016-01-22T08:36:32.69] Waiting for paint to complete...15 true [2016-01-22T08:36:32.80] Waiting for paint to complete...16 true [2016-01-22T08:36:32.91] Waiting for paint to complete...17 true [2016-01-22T08:36:33.02] Waiting for paint to complete...18 true [2016-01-22T08:36:33.13] Waiting for paint to complete...19 true [2016-01-22T08:36:33.24] Waiting for paint to complete...20 true [2016-01-22T08:36:33.35] Waiting for paint to complete...21 true [2016-01-22T08:36:33.45] Waiting for paint to complete...22 true [2016-01-22T08:36:33.56] Waiting for paint to complete...23 true [2016-01-22T08:36:33.67] Waiting for paint to complete...24 true [2016-01-22T08:36:33.78] Waiting for paint to complete...25 true [2016-01-22T08:36:33.89] Waiting for paint to complete...26 true [2016-01-22T08:36:34.00] Waiting for paint to complete...27 true [2016-01-22T08:36:34.11] Waiting for paint to complete...28 true [2016-01-22T08:36:34.22] Waiting for paint to complete...29 true [2016-01-22T08:36:34.33] Waiting for paint to complete...30 true [2016-01-22T08:36:34.44] Waiting for paint to complete...31 true [2016-01-22T08:36:34.55] Waiting for paint to complete...32 true [2016-01-22T08:36:34.66] Waiting for paint to complete...33 true [2016-01-22T08:36:34.77] Waiting for paint to complete...34 true [2016-01-22T08:36:34.87] Waiting for paint to complete...35 true [2016-01-22T08:36:34.98] Waiting for paint to complete...36 true [2016-01-22T08:36:35.09] Waiting for paint to complete...37 true [2016-01-22T08:36:35.20] Waiting for paint to complete...38 true [2016-01-22T08:36:35.31] Waiting for paint to complete...39 true [2016-01-22T08:36:35.42] Waiting for paint to complete...40 true [2016-01-22T08:36:35.53] Waiting for paint to complete...41 true [2016-01-22T08:36:35.64] Waiting for paint to complete...42 true [2016-01-22T08:36:35.75] Waiting for paint to complete...43 true [2016-01-22T08:36:35.86] Waiting for paint to complete...44 true [2016-01-22T08:36:35.97] Waiting for paint to complete...45 true [2016-01-22T08:36:36.08] Waiting for paint to complete...46 true [2016-01-22T08:36:36.08] Initializing Volatile Contents [2016-01-22T08:36:36.08] [2016-01-22T08:36:36.08] From IMG: Is Accelerated? false [2016-01-22T08:36:36.08] From IMG: Is True Volatile? false [2016-01-22T08:36:36.08] From GC: Is Accelerated? false [2016-01-22T08:36:36.08] From GC: Is True Volatile? false [2016-01-22T08:36:36.08] Waiting for paint to complete...47 true [2016-01-22T08:36:36.18] Waiting for paint to complete...48 true [2016-01-22T08:36:36.29] Waiting for paint to complete...49 true [2016-01-22T08:36:36.40] Waiting for paint to complete...50 true [2016-01-22T08:36:36.51] Waiting for paint to complete...51 true [2016-01-22T08:36:36.62] Waiting for paint to complete...52 true [2016-01-22T08:36:36.73] Waiting for paint to complete...53 true [2016-01-22T08:36:36.75] Initializing Volatile Contents [2016-01-22T08:36:36.75] [2016-01-22T08:36:36.75] From IMG: Is Accelerated? false [2016-01-22T08:36:36.75] From IMG: Is True Volatile? false [2016-01-22T08:36:36.75] From GC: Is Accelerated? false [2016-01-22T08:36:36.75] From GC: Is True Volatile? false [2016-01-22T08:36:36.75] Waiting for paint to complete...54 true [2016-01-22T08:36:36.86] Waiting for paint to complete...55 true [2016-01-22T08:36:36.96] Waiting for paint to complete...56 true [2016-01-22T08:36:37.07] Waiting for paint to complete...57 true [2016-01-22T08:36:37.18] Waiting for paint to complete...58 true [2016-01-22T08:36:37.29] Waiting for paint to complete...59 true [2016-01-22T08:36:37.40] Waiting for paint to complete...60 true [2016-01-22T08:36:37.51] Waiting for paint to complete...61 true [2016-01-22T08:36:37.62] Waiting for paint to complete...62 true [2016-01-22T08:36:37.73] Waiting for paint to complete...63 true [2016-01-22T08:36:37.84] Waiting for paint to complete...64 true [2016-01-22T08:36:37.95] Waiting for paint to complete...65 true [2016-01-22T08:36:38.06] Waiting for paint to complete...66 true [2016-01-22T08:36:38.17] Waiting for paint to complete...67 true [2016-01-22T08:36:38.28] Waiting for paint to complete...68 true [2016-01-22T08:36:38.38] Waiting for paint to complete...69 true [2016-01-22T08:36:38.49] Waiting for paint to complete...70 true [2016-01-22T08:36:38.49] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:36:38.49] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_32 [2016-01-22T08:36:40.60] annotate TESTCASE recordtype=image [2016-01-22T08:36:40.60] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:36:40.60] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_32.png [2016-01-22T08:36:40.60] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_32.thumb.png [2016-01-22T08:36:41.61] Display Mode currently set: java.awt.DisplayMode@78c [2016-01-22T08:36:41.61] width: 640 Height: 400 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:36:41.75] Creating volatile sprites: width: 624 Height: 362 [2016-01-22T08:36:41.75] Initializing Volatile Contents [2016-01-22T08:36:41.75] Status: IMAGE_RESTORED [2016-01-22T08:36:41.75] Initializing Volatile Contents [2016-01-22T08:36:41.75] Initializing Volatile Contents [2016-01-22T08:36:41.75] [2016-01-22T08:36:41.75] From IMG: Is Accelerated? false [2016-01-22T08:36:41.75] From IMG: Is True Volatile? false [2016-01-22T08:36:41.75] From GC: Is Accelerated? false [2016-01-22T08:36:41.75] From GC: Is True Volatile? false [2016-01-22T08:36:41.75] Initializing Volatile Contents [2016-01-22T08:36:41.75] [2016-01-22T08:36:41.75] From IMG: Is Accelerated? false [2016-01-22T08:36:41.75] From IMG: Is True Volatile? false [2016-01-22T08:36:41.75] From GC: Is Accelerated? false [2016-01-22T08:36:41.75] From GC: Is True Volatile? false [2016-01-22T08:36:43.75] Waiting for paint to complete...0 true [2016-01-22T08:36:43.86] Waiting for paint to complete...1 true [2016-01-22T08:36:43.97] Waiting for paint to complete...2 true [2016-01-22T08:36:44.08] Waiting for paint to complete...3 true [2016-01-22T08:36:44.19] Waiting for paint to complete...4 true [2016-01-22T08:36:44.30] Waiting for paint to complete...5 true [2016-01-22T08:36:44.41] Waiting for paint to complete...6 true [2016-01-22T08:36:44.52] Waiting for paint to complete...7 true [2016-01-22T08:36:44.62] Waiting for paint to complete...8 true [2016-01-22T08:36:44.73] Waiting for paint to complete...9 true [2016-01-22T08:36:44.84] Waiting for paint to complete...10 true [2016-01-22T08:36:44.95] Waiting for paint to complete...11 true [2016-01-22T08:36:45.06] Waiting for paint to complete...12 true [2016-01-22T08:36:45.17] Waiting for paint to complete...13 true [2016-01-22T08:36:45.28] Waiting for paint to complete...14 true [2016-01-22T08:36:45.39] Waiting for paint to complete...15 true [2016-01-22T08:36:45.50] Waiting for paint to complete...16 true [2016-01-22T08:36:45.61] Waiting for paint to complete...17 true [2016-01-22T08:36:45.72] Waiting for paint to complete...18 true [2016-01-22T08:36:45.83] Waiting for paint to complete...19 true [2016-01-22T08:36:45.93] Waiting for paint to complete...20 true [2016-01-22T08:36:46.04] Waiting for paint to complete...21 true [2016-01-22T08:36:46.15] Waiting for paint to complete...22 true [2016-01-22T08:36:46.26] Waiting for paint to complete...23 true [2016-01-22T08:36:46.37] Waiting for paint to complete...24 true [2016-01-22T08:36:46.48] Waiting for paint to complete...25 true [2016-01-22T08:36:46.59] Waiting for paint to complete...26 true [2016-01-22T08:36:46.70] Waiting for paint to complete...27 true [2016-01-22T08:36:46.81] Waiting for paint to complete...28 true [2016-01-22T08:36:46.92] Waiting for paint to complete...29 true [2016-01-22T08:36:47.03] Waiting for paint to complete...30 true [2016-01-22T08:36:47.14] Waiting for paint to complete...31 true [2016-01-22T08:36:47.25] Waiting for paint to complete...32 true [2016-01-22T08:36:47.35] Waiting for paint to complete...33 true [2016-01-22T08:36:47.46] Waiting for paint to complete...34 true [2016-01-22T08:36:47.57] Waiting for paint to complete...35 true [2016-01-22T08:36:47.68] Waiting for paint to complete...36 true [2016-01-22T08:36:47.79] Waiting for paint to complete...37 true [2016-01-22T08:36:47.90] Waiting for paint to complete...38 true [2016-01-22T08:36:48.01] Waiting for paint to complete...39 true [2016-01-22T08:36:48.12] Waiting for paint to complete...40 true [2016-01-22T08:36:48.23] Waiting for paint to complete...41 true [2016-01-22T08:36:48.34] Waiting for paint to complete...42 true [2016-01-22T08:36:48.45] Waiting for paint to complete...43 true [2016-01-22T08:36:48.56] Waiting for paint to complete...44 true [2016-01-22T08:36:48.66] Waiting for paint to complete...45 true [2016-01-22T08:36:48.77] Waiting for paint to complete...46 true [2016-01-22T08:36:48.88] Waiting for paint to complete...47 true [2016-01-22T08:36:48.99] Waiting for paint to complete...48 true [2016-01-22T08:36:49.10] Waiting for paint to complete...49 true [2016-01-22T08:36:49.21] Waiting for paint to complete...50 true [2016-01-22T08:36:49.32] Waiting for paint to complete...51 true [2016-01-22T08:36:49.43] Waiting for paint to complete...52 true [2016-01-22T08:36:49.54] Waiting for paint to complete...53 true [2016-01-22T08:36:49.65] Waiting for paint to complete...54 true [2016-01-22T08:36:49.76] Waiting for paint to complete...55 true [2016-01-22T08:36:49.87] Waiting for paint to complete...56 true [2016-01-22T08:36:49.98] Waiting for paint to complete...57 true [2016-01-22T08:36:50.08] Waiting for paint to complete...58 true [2016-01-22T08:36:50.19] Waiting for paint to complete...59 true [2016-01-22T08:36:50.30] Waiting for paint to complete...60 true [2016-01-22T08:36:50.41] Waiting for paint to complete...61 true [2016-01-22T08:36:50.52] Waiting for paint to complete...62 true [2016-01-22T08:36:50.63] Waiting for paint to complete...63 true [2016-01-22T08:36:50.74] Waiting for paint to complete...64 true [2016-01-22T08:36:50.85] Waiting for paint to complete...65 true [2016-01-22T08:36:50.96] Waiting for paint to complete...66 true [2016-01-22T08:36:51.07] Waiting for paint to complete...67 true [2016-01-22T08:36:51.18] Waiting for paint to complete...68 true [2016-01-22T08:36:51.29] Waiting for paint to complete...69 true [2016-01-22T08:36:51.39] Waiting for paint to complete...70 true [2016-01-22T08:36:51.39] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:36:51.39] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_40 [2016-01-22T08:36:53.49] annotate TESTCASE recordtype=image [2016-01-22T08:36:53.49] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:36:53.49] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_40.png [2016-01-22T08:36:53.49] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_40.thumb.png [2016-01-22T08:36:54.50] Display Mode currently set: java.awt.DisplayMode@7dc [2016-01-22T08:36:54.50] width: 640 Height: 480 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:36:54.64] Creating volatile sprites: width: 624 Height: 442 [2016-01-22T08:36:54.64] Initializing Volatile Contents [2016-01-22T08:36:54.64] Status: IMAGE_RESTORED [2016-01-22T08:36:54.64] Initializing Volatile Contents [2016-01-22T08:36:54.64] Initializing Volatile Contents [2016-01-22T08:36:54.64] [2016-01-22T08:36:54.64] From IMG: Is Accelerated? false [2016-01-22T08:36:54.64] From IMG: Is True Volatile? false [2016-01-22T08:36:54.64] From GC: Is Accelerated? false [2016-01-22T08:36:54.64] From GC: Is True Volatile? false [2016-01-22T08:36:54.64] Initializing Volatile Contents [2016-01-22T08:36:54.64] [2016-01-22T08:36:54.64] From IMG: Is Accelerated? false [2016-01-22T08:36:54.64] From IMG: Is True Volatile? false [2016-01-22T08:36:54.64] From GC: Is Accelerated? false [2016-01-22T08:36:54.64] From GC: Is True Volatile? false [2016-01-22T08:36:56.64] Waiting for paint to complete...0 true [2016-01-22T08:36:56.75] Waiting for paint to complete...1 true [2016-01-22T08:36:56.85] Waiting for paint to complete...2 true [2016-01-22T08:36:56.96] Waiting for paint to complete...3 true [2016-01-22T08:36:57.07] Waiting for paint to complete...4 true [2016-01-22T08:36:57.18] Waiting for paint to complete...5 true [2016-01-22T08:36:57.29] Waiting for paint to complete...6 true [2016-01-22T08:36:57.40] Waiting for paint to complete...7 true [2016-01-22T08:36:57.51] Waiting for paint to complete...8 true [2016-01-22T08:36:57.62] Waiting for paint to complete...9 true [2016-01-22T08:36:57.73] Waiting for paint to complete...10 true [2016-01-22T08:36:57.84] Waiting for paint to complete...11 true [2016-01-22T08:36:57.95] Waiting for paint to complete...12 true [2016-01-22T08:36:58.06] Waiting for paint to complete...13 true [2016-01-22T08:36:58.17] Waiting for paint to complete...14 true [2016-01-22T08:36:58.27] Waiting for paint to complete...15 true [2016-01-22T08:36:58.38] Waiting for paint to complete...16 true [2016-01-22T08:36:58.49] Waiting for paint to complete...17 true [2016-01-22T08:36:58.60] Waiting for paint to complete...18 true [2016-01-22T08:36:58.71] Waiting for paint to complete...19 true [2016-01-22T08:36:58.82] Waiting for paint to complete...20 true [2016-01-22T08:36:58.93] Waiting for paint to complete...21 true [2016-01-22T08:36:59.04] Waiting for paint to complete...22 true [2016-01-22T08:36:59.15] Waiting for paint to complete...23 true [2016-01-22T08:36:59.26] Waiting for paint to complete...24 true [2016-01-22T08:36:59.37] Waiting for paint to complete...25 true [2016-01-22T08:36:59.48] Waiting for paint to complete...26 true [2016-01-22T08:36:59.58] Waiting for paint to complete...27 true [2016-01-22T08:36:59.69] Waiting for paint to complete...28 true [2016-01-22T08:36:59.80] Waiting for paint to complete...29 true [2016-01-22T08:36:59.91] Waiting for paint to complete...30 true [2016-01-22T08:37:00.02] Waiting for paint to complete...31 true [2016-01-22T08:37:00.13] Waiting for paint to complete...32 true [2016-01-22T08:37:00.24] Waiting for paint to complete...33 true [2016-01-22T08:37:00.35] Waiting for paint to complete...34 true [2016-01-22T08:37:00.46] Waiting for paint to complete...35 true [2016-01-22T08:37:00.57] Waiting for paint to complete...36 true [2016-01-22T08:37:00.68] Waiting for paint to complete...37 true [2016-01-22T08:37:00.79] Waiting for paint to complete...38 true [2016-01-22T08:37:00.90] Waiting for paint to complete...39 true [2016-01-22T08:37:01.00] Waiting for paint to complete...40 true [2016-01-22T08:37:01.11] Waiting for paint to complete...41 true [2016-01-22T08:37:01.22] Waiting for paint to complete...42 true [2016-01-22T08:37:01.33] Waiting for paint to complete...43 true [2016-01-22T08:37:01.44] Waiting for paint to complete...44 true [2016-01-22T08:37:01.55] Waiting for paint to complete...45 true [2016-01-22T08:37:01.66] Waiting for paint to complete...46 true [2016-01-22T08:37:01.77] Waiting for paint to complete...47 true [2016-01-22T08:37:01.88] Waiting for paint to complete...48 true [2016-01-22T08:37:01.99] Waiting for paint to complete...49 true [2016-01-22T08:37:02.10] Waiting for paint to complete...50 true [2016-01-22T08:37:02.21] Waiting for paint to complete...51 true [2016-01-22T08:37:02.31] Waiting for paint to complete...52 true [2016-01-22T08:37:02.42] Waiting for paint to complete...53 true [2016-01-22T08:37:02.53] Waiting for paint to complete...54 true [2016-01-22T08:37:02.64] Waiting for paint to complete...55 true [2016-01-22T08:37:02.75] Waiting for paint to complete...56 true [2016-01-22T08:37:02.86] Waiting for paint to complete...57 true [2016-01-22T08:37:02.97] Waiting for paint to complete...58 true [2016-01-22T08:37:03.08] Waiting for paint to complete...59 true [2016-01-22T08:37:03.19] Waiting for paint to complete...60 true [2016-01-22T08:37:03.30] Waiting for paint to complete...61 true [2016-01-22T08:37:03.41] Waiting for paint to complete...62 true [2016-01-22T08:37:03.52] Waiting for paint to complete...63 true [2016-01-22T08:37:03.63] Waiting for paint to complete...64 true [2016-01-22T08:37:03.73] Waiting for paint to complete...65 true [2016-01-22T08:37:03.84] Waiting for paint to complete...66 true [2016-01-22T08:37:03.95] Waiting for paint to complete...67 true [2016-01-22T08:37:04.06] Waiting for paint to complete...68 true [2016-01-22T08:37:04.17] Waiting for paint to complete...69 true [2016-01-22T08:37:04.28] Waiting for paint to complete...70 true [2016-01-22T08:37:04.28] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:37:04.28] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_48 [2016-01-22T08:37:06.40] annotate TESTCASE recordtype=image [2016-01-22T08:37:06.40] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:37:06.40] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_48.png [2016-01-22T08:37:06.40] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_48.thumb.png [2016-01-22T08:37:07.42] Display Mode currently set: java.awt.DisplayMode@8bc [2016-01-22T08:37:07.42] width: 800 Height: 600 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:37:07.60] Creating volatile sprites: width: 784 Height: 562 [2016-01-22T08:37:07.60] Initializing Volatile Contents [2016-01-22T08:37:07.60] Status: IMAGE_RESTORED [2016-01-22T08:37:07.60] Initializing Volatile Contents [2016-01-22T08:37:07.62] Initializing Volatile Contents [2016-01-22T08:37:07.62] [2016-01-22T08:37:07.62] From IMG: Is Accelerated? false [2016-01-22T08:37:07.62] From IMG: Is True Volatile? false [2016-01-22T08:37:07.62] From GC: Is Accelerated? false [2016-01-22T08:37:07.62] From GC: Is True Volatile? false [2016-01-22T08:37:07.62] Initializing Volatile Contents [2016-01-22T08:37:07.62] [2016-01-22T08:37:07.62] From IMG: Is Accelerated? false [2016-01-22T08:37:07.62] From IMG: Is True Volatile? false [2016-01-22T08:37:07.62] From GC: Is Accelerated? false [2016-01-22T08:37:07.62] From GC: Is True Volatile? false [2016-01-22T08:37:07.67] Initializing Volatile Contents [2016-01-22T08:37:07.67] [2016-01-22T08:37:07.67] From IMG: Is Accelerated? false [2016-01-22T08:37:07.67] From IMG: Is True Volatile? false [2016-01-22T08:37:07.67] From GC: Is Accelerated? false [2016-01-22T08:37:07.67] From GC: Is True Volatile? false [2016-01-22T08:37:08.23] Initializing Volatile Contents [2016-01-22T08:37:08.24] [2016-01-22T08:37:08.24] From IMG: Is Accelerated? false [2016-01-22T08:37:08.24] From IMG: Is True Volatile? false [2016-01-22T08:37:08.24] From GC: Is Accelerated? false [2016-01-22T08:37:08.24] From GC: Is True Volatile? false [2016-01-22T08:37:08.24] Initializing Volatile Contents [2016-01-22T08:37:08.24] [2016-01-22T08:37:08.24] From IMG: Is Accelerated? false [2016-01-22T08:37:08.24] From IMG: Is True Volatile? false [2016-01-22T08:37:08.24] From GC: Is Accelerated? false [2016-01-22T08:37:08.24] From GC: Is True Volatile? false [2016-01-22T08:37:09.60] Waiting for paint to complete...0 true [2016-01-22T08:37:09.71] Waiting for paint to complete...1 true [2016-01-22T08:37:09.82] Waiting for paint to complete...2 true [2016-01-22T08:37:09.93] Waiting for paint to complete...3 true [2016-01-22T08:37:10.04] Waiting for paint to complete...4 true [2016-01-22T08:37:10.15] Waiting for paint to complete...5 true [2016-01-22T08:37:10.26] Waiting for paint to complete...6 true [2016-01-22T08:37:10.36] Waiting for paint to complete...7 true [2016-01-22T08:37:10.47] Waiting for paint to complete...8 true [2016-01-22T08:37:10.58] Waiting for paint to complete...9 true [2016-01-22T08:37:10.69] Waiting for paint to complete...10 true [2016-01-22T08:37:10.80] Waiting for paint to complete...11 true [2016-01-22T08:37:10.91] Waiting for paint to complete...12 true [2016-01-22T08:37:11.02] Waiting for paint to complete...13 true [2016-01-22T08:37:11.13] Waiting for paint to complete...14 true [2016-01-22T08:37:11.24] Waiting for paint to complete...15 true [2016-01-22T08:37:11.35] Waiting for paint to complete...16 true [2016-01-22T08:37:11.46] Waiting for paint to complete...17 true [2016-01-22T08:37:11.57] Waiting for paint to complete...18 true [2016-01-22T08:37:11.67] Waiting for paint to complete...19 true [2016-01-22T08:37:11.78] Waiting for paint to complete...20 true [2016-01-22T08:37:11.89] Waiting for paint to complete...21 true [2016-01-22T08:37:12.00] Waiting for paint to complete...22 true [2016-01-22T08:37:12.11] Waiting for paint to complete...23 true [2016-01-22T08:37:12.22] Waiting for paint to complete...24 true [2016-01-22T08:37:12.33] Waiting for paint to complete...25 true [2016-01-22T08:37:12.44] Waiting for paint to complete...26 true [2016-01-22T08:37:12.55] Waiting for paint to complete...27 true [2016-01-22T08:37:12.66] Waiting for paint to complete...28 true [2016-01-22T08:37:12.77] Waiting for paint to complete...29 true [2016-01-22T08:37:12.88] Waiting for paint to complete...30 true [2016-01-22T08:37:12.99] Waiting for paint to complete...31 true [2016-01-22T08:37:13.09] Waiting for paint to complete...32 true [2016-01-22T08:37:13.20] Waiting for paint to complete...33 true [2016-01-22T08:37:13.31] Waiting for paint to complete...34 true [2016-01-22T08:37:13.42] Waiting for paint to complete...35 true [2016-01-22T08:37:13.53] Waiting for paint to complete...36 true [2016-01-22T08:37:13.64] Waiting for paint to complete...37 true [2016-01-22T08:37:13.75] Waiting for paint to complete...38 true [2016-01-22T08:37:13.86] Waiting for paint to complete...39 true [2016-01-22T08:37:13.97] Waiting for paint to complete...40 true [2016-01-22T08:37:14.08] Waiting for paint to complete...41 true [2016-01-22T08:37:14.19] Waiting for paint to complete...42 true [2016-01-22T08:37:14.30] Waiting for paint to complete...43 true [2016-01-22T08:37:14.40] Waiting for paint to complete...44 true [2016-01-22T08:37:14.51] Waiting for paint to complete...45 true [2016-01-22T08:37:14.62] Waiting for paint to complete...46 true [2016-01-22T08:37:14.73] Waiting for paint to complete...47 true [2016-01-22T08:37:14.84] Waiting for paint to complete...48 true [2016-01-22T08:37:14.95] Waiting for paint to complete...49 true [2016-01-22T08:37:15.06] Waiting for paint to complete...50 true [2016-01-22T08:37:15.17] Waiting for paint to complete...51 true [2016-01-22T08:37:15.28] Waiting for paint to complete...52 true [2016-01-22T08:37:15.39] Waiting for paint to complete...53 true [2016-01-22T08:37:15.50] Waiting for paint to complete...54 true [2016-01-22T08:37:15.61] Waiting for paint to complete...55 true [2016-01-22T08:37:15.72] Waiting for paint to complete...56 true [2016-01-22T08:37:15.82] Waiting for paint to complete...57 true [2016-01-22T08:37:15.93] Waiting for paint to complete...58 true [2016-01-22T08:37:16.04] Waiting for paint to complete...59 true [2016-01-22T08:37:16.15] Waiting for paint to complete...60 true [2016-01-22T08:37:16.26] Waiting for paint to complete...61 true [2016-01-22T08:37:16.37] Waiting for paint to complete...62 true [2016-01-22T08:37:16.48] Waiting for paint to complete...63 true [2016-01-22T08:37:16.59] Waiting for paint to complete...64 true [2016-01-22T08:37:16.70] Waiting for paint to complete...65 true [2016-01-22T08:37:16.81] Waiting for paint to complete...66 true [2016-01-22T08:37:16.92] Waiting for paint to complete...67 true [2016-01-22T08:37:17.03] Waiting for paint to complete...68 true [2016-01-22T08:37:17.13] Waiting for paint to complete...69 true [2016-01-22T08:37:17.24] Waiting for paint to complete...70 true [2016-01-22T08:37:17.24] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:37:17.24] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_56 [2016-01-22T08:37:19.37] annotate TESTCASE recordtype=image [2016-01-22T08:37:19.37] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:37:19.37] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_56.png [2016-01-22T08:37:19.37] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_56.thumb.png [2016-01-22T08:37:20.38] Display Mode currently set: java.awt.DisplayMode@a44 [2016-01-22T08:37:20.38] width: 1024 Height: 768 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:37:20.57] Creating volatile sprites: width: 1008 Height: 730 [2016-01-22T08:37:20.57] Initializing Volatile Contents [2016-01-22T08:37:20.58] Status: IMAGE_RESTORED [2016-01-22T08:37:20.58] Initializing Volatile Contents [2016-01-22T08:37:20.58] Initializing Volatile Contents [2016-01-22T08:37:20.58] [2016-01-22T08:37:20.58] From IMG: Is Accelerated? false [2016-01-22T08:37:20.58] From IMG: Is True Volatile? false [2016-01-22T08:37:20.58] From GC: Is Accelerated? false [2016-01-22T08:37:20.58] From GC: Is True Volatile? false [2016-01-22T08:37:20.58] Initializing Volatile Contents [2016-01-22T08:37:20.58] [2016-01-22T08:37:20.58] From IMG: Is Accelerated? false [2016-01-22T08:37:20.58] From IMG: Is True Volatile? false [2016-01-22T08:37:20.58] From GC: Is Accelerated? false [2016-01-22T08:37:20.58] From GC: Is True Volatile? false [2016-01-22T08:37:20.61] Initializing Volatile Contents [2016-01-22T08:37:20.61] [2016-01-22T08:37:20.61] From IMG: Is Accelerated? false [2016-01-22T08:37:20.61] From IMG: Is True Volatile? false [2016-01-22T08:37:20.61] From GC: Is Accelerated? false [2016-01-22T08:37:20.61] From GC: Is True Volatile? false [2016-01-22T08:37:22.58] Waiting for paint to complete...0 true [2016-01-22T08:37:22.69] Waiting for paint to complete...1 true [2016-01-22T08:37:22.80] Waiting for paint to complete...2 true [2016-01-22T08:37:22.91] Waiting for paint to complete...3 true [2016-01-22T08:37:23.02] Waiting for paint to complete...4 true [2016-01-22T08:37:23.13] Waiting for paint to complete...5 true [2016-01-22T08:37:23.23] Waiting for paint to complete...6 true [2016-01-22T08:37:23.34] Waiting for paint to complete...7 true [2016-01-22T08:37:23.45] Waiting for paint to complete...8 true [2016-01-22T08:37:23.56] Waiting for paint to complete...9 true [2016-01-22T08:37:23.67] Waiting for paint to complete...10 true [2016-01-22T08:37:23.78] Waiting for paint to complete...11 true [2016-01-22T08:37:23.89] Waiting for paint to complete...12 true [2016-01-22T08:37:24.00] Waiting for paint to complete...13 true [2016-01-22T08:37:24.11] Waiting for paint to complete...14 true [2016-01-22T08:37:24.22] Waiting for paint to complete...15 true [2016-01-22T08:37:24.33] Waiting for paint to complete...16 true [2016-01-22T08:37:24.44] Waiting for paint to complete...17 true [2016-01-22T08:37:24.54] Waiting for paint to complete...18 true [2016-01-22T08:37:24.65] Waiting for paint to complete...19 true [2016-01-22T08:37:24.76] Waiting for paint to complete...20 true [2016-01-22T08:37:24.87] Waiting for paint to complete...21 true [2016-01-22T08:37:24.98] Waiting for paint to complete...22 true [2016-01-22T08:37:25.09] Waiting for paint to complete...23 true [2016-01-22T08:37:25.20] Waiting for paint to complete...24 true [2016-01-22T08:37:25.31] Waiting for paint to complete...25 true [2016-01-22T08:37:25.42] Waiting for paint to complete...26 true [2016-01-22T08:37:25.53] Waiting for paint to complete...27 true [2016-01-22T08:37:25.64] Waiting for paint to complete...28 true [2016-01-22T08:37:25.75] Waiting for paint to complete...29 true [2016-01-22T08:37:25.86] Waiting for paint to complete...30 true [2016-01-22T08:37:25.96] Waiting for paint to complete...31 true [2016-01-22T08:37:26.07] Waiting for paint to complete...32 true [2016-01-22T08:37:26.18] Waiting for paint to complete...33 true [2016-01-22T08:37:26.29] Waiting for paint to complete...34 true [2016-01-22T08:37:26.40] Waiting for paint to complete...35 true [2016-01-22T08:37:26.51] Waiting for paint to complete...36 true [2016-01-22T08:37:26.62] Waiting for paint to complete...37 true [2016-01-22T08:37:26.73] Waiting for paint to complete...38 true [2016-01-22T08:37:26.84] Waiting for paint to complete...39 true [2016-01-22T08:37:26.95] Waiting for paint to complete...40 true [2016-01-22T08:37:27.06] Waiting for paint to complete...41 true [2016-01-22T08:37:27.17] Waiting for paint to complete...42 true [2016-01-22T08:37:27.27] Waiting for paint to complete...43 true [2016-01-22T08:37:27.38] Waiting for paint to complete...44 true [2016-01-22T08:37:27.49] Waiting for paint to complete...45 true [2016-01-22T08:37:27.60] Waiting for paint to complete...46 true [2016-01-22T08:37:27.71] Waiting for paint to complete...47 true [2016-01-22T08:37:27.82] Waiting for paint to complete...48 true [2016-01-22T08:37:27.93] Waiting for paint to complete...49 true [2016-01-22T08:37:28.04] Waiting for paint to complete...50 true [2016-01-22T08:37:28.15] Waiting for paint to complete...51 true [2016-01-22T08:37:28.26] Waiting for paint to complete...52 true [2016-01-22T08:37:28.37] Waiting for paint to complete...53 true [2016-01-22T08:37:28.48] Waiting for paint to complete...54 true [2016-01-22T08:37:28.59] Waiting for paint to complete...55 true [2016-01-22T08:37:28.69] Waiting for paint to complete...56 true [2016-01-22T08:37:28.80] Waiting for paint to complete...57 true [2016-01-22T08:37:28.91] Waiting for paint to complete...58 true [2016-01-22T08:37:29.02] Waiting for paint to complete...59 true [2016-01-22T08:37:29.13] Waiting for paint to complete...60 true [2016-01-22T08:37:29.24] Waiting for paint to complete...61 true [2016-01-22T08:37:29.35] Waiting for paint to complete...62 true [2016-01-22T08:37:29.46] Waiting for paint to complete...63 true [2016-01-22T08:37:29.57] Waiting for paint to complete...64 true [2016-01-22T08:37:29.68] Waiting for paint to complete...65 true [2016-01-22T08:37:29.79] Waiting for paint to complete...66 true [2016-01-22T08:37:29.90] Waiting for paint to complete...67 true [2016-01-22T08:37:30.00] Waiting for paint to complete...68 true [2016-01-22T08:37:30.11] Waiting for paint to complete...69 true [2016-01-22T08:37:30.22] Waiting for paint to complete...70 true [2016-01-22T08:37:30.22] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:37:30.22] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_64 [2016-01-22T08:37:32.36] annotate TESTCASE recordtype=image [2016-01-22T08:37:32.36] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:37:32.36] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_64.png [2016-01-22T08:37:32.36] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_64.thumb.png [2016-01-22T08:37:33.37] Display Mode currently set: java.awt.DisplayMode@b24 [2016-01-22T08:37:33.37] width: 1152 Height: 864 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:37:33.61] Creating volatile sprites: width: 1136 Height: 826 [2016-01-22T08:37:33.61] Initializing Volatile Contents [2016-01-22T08:37:33.61] Status: IMAGE_RESTORED [2016-01-22T08:37:33.61] Initializing Volatile Contents [2016-01-22T08:37:33.61] Initializing Volatile Contents [2016-01-22T08:37:33.61] [2016-01-22T08:37:33.61] From IMG: Is Accelerated? false [2016-01-22T08:37:33.61] From IMG: Is True Volatile? false [2016-01-22T08:37:33.61] From GC: Is Accelerated? false [2016-01-22T08:37:33.61] From GC: Is True Volatile? false [2016-01-22T08:37:33.61] Initializing Volatile Contents [2016-01-22T08:37:33.61] [2016-01-22T08:37:33.61] From IMG: Is Accelerated? false [2016-01-22T08:37:33.61] From IMG: Is True Volatile? false [2016-01-22T08:37:33.61] From GC: Is Accelerated? false [2016-01-22T08:37:33.61] From GC: Is True Volatile? false [2016-01-22T08:37:33.66] Initializing Volatile Contents [2016-01-22T08:37:33.66] [2016-01-22T08:37:33.66] From IMG: Is Accelerated? false [2016-01-22T08:37:33.66] From IMG: Is True Volatile? false [2016-01-22T08:37:33.66] From GC: Is Accelerated? false [2016-01-22T08:37:33.66] From GC: Is True Volatile? false [2016-01-22T08:37:35.59] Waiting for paint to complete...0 true [2016-01-22T08:37:35.70] Waiting for paint to complete...1 true [2016-01-22T08:37:35.81] Waiting for paint to complete...2 true [2016-01-22T08:37:35.92] Waiting for paint to complete...3 true [2016-01-22T08:37:36.03] Waiting for paint to complete...4 true [2016-01-22T08:37:36.14] Waiting for paint to complete...5 true [2016-01-22T08:37:36.24] Waiting for paint to complete...6 true [2016-01-22T08:37:36.35] Waiting for paint to complete...7 true [2016-01-22T08:37:36.46] Waiting for paint to complete...8 true [2016-01-22T08:37:36.57] Waiting for paint to complete...9 true [2016-01-22T08:37:36.68] Waiting for paint to complete...10 true [2016-01-22T08:37:36.79] Waiting for paint to complete...11 true [2016-01-22T08:37:36.90] Waiting for paint to complete...12 true [2016-01-22T08:37:37.01] Waiting for paint to complete...13 true [2016-01-22T08:37:37.12] Waiting for paint to complete...14 true [2016-01-22T08:37:37.23] Waiting for paint to complete...15 true [2016-01-22T08:37:37.34] Waiting for paint to complete...16 true [2016-01-22T08:37:37.45] Waiting for paint to complete...17 true [2016-01-22T08:37:37.56] Waiting for paint to complete...18 true [2016-01-22T08:37:37.66] Waiting for paint to complete...19 true [2016-01-22T08:37:37.77] Waiting for paint to complete...20 true [2016-01-22T08:37:37.88] Waiting for paint to complete...21 true [2016-01-22T08:37:37.99] Waiting for paint to complete...22 true [2016-01-22T08:37:38.10] Waiting for paint to complete...23 true [2016-01-22T08:37:38.21] Waiting for paint to complete...24 true [2016-01-22T08:37:38.32] Waiting for paint to complete...25 true [2016-01-22T08:37:38.43] Waiting for paint to complete...26 true [2016-01-22T08:37:38.54] Waiting for paint to complete...27 true [2016-01-22T08:37:38.65] Waiting for paint to complete...28 true [2016-01-22T08:37:38.76] Waiting for paint to complete...29 true [2016-01-22T08:37:38.87] Waiting for paint to complete...30 true [2016-01-22T08:37:38.97] Waiting for paint to complete...31 true [2016-01-22T08:37:39.08] Waiting for paint to complete...32 true [2016-01-22T08:37:39.19] Waiting for paint to complete...33 true [2016-01-22T08:37:39.30] Waiting for paint to complete...34 true [2016-01-22T08:37:39.41] Waiting for paint to complete...35 true [2016-01-22T08:37:39.52] Waiting for paint to complete...36 true [2016-01-22T08:37:39.63] Waiting for paint to complete...37 true [2016-01-22T08:37:39.74] Waiting for paint to complete...38 true [2016-01-22T08:37:39.85] Waiting for paint to complete...39 true [2016-01-22T08:37:39.96] Waiting for paint to complete...40 true [2016-01-22T08:37:40.07] Waiting for paint to complete...41 true [2016-01-22T08:37:40.18] Waiting for paint to complete...42 true [2016-01-22T08:37:40.29] Waiting for paint to complete...43 true [2016-01-22T08:37:40.39] Waiting for paint to complete...44 true [2016-01-22T08:37:40.50] Waiting for paint to complete...45 true [2016-01-22T08:37:40.61] Waiting for paint to complete...46 true [2016-01-22T08:37:40.72] Waiting for paint to complete...47 true [2016-01-22T08:37:40.83] Waiting for paint to complete...48 true [2016-01-22T08:37:40.94] Waiting for paint to complete...49 true [2016-01-22T08:37:41.05] Waiting for paint to complete...50 true [2016-01-22T08:37:41.16] Waiting for paint to complete...51 true [2016-01-22T08:37:41.27] Waiting for paint to complete...52 true [2016-01-22T08:37:41.38] Waiting for paint to complete...53 true [2016-01-22T08:37:41.49] Waiting for paint to complete...54 true [2016-01-22T08:37:41.60] Waiting for paint to complete...55 true [2016-01-22T08:37:41.70] Waiting for paint to complete...56 true [2016-01-22T08:37:41.81] Waiting for paint to complete...57 true [2016-01-22T08:37:41.92] Waiting for paint to complete...58 true [2016-01-22T08:37:42.03] Waiting for paint to complete...59 true [2016-01-22T08:37:42.14] Waiting for paint to complete...60 true [2016-01-22T08:37:42.25] Waiting for paint to complete...61 true [2016-01-22T08:37:42.36] Waiting for paint to complete...62 true [2016-01-22T08:37:42.47] Waiting for paint to complete...63 true [2016-01-22T08:37:42.58] Waiting for paint to complete...64 true [2016-01-22T08:37:42.69] Waiting for paint to complete...65 true [2016-01-22T08:37:42.80] Waiting for paint to complete...66 true [2016-01-22T08:37:42.91] Waiting for paint to complete...67 true [2016-01-22T08:37:43.02] Waiting for paint to complete...68 true [2016-01-22T08:37:43.12] Waiting for paint to complete...69 true [2016-01-22T08:37:43.23] Waiting for paint to complete...70 true [2016-01-22T08:37:43.23] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:37:43.23] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_72 [2016-01-22T08:37:45.40] annotate TESTCASE recordtype=image [2016-01-22T08:37:45.40] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:37:45.40] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_72.png [2016-01-22T08:37:45.40] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_72.thumb.png [2016-01-22T08:37:46.42] Display Mode currently set: java.awt.DisplayMode@bcc [2016-01-22T08:37:46.42] width: 1152 Height: 864 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:37:46.53] Initializing Volatile Contents [2016-01-22T08:37:46.53] [2016-01-22T08:37:46.53] From IMG: Is Accelerated? false [2016-01-22T08:37:46.53] From IMG: Is True Volatile? false [2016-01-22T08:37:46.53] From GC: Is Accelerated? false [2016-01-22T08:37:46.53] From GC: Is True Volatile? false [2016-01-22T08:37:46.57] Initializing Volatile Contents [2016-01-22T08:37:46.57] [2016-01-22T08:37:46.57] From IMG: Is Accelerated? false [2016-01-22T08:37:46.57] From IMG: Is True Volatile? false [2016-01-22T08:37:46.57] From GC: Is Accelerated? false [2016-01-22T08:37:46.57] From GC: Is True Volatile? false [2016-01-22T08:37:46.57] Initializing Volatile Contents [2016-01-22T08:37:46.57] [2016-01-22T08:37:46.57] From IMG: Is Accelerated? false [2016-01-22T08:37:46.57] From IMG: Is True Volatile? false [2016-01-22T08:37:46.57] From GC: Is Accelerated? false [2016-01-22T08:37:46.57] From GC: Is True Volatile? false [2016-01-22T08:37:48.51] Waiting for paint to complete...0 true [2016-01-22T08:37:48.62] Waiting for paint to complete...1 true [2016-01-22T08:37:48.72] Waiting for paint to complete...2 true [2016-01-22T08:37:48.83] Waiting for paint to complete...3 true [2016-01-22T08:37:48.94] Waiting for paint to complete...4 true [2016-01-22T08:37:49.05] Waiting for paint to complete...5 true [2016-01-22T08:37:49.16] Waiting for paint to complete...6 true [2016-01-22T08:37:49.27] Waiting for paint to complete...7 true [2016-01-22T08:37:49.38] Waiting for paint to complete...8 true [2016-01-22T08:37:49.49] Waiting for paint to complete...9 true [2016-01-22T08:37:49.60] Waiting for paint to complete...10 true [2016-01-22T08:37:49.71] Waiting for paint to complete...11 true [2016-01-22T08:37:49.82] Waiting for paint to complete...12 true [2016-01-22T08:37:49.93] Waiting for paint to complete...13 true [2016-01-22T08:37:50.04] Waiting for paint to complete...14 true [2016-01-22T08:37:50.14] Waiting for paint to complete...15 true [2016-01-22T08:37:50.25] Waiting for paint to complete...16 true [2016-01-22T08:37:50.36] Waiting for paint to complete...17 true [2016-01-22T08:37:50.47] Waiting for paint to complete...18 true [2016-01-22T08:37:50.58] Waiting for paint to complete...19 true [2016-01-22T08:37:50.69] Waiting for paint to complete...20 true [2016-01-22T08:37:50.80] Waiting for paint to complete...21 true [2016-01-22T08:37:50.91] Waiting for paint to complete...22 true [2016-01-22T08:37:51.02] Waiting for paint to complete...23 true [2016-01-22T08:37:51.13] Waiting for paint to complete...24 true [2016-01-22T08:37:51.24] Waiting for paint to complete...25 true [2016-01-22T08:37:51.35] Waiting for paint to complete...26 true [2016-01-22T08:37:51.45] Waiting for paint to complete...27 true [2016-01-22T08:37:51.56] Waiting for paint to complete...28 true [2016-01-22T08:37:51.67] Waiting for paint to complete...29 true [2016-01-22T08:37:51.78] Waiting for paint to complete...30 true [2016-01-22T08:37:51.89] Waiting for paint to complete...31 true [2016-01-22T08:37:52.00] Waiting for paint to complete...32 true [2016-01-22T08:37:52.11] Waiting for paint to complete...33 true [2016-01-22T08:37:52.22] Waiting for paint to complete...34 true [2016-01-22T08:37:52.33] Waiting for paint to complete...35 true [2016-01-22T08:37:52.44] Waiting for paint to complete...36 true [2016-01-22T08:37:52.55] Waiting for paint to complete...37 true [2016-01-22T08:37:52.66] Waiting for paint to complete...38 true [2016-01-22T08:37:52.77] Waiting for paint to complete...39 true [2016-01-22T08:37:52.87] Waiting for paint to complete...40 true [2016-01-22T08:37:52.98] Waiting for paint to complete...41 true [2016-01-22T08:37:53.09] Waiting for paint to complete...42 true [2016-01-22T08:37:53.20] Waiting for paint to complete...43 true [2016-01-22T08:37:53.31] Waiting for paint to complete...44 true [2016-01-22T08:37:53.42] Waiting for paint to complete...45 true [2016-01-22T08:37:53.53] Waiting for paint to complete...46 true [2016-01-22T08:37:53.64] Waiting for paint to complete...47 true [2016-01-22T08:37:53.75] Waiting for paint to complete...48 true [2016-01-22T08:37:53.86] Waiting for paint to complete...49 true [2016-01-22T08:37:53.97] Waiting for paint to complete...50 true [2016-01-22T08:37:54.08] Waiting for paint to complete...51 true [2016-01-22T08:37:54.18] Waiting for paint to complete...52 true [2016-01-22T08:37:54.29] Waiting for paint to complete...53 true [2016-01-22T08:37:54.40] Waiting for paint to complete...54 true [2016-01-22T08:37:54.51] Waiting for paint to complete...55 true [2016-01-22T08:37:54.62] Waiting for paint to complete...56 true [2016-01-22T08:37:54.73] Waiting for paint to complete...57 true [2016-01-22T08:37:54.84] Waiting for paint to complete...58 true [2016-01-22T08:37:54.95] Waiting for paint to complete...59 true [2016-01-22T08:37:55.06] Waiting for paint to complete...60 true [2016-01-22T08:37:55.17] Waiting for paint to complete...61 true [2016-01-22T08:37:55.28] Waiting for paint to complete...62 true [2016-01-22T08:37:55.39] Waiting for paint to complete...63 true [2016-01-22T08:37:55.50] Waiting for paint to complete...64 true [2016-01-22T08:37:55.60] Waiting for paint to complete...65 true [2016-01-22T08:37:55.71] Waiting for paint to complete...66 true [2016-01-22T08:37:55.82] Waiting for paint to complete...67 true [2016-01-22T08:37:55.93] Waiting for paint to complete...68 true [2016-01-22T08:37:56.04] Waiting for paint to complete...69 true [2016-01-22T08:37:56.15] Waiting for paint to complete...70 true [2016-01-22T08:37:56.15] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:37:56.15] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_80 [2016-01-22T08:37:58.32] annotate TESTCASE recordtype=image [2016-01-22T08:37:58.32] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:37:58.32] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_80.png [2016-01-22T08:37:58.32] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_80.thumb.png [2016-01-22T08:37:59.33] Display Mode currently set: java.awt.DisplayMode@b44 [2016-01-22T08:37:59.33] width: 1280 Height: 600 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:37:59.66] Creating volatile sprites: width: 1264 Height: 562 [2016-01-22T08:37:59.66] Initializing Volatile Contents [2016-01-22T08:37:59.66] Status: IMAGE_RESTORED [2016-01-22T08:37:59.66] Initializing Volatile Contents [2016-01-22T08:37:59.66] Initializing Volatile Contents [2016-01-22T08:37:59.66] [2016-01-22T08:37:59.66] From IMG: Is Accelerated? false [2016-01-22T08:37:59.66] From IMG: Is True Volatile? false [2016-01-22T08:37:59.66] From GC: Is Accelerated? false [2016-01-22T08:37:59.66] From GC: Is True Volatile? false [2016-01-22T08:37:59.66] Initializing Volatile Contents [2016-01-22T08:37:59.66] [2016-01-22T08:37:59.66] From IMG: Is Accelerated? false [2016-01-22T08:37:59.66] From IMG: Is True Volatile? false [2016-01-22T08:37:59.66] From GC: Is Accelerated? false [2016-01-22T08:37:59.66] From GC: Is True Volatile? false [2016-01-22T08:37:59.68] Initializing Volatile Contents [2016-01-22T08:37:59.68] [2016-01-22T08:37:59.68] From IMG: Is Accelerated? false [2016-01-22T08:37:59.68] From IMG: Is True Volatile? false [2016-01-22T08:37:59.68] From GC: Is Accelerated? false [2016-01-22T08:37:59.68] From GC: Is True Volatile? false [2016-01-22T08:38:01.59] Waiting for paint to complete...0 true [2016-01-22T08:38:01.70] Waiting for paint to complete...1 true [2016-01-22T08:38:01.81] Waiting for paint to complete...2 true [2016-01-22T08:38:01.92] Waiting for paint to complete...3 true [2016-01-22T08:38:02.03] Waiting for paint to complete...4 true [2016-01-22T08:38:02.14] Waiting for paint to complete...5 true [2016-01-22T08:38:02.25] Waiting for paint to complete...6 true [2016-01-22T08:38:02.36] Waiting for paint to complete...7 true [2016-01-22T08:38:02.47] Waiting for paint to complete...8 true [2016-01-22T08:38:02.58] Waiting for paint to complete...9 true [2016-01-22T08:38:02.69] Waiting for paint to complete...10 true [2016-01-22T08:38:02.80] Waiting for paint to complete...11 true [2016-01-22T08:38:02.91] Waiting for paint to complete...12 true [2016-01-22T08:38:03.01] Waiting for paint to complete...13 true [2016-01-22T08:38:03.12] Waiting for paint to complete...14 true [2016-01-22T08:38:03.23] Waiting for paint to complete...15 true [2016-01-22T08:38:03.34] Waiting for paint to complete...16 true [2016-01-22T08:38:03.45] Waiting for paint to complete...17 true [2016-01-22T08:38:03.56] Waiting for paint to complete...18 true [2016-01-22T08:38:03.67] Waiting for paint to complete...19 true [2016-01-22T08:38:03.78] Waiting for paint to complete...20 true [2016-01-22T08:38:03.89] Waiting for paint to complete...21 true [2016-01-22T08:38:04.00] Waiting for paint to complete...22 true [2016-01-22T08:38:04.11] Waiting for paint to complete...23 true [2016-01-22T08:38:04.22] Waiting for paint to complete...24 true [2016-01-22T08:38:04.32] Waiting for paint to complete...25 true [2016-01-22T08:38:04.43] Waiting for paint to complete...26 true [2016-01-22T08:38:04.54] Waiting for paint to complete...27 true [2016-01-22T08:38:04.65] Waiting for paint to complete...28 true [2016-01-22T08:38:04.76] Waiting for paint to complete...29 true [2016-01-22T08:38:04.87] Waiting for paint to complete...30 true [2016-01-22T08:38:04.98] Waiting for paint to complete...31 true [2016-01-22T08:38:05.09] Waiting for paint to complete...32 true [2016-01-22T08:38:05.20] Waiting for paint to complete...33 true [2016-01-22T08:38:05.31] Waiting for paint to complete...34 true [2016-01-22T08:38:05.42] Waiting for paint to complete...35 true [2016-01-22T08:38:05.53] Waiting for paint to complete...36 true [2016-01-22T08:38:05.64] Waiting for paint to complete...37 true [2016-01-22T08:38:05.74] Waiting for paint to complete...38 true [2016-01-22T08:38:05.85] Waiting for paint to complete...39 true [2016-01-22T08:38:05.96] Waiting for paint to complete...40 true [2016-01-22T08:38:06.07] Waiting for paint to complete...41 true [2016-01-22T08:38:06.18] Waiting for paint to complete...42 true [2016-01-22T08:38:06.29] Waiting for paint to complete...43 true [2016-01-22T08:38:06.40] Waiting for paint to complete...44 true [2016-01-22T08:38:06.51] Waiting for paint to complete...45 true [2016-01-22T08:38:06.62] Waiting for paint to complete...46 true [2016-01-22T08:38:06.73] Waiting for paint to complete...47 true [2016-01-22T08:38:06.84] Waiting for paint to complete...48 true [2016-01-22T08:38:06.95] Waiting for paint to complete...49 true [2016-01-22T08:38:07.05] Waiting for paint to complete...50 true [2016-01-22T08:38:07.16] Waiting for paint to complete...51 true [2016-01-22T08:38:07.27] Waiting for paint to complete...52 true [2016-01-22T08:38:07.38] Waiting for paint to complete...53 true [2016-01-22T08:38:07.49] Waiting for paint to complete...54 true [2016-01-22T08:38:07.60] Waiting for paint to complete...55 true [2016-01-22T08:38:07.71] Waiting for paint to complete...56 true [2016-01-22T08:38:07.82] Waiting for paint to complete...57 true [2016-01-22T08:38:07.93] Waiting for paint to complete...58 true [2016-01-22T08:38:08.04] Waiting for paint to complete...59 true [2016-01-22T08:38:08.15] Waiting for paint to complete...60 true [2016-01-22T08:38:08.26] Waiting for paint to complete...61 true [2016-01-22T08:38:08.37] Waiting for paint to complete...62 true [2016-01-22T08:38:08.47] Waiting for paint to complete...63 true [2016-01-22T08:38:08.58] Waiting for paint to complete...64 true [2016-01-22T08:38:08.69] Waiting for paint to complete...65 true [2016-01-22T08:38:08.80] Waiting for paint to complete...66 true [2016-01-22T08:38:08.91] Waiting for paint to complete...67 true [2016-01-22T08:38:09.02] Waiting for paint to complete...68 true [2016-01-22T08:38:09.13] Waiting for paint to complete...69 true [2016-01-22T08:38:09.24] Waiting for paint to complete...70 true [2016-01-22T08:38:09.24] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:38:09.24] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_88 [2016-01-22T08:38:11.38] annotate TESTCASE recordtype=image [2016-01-22T08:38:11.38] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:38:11.38] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_88.png [2016-01-22T08:38:11.38] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_88.thumb.png [2016-01-22T08:38:12.39] Display Mode currently set: java.awt.DisplayMode@bbc [2016-01-22T08:38:12.39] width: 1280 Height: 720 Ref Rate: 60 Bit depth: 32 [2016-01-22T08:38:12.66] Creating volatile sprites: width: 1264 Height: 682 [2016-01-22T08:38:12.67] Initializing Volatile Contents [2016-01-22T08:38:12.67] Status: IMAGE_RESTORED [2016-01-22T08:38:12.67] Initializing Volatile Contents [2016-01-22T08:38:12.67] Initializing Volatile Contents [2016-01-22T08:38:12.67] [2016-01-22T08:38:12.67] From IMG: Is Accelerated? false [2016-01-22T08:38:12.67] From IMG: Is True Volatile? false [2016-01-22T08:38:12.67] From GC: Is Accelerated? false [2016-01-22T08:38:12.67] From GC: Is True Volatile? false [2016-01-22T08:38:12.67] Initializing Volatile Contents [2016-01-22T08:38:12.67] [2016-01-22T08:38:12.67] From IMG: Is Accelerated? false [2016-01-22T08:38:12.67] From IMG: Is True Volatile? false [2016-01-22T08:38:12.67] From GC: Is Accelerated? false [2016-01-22T08:38:12.67] From GC: Is True Volatile? false [2016-01-22T08:38:12.69] Initializing Volatile Contents [2016-01-22T08:38:12.69] [2016-01-22T08:38:12.69] From IMG: Is Accelerated? false [2016-01-22T08:38:12.69] From IMG: Is True Volatile? false [2016-01-22T08:38:12.69] From GC: Is Accelerated? false [2016-01-22T08:38:12.69] From GC: Is True Volatile? false [2016-01-22T08:38:14.67] Waiting for paint to complete...0 true [2016-01-22T08:38:14.78] Waiting for paint to complete...1 true [2016-01-22T08:38:14.89] Waiting for paint to complete...2 true [2016-01-22T08:38:15.00] Waiting for paint to complete...3 true [2016-01-22T08:38:15.10] Waiting for paint to complete...4 true [2016-01-22T08:38:15.21] Waiting for paint to complete...5 true [2016-01-22T08:38:15.32] Waiting for paint to complete...6 true [2016-01-22T08:38:15.43] Waiting for paint to complete...7 true [2016-01-22T08:38:15.54] Waiting for paint to complete...8 true [2016-01-22T08:38:15.65] Waiting for paint to complete...9 true [2016-01-22T08:38:15.76] Waiting for paint to complete...10 true [2016-01-22T08:38:15.87] Waiting for paint to complete...11 true [2016-01-22T08:38:15.98] Waiting for paint to complete...12 true [2016-01-22T08:38:16.09] Waiting for paint to complete...13 true [2016-01-22T08:38:16.20] Waiting for paint to complete...14 true [2016-01-22T08:38:16.31] Waiting for paint to complete...15 true [2016-01-22T08:38:16.41] Waiting for paint to complete...16 true [2016-01-22T08:38:16.52] Waiting for paint to complete...17 true [2016-01-22T08:38:16.63] Waiting for paint to complete...18 true [2016-01-22T08:38:16.74] Waiting for paint to complete...19 true [2016-01-22T08:38:16.85] Waiting for paint to complete...20 true [2016-01-22T08:38:16.96] Waiting for paint to complete...21 true [2016-01-22T08:38:17.07] Waiting for paint to complete...22 true [2016-01-22T08:38:17.18] Waiting for paint to complete...23 true [2016-01-22T08:38:17.29] Waiting for paint to complete...24 true [2016-01-22T08:38:17.40] Waiting for paint to complete...25 true [2016-01-22T08:38:17.51] Waiting for paint to complete...26 true [2016-01-22T08:38:17.62] Waiting for paint to complete...27 true [2016-01-22T08:38:17.73] Waiting for paint to complete...28 true [2016-01-22T08:38:17.83] Waiting for paint to complete...29 true [2016-01-22T08:38:17.94] Waiting for paint to complete...30 true [2016-01-22T08:38:18.05] Waiting for paint to complete...31 true [2016-01-22T08:38:18.16] Waiting for paint to complete...32 true [2016-01-22T08:38:18.27] Waiting for paint to complete...33 true [2016-01-22T08:38:18.38] Waiting for paint to complete...34 true [2016-01-22T08:38:18.49] Waiting for paint to complete...35 true [2016-01-22T08:38:18.60] Waiting for paint to complete...36 true [2016-01-22T08:38:18.71] Waiting for paint to complete...37 true [2016-01-22T08:38:18.82] Waiting for paint to complete...38 true [2016-01-22T08:38:18.93] Waiting for paint to complete...39 true [2016-01-22T08:38:19.04] Waiting for paint to complete...40 true [2016-01-22T08:38:19.14] Waiting for paint to complete...41 true [2016-01-22T08:38:19.25] Waiting for paint to complete...42 true [2016-01-22T08:38:19.36] Waiting for paint to complete...43 true [2016-01-22T08:38:19.47] Waiting for paint to complete...44 true [2016-01-22T08:38:19.58] Waiting for paint to complete...45 true [2016-01-22T08:38:19.69] Waiting for paint to complete...46 true [2016-01-22T08:38:19.80] Waiting for paint to complete...47 true [2016-01-22T08:38:19.91] Waiting for paint to complete...48 true [2016-01-22T08:38:20.02] Waiting for paint to complete...49 true [2016-01-22T08:38:20.13] Waiting for paint to complete...50 true [2016-01-22T08:38:20.24] Waiting for paint to complete...51 true [2016-01-22T08:38:20.35] Waiting for paint to complete...52 true [2016-01-22T08:38:20.46] Waiting for paint to complete...53 true [2016-01-22T08:38:20.56] Waiting for paint to complete...54 true [2016-01-22T08:38:20.67] Waiting for paint to complete...55 true [2016-01-22T08:38:20.78] Waiting for paint to complete...56 true [2016-01-22T08:38:20.89] Waiting for paint to complete...57 true [2016-01-22T08:38:21.00] Waiting for paint to complete...58 true [2016-01-22T08:38:21.11] Waiting for paint to complete...59 true [2016-01-22T08:38:21.22] Waiting for paint to complete...60 true [2016-01-22T08:38:21.33] Waiting for paint to complete...61 true [2016-01-22T08:38:21.44] Waiting for paint to complete...62 true [2016-01-22T08:38:21.55] Waiting for paint to complete...63 true [2016-01-22T08:38:21.66] Waiting for paint to complete...64 true [2016-01-22T08:38:21.77] Waiting for paint to complete...65 true [2016-01-22T08:38:21.87] Waiting for paint to complete...66 true [2016-01-22T08:38:21.98] Waiting for paint to complete...67 true [2016-01-22T08:38:22.09] Waiting for paint to complete...68 true [2016-01-22T08:38:22.20] Waiting for paint to complete...69 true [2016-01-22T08:38:22.31] Waiting for paint to complete...70 true [2016-01-22T08:38:22.31] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:38:22.31] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_96 [2016-01-22T08:38:24.45] annotate TESTCASE recordtype=image [2016-01-22T08:38:24.45] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:38:24.45] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_96.png [2016-01-22T08:38:24.45] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_96.thumb.png [2016-01-22T08:38:25.46] Display Mode currently set: java.awt.DisplayMode@b7c [2016-01-22T08:38:25.46] width: 1280 Height: 768 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:38:25.71] Creating volatile sprites: width: 1264 Height: 730 [2016-01-22T08:38:25.71] Initializing Volatile Contents [2016-01-22T08:38:25.71] Status: IMAGE_RESTORED [2016-01-22T08:38:25.71] Initializing Volatile Contents [2016-01-22T08:38:25.71] Initializing Volatile Contents [2016-01-22T08:38:25.71] [2016-01-22T08:38:25.71] From IMG: Is Accelerated? false [2016-01-22T08:38:25.71] From IMG: Is True Volatile? false [2016-01-22T08:38:25.71] From GC: Is Accelerated? false [2016-01-22T08:38:25.71] From GC: Is True Volatile? false [2016-01-22T08:38:25.71] Initializing Volatile Contents [2016-01-22T08:38:25.71] [2016-01-22T08:38:25.71] From IMG: Is Accelerated? false [2016-01-22T08:38:25.71] From IMG: Is True Volatile? false [2016-01-22T08:38:25.71] From GC: Is Accelerated? false [2016-01-22T08:38:25.71] From GC: Is True Volatile? false [2016-01-22T08:38:25.74] Initializing Volatile Contents [2016-01-22T08:38:25.74] [2016-01-22T08:38:25.74] From IMG: Is Accelerated? false [2016-01-22T08:38:25.74] From IMG: Is True Volatile? false [2016-01-22T08:38:25.74] From GC: Is Accelerated? false [2016-01-22T08:38:25.74] From GC: Is True Volatile? false [2016-01-22T08:38:27.71] Waiting for paint to complete...0 true [2016-01-22T08:38:27.82] Waiting for paint to complete...1 true [2016-01-22T08:38:27.93] Waiting for paint to complete...2 true [2016-01-22T08:38:28.04] Waiting for paint to complete...3 true [2016-01-22T08:38:28.15] Waiting for paint to complete...4 true [2016-01-22T08:38:28.26] Waiting for paint to complete...5 true [2016-01-22T08:38:28.36] Waiting for paint to complete...6 true [2016-01-22T08:38:28.47] Waiting for paint to complete...7 true [2016-01-22T08:38:28.58] Waiting for paint to complete...8 true [2016-01-22T08:38:28.69] Waiting for paint to complete...9 true [2016-01-22T08:38:28.80] Waiting for paint to complete...10 true [2016-01-22T08:38:28.91] Waiting for paint to complete...11 true [2016-01-22T08:38:29.02] Waiting for paint to complete...12 true [2016-01-22T08:38:29.13] Waiting for paint to complete...13 true [2016-01-22T08:38:29.24] Waiting for paint to complete...14 true [2016-01-22T08:38:29.35] Waiting for paint to complete...15 true [2016-01-22T08:38:29.46] Waiting for paint to complete...16 true [2016-01-22T08:38:29.57] Waiting for paint to complete...17 true [2016-01-22T08:38:29.67] Waiting for paint to complete...18 true [2016-01-22T08:38:29.78] Waiting for paint to complete...19 true [2016-01-22T08:38:29.89] Waiting for paint to complete...20 true [2016-01-22T08:38:30.00] Waiting for paint to complete...21 true [2016-01-22T08:38:30.11] Waiting for paint to complete...22 true [2016-01-22T08:38:30.22] Waiting for paint to complete...23 true [2016-01-22T08:38:30.33] Waiting for paint to complete...24 true [2016-01-22T08:38:30.44] Waiting for paint to complete...25 true [2016-01-22T08:38:30.55] Waiting for paint to complete...26 true [2016-01-22T08:38:30.66] Waiting for paint to complete...27 true [2016-01-22T08:38:30.77] Waiting for paint to complete...28 true [2016-01-22T08:38:30.88] Waiting for paint to complete...29 true [2016-01-22T08:38:30.99] Waiting for paint to complete...30 true [2016-01-22T08:38:31.09] Waiting for paint to complete...31 true [2016-01-22T08:38:31.20] Waiting for paint to complete...32 true [2016-01-22T08:38:31.31] Waiting for paint to complete...33 true [2016-01-22T08:38:31.42] Waiting for paint to complete...34 true [2016-01-22T08:38:31.53] Waiting for paint to complete...35 true [2016-01-22T08:38:31.64] Waiting for paint to complete...36 true [2016-01-22T08:38:31.75] Waiting for paint to complete...37 true [2016-01-22T08:38:31.86] Waiting for paint to complete...38 true [2016-01-22T08:38:31.97] Waiting for paint to complete...39 true [2016-01-22T08:38:32.08] Waiting for paint to complete...40 true [2016-01-22T08:38:32.19] Waiting for paint to complete...41 true [2016-01-22T08:38:32.30] Waiting for paint to complete...42 true [2016-01-22T08:38:32.40] Waiting for paint to complete...43 true [2016-01-22T08:38:32.51] Waiting for paint to complete...44 true [2016-01-22T08:38:32.62] Waiting for paint to complete...45 true [2016-01-22T08:38:32.73] Waiting for paint to complete...46 true [2016-01-22T08:38:32.75] Initializing Volatile Contents [2016-01-22T08:38:32.75] [2016-01-22T08:38:32.75] From IMG: Is Accelerated? false [2016-01-22T08:38:32.75] From IMG: Is True Volatile? false [2016-01-22T08:38:32.75] From GC: Is Accelerated? false [2016-01-22T08:38:32.75] From GC: Is True Volatile? false [2016-01-22T08:38:32.75] Waiting for paint to complete...47 true [2016-01-22T08:38:32.86] Waiting for paint to complete...48 true [2016-01-22T08:38:32.97] Waiting for paint to complete...49 true [2016-01-22T08:38:33.08] Waiting for paint to complete...50 true [2016-01-22T08:38:33.18] Waiting for paint to complete...51 true [2016-01-22T08:38:33.29] Waiting for paint to complete...52 true [2016-01-22T08:38:33.40] Waiting for paint to complete...53 true [2016-01-22T08:38:33.43] Initializing Volatile Contents [2016-01-22T08:38:33.43] [2016-01-22T08:38:33.43] From IMG: Is Accelerated? false [2016-01-22T08:38:33.43] From IMG: Is True Volatile? false [2016-01-22T08:38:33.43] From GC: Is Accelerated? false [2016-01-22T08:38:33.43] From GC: Is True Volatile? false [2016-01-22T08:38:33.43] Waiting for paint to complete...54 true [2016-01-22T08:38:33.54] Waiting for paint to complete...55 true [2016-01-22T08:38:33.65] Waiting for paint to complete...56 true [2016-01-22T08:38:33.76] Waiting for paint to complete...57 true [2016-01-22T08:38:33.87] Waiting for paint to complete...58 true [2016-01-22T08:38:33.98] Waiting for paint to complete...59 true [2016-01-22T08:38:34.09] Waiting for paint to complete...60 true [2016-01-22T08:38:34.20] Waiting for paint to complete...61 true [2016-01-22T08:38:34.31] Waiting for paint to complete...62 true [2016-01-22T08:38:34.42] Waiting for paint to complete...63 true [2016-01-22T08:38:34.53] Waiting for paint to complete...64 true [2016-01-22T08:38:34.64] Waiting for paint to complete...65 true [2016-01-22T08:38:34.74] Waiting for paint to complete...66 true [2016-01-22T08:38:34.85] Waiting for paint to complete...67 true [2016-01-22T08:38:34.96] Waiting for paint to complete...68 true [2016-01-22T08:38:35.07] Waiting for paint to complete...69 true [2016-01-22T08:38:35.18] Waiting for paint to complete...70 true [2016-01-22T08:38:35.18] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:38:35.18] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_104 [2016-01-22T08:38:37.32] annotate TESTCASE recordtype=image [2016-01-22T08:38:37.32] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:38:37.32] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_104.png [2016-01-22T08:38:37.32] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_104.thumb.png [2016-01-22T08:38:38.33] Display Mode currently set: java.awt.DisplayMode@b9c [2016-01-22T08:38:38.33] width: 1280 Height: 800 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:38:38.47] Creating volatile sprites: width: 1264 Height: 762 [2016-01-22T08:38:38.49] Initializing Volatile Contents [2016-01-22T08:38:38.49] Status: IMAGE_RESTORED [2016-01-22T08:38:38.49] Initializing Volatile Contents [2016-01-22T08:38:38.49] Initializing Volatile Contents [2016-01-22T08:38:38.49] [2016-01-22T08:38:38.49] From IMG: Is Accelerated? false [2016-01-22T08:38:38.49] From IMG: Is True Volatile? false [2016-01-22T08:38:38.49] From GC: Is Accelerated? false [2016-01-22T08:38:38.49] From GC: Is True Volatile? false [2016-01-22T08:38:38.49] Initializing Volatile Contents [2016-01-22T08:38:38.49] [2016-01-22T08:38:38.49] From IMG: Is Accelerated? false [2016-01-22T08:38:38.49] From IMG: Is True Volatile? false [2016-01-22T08:38:38.49] From GC: Is Accelerated? false [2016-01-22T08:38:38.49] From GC: Is True Volatile? false [2016-01-22T08:38:40.49] Waiting for paint to complete...0 true [2016-01-22T08:38:40.59] Waiting for paint to complete...1 true [2016-01-22T08:38:40.70] Waiting for paint to complete...2 true [2016-01-22T08:38:40.81] Waiting for paint to complete...3 true [2016-01-22T08:38:40.92] Waiting for paint to complete...4 true [2016-01-22T08:38:41.03] Waiting for paint to complete...5 true [2016-01-22T08:38:41.14] Waiting for paint to complete...6 true [2016-01-22T08:38:41.25] Waiting for paint to complete...7 true [2016-01-22T08:38:41.36] Waiting for paint to complete...8 true [2016-01-22T08:38:41.47] Waiting for paint to complete...9 true [2016-01-22T08:38:41.58] Waiting for paint to complete...10 true [2016-01-22T08:38:41.69] Waiting for paint to complete...11 true [2016-01-22T08:38:41.80] Waiting for paint to complete...12 true [2016-01-22T08:38:41.91] Waiting for paint to complete...13 true [2016-01-22T08:38:42.01] Waiting for paint to complete...14 true [2016-01-22T08:38:42.12] Waiting for paint to complete...15 true [2016-01-22T08:38:42.23] Waiting for paint to complete...16 true [2016-01-22T08:38:42.34] Waiting for paint to complete...17 true [2016-01-22T08:38:42.45] Waiting for paint to complete...18 true [2016-01-22T08:38:42.56] Waiting for paint to complete...19 true [2016-01-22T08:38:42.67] Waiting for paint to complete...20 true [2016-01-22T08:38:42.78] Waiting for paint to complete...21 true [2016-01-22T08:38:42.89] Waiting for paint to complete...22 true [2016-01-22T08:38:43.00] Waiting for paint to complete...23 true [2016-01-22T08:38:43.11] Waiting for paint to complete...24 true [2016-01-22T08:38:43.22] Waiting for paint to complete...25 true [2016-01-22T08:38:43.32] Waiting for paint to complete...26 true [2016-01-22T08:38:43.43] Waiting for paint to complete...27 true [2016-01-22T08:38:43.54] Waiting for paint to complete...28 true [2016-01-22T08:38:43.65] Waiting for paint to complete...29 true [2016-01-22T08:38:43.76] Waiting for paint to complete...30 true [2016-01-22T08:38:43.87] Waiting for paint to complete...31 true [2016-01-22T08:38:43.98] Waiting for paint to complete...32 true [2016-01-22T08:38:44.09] Waiting for paint to complete...33 true [2016-01-22T08:38:44.20] Waiting for paint to complete...34 true [2016-01-22T08:38:44.31] Waiting for paint to complete...35 true [2016-01-22T08:38:44.42] Waiting for paint to complete...36 true [2016-01-22T08:38:44.53] Waiting for paint to complete...37 true [2016-01-22T08:38:44.64] Waiting for paint to complete...38 true [2016-01-22T08:38:44.74] Waiting for paint to complete...39 true [2016-01-22T08:38:44.85] Waiting for paint to complete...40 true [2016-01-22T08:38:44.96] Waiting for paint to complete...41 true [2016-01-22T08:38:45.07] Waiting for paint to complete...42 true [2016-01-22T08:38:45.18] Waiting for paint to complete...43 true [2016-01-22T08:38:45.29] Waiting for paint to complete...44 true [2016-01-22T08:38:45.40] Waiting for paint to complete...45 true [2016-01-22T08:38:45.51] Waiting for paint to complete...46 true [2016-01-22T08:38:45.62] Waiting for paint to complete...47 true [2016-01-22T08:38:45.73] Waiting for paint to complete...48 true [2016-01-22T08:38:45.84] Waiting for paint to complete...49 true [2016-01-22T08:38:45.95] Waiting for paint to complete...50 true [2016-01-22T08:38:46.05] Waiting for paint to complete...51 true [2016-01-22T08:38:46.16] Waiting for paint to complete...52 true [2016-01-22T08:38:46.27] Waiting for paint to complete...53 true [2016-01-22T08:38:46.38] Waiting for paint to complete...54 true [2016-01-22T08:38:46.49] Waiting for paint to complete...55 true [2016-01-22T08:38:46.60] Waiting for paint to complete...56 true [2016-01-22T08:38:46.71] Waiting for paint to complete...57 true [2016-01-22T08:38:46.82] Waiting for paint to complete...58 true [2016-01-22T08:38:46.93] Waiting for paint to complete...59 true [2016-01-22T08:38:47.04] Waiting for paint to complete...60 true [2016-01-22T08:38:47.15] Waiting for paint to complete...61 true [2016-01-22T08:38:47.26] Waiting for paint to complete...62 true [2016-01-22T08:38:47.37] Waiting for paint to complete...63 true [2016-01-22T08:38:47.47] Waiting for paint to complete...64 true [2016-01-22T08:38:47.58] Waiting for paint to complete...65 true [2016-01-22T08:38:47.69] Waiting for paint to complete...66 true [2016-01-22T08:38:47.80] Waiting for paint to complete...67 true [2016-01-22T08:38:47.91] Waiting for paint to complete...68 true [2016-01-22T08:38:48.02] Waiting for paint to complete...69 true [2016-01-22T08:38:48.13] Waiting for paint to complete...70 true [2016-01-22T08:38:48.13] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:38:48.13] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_112 [2016-01-22T08:38:50.28] annotate TESTCASE recordtype=image [2016-01-22T08:38:50.28] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:38:50.28] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_112.png [2016-01-22T08:38:50.28] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_112.thumb.png [2016-01-22T08:38:51.30] Display Mode currently set: java.awt.DisplayMode@bcc [2016-01-22T08:38:51.30] width: 1360 Height: 768 Ref Rate: 60 Bit depth: 16 [2016-01-22T08:38:51.48] Creating volatile sprites: width: 1344 Height: 730 [2016-01-22T08:38:51.48] Initializing Volatile Contents [2016-01-22T08:38:51.48] Status: IMAGE_RESTORED [2016-01-22T08:38:51.48] Initializing Volatile Contents [2016-01-22T08:38:51.48] Initializing Volatile Contents [2016-01-22T08:38:51.48] [2016-01-22T08:38:51.48] From IMG: Is Accelerated? false [2016-01-22T08:38:51.48] From IMG: Is True Volatile? false [2016-01-22T08:38:51.48] From GC: Is Accelerated? false [2016-01-22T08:38:51.48] From GC: Is True Volatile? false [2016-01-22T08:38:51.48] Initializing Volatile Contents [2016-01-22T08:38:51.48] [2016-01-22T08:38:51.48] From IMG: Is Accelerated? false [2016-01-22T08:38:51.48] From IMG: Is True Volatile? false [2016-01-22T08:38:51.48] From GC: Is Accelerated? false [2016-01-22T08:38:51.48] From GC: Is True Volatile? false [2016-01-22T08:38:53.46] Waiting for paint to complete...0 true [2016-01-22T08:38:53.57] Waiting for paint to complete...1 true [2016-01-22T08:38:53.68] Waiting for paint to complete...2 true [2016-01-22T08:38:53.79] Waiting for paint to complete...3 true [2016-01-22T08:38:53.90] Waiting for paint to complete...4 true [2016-01-22T08:38:54.01] Waiting for paint to complete...5 true [2016-01-22T08:38:54.12] Waiting for paint to complete...6 true [2016-01-22T08:38:54.23] Waiting for paint to complete...7 true [2016-01-22T08:38:54.34] Waiting for paint to complete...8 true [2016-01-22T08:38:54.45] Waiting for paint to complete...9 true [2016-01-22T08:38:54.56] Waiting for paint to complete...10 true [2016-01-22T08:38:54.67] Waiting for paint to complete...11 true [2016-01-22T08:38:54.78] Waiting for paint to complete...12 true [2016-01-22T08:38:54.88] Waiting for paint to complete...13 true [2016-01-22T08:38:54.99] Waiting for paint to complete...14 true [2016-01-22T08:38:55.10] Waiting for paint to complete...15 true [2016-01-22T08:38:55.21] Waiting for paint to complete...16 true [2016-01-22T08:38:55.32] Waiting for paint to complete...17 true [2016-01-22T08:38:55.43] Waiting for paint to complete...18 true [2016-01-22T08:38:55.54] Waiting for paint to complete...19 true [2016-01-22T08:38:55.65] Waiting for paint to complete...20 true [2016-01-22T08:38:55.76] Waiting for paint to complete...21 true [2016-01-22T08:38:55.87] Waiting for paint to complete...22 true [2016-01-22T08:38:55.98] Waiting for paint to complete...23 true [2016-01-22T08:38:56.09] Waiting for paint to complete...24 true [2016-01-22T08:38:56.19] Waiting for paint to complete...25 true [2016-01-22T08:38:56.30] Waiting for paint to complete...26 true [2016-01-22T08:38:56.41] Waiting for paint to complete...27 true [2016-01-22T08:38:56.52] Waiting for paint to complete...28 true [2016-01-22T08:38:56.63] Waiting for paint to complete...29 true [2016-01-22T08:38:56.74] Waiting for paint to complete...30 true [2016-01-22T08:38:56.85] Waiting for paint to complete...31 true [2016-01-22T08:38:56.96] Waiting for paint to complete...32 true [2016-01-22T08:38:57.07] Waiting for paint to complete...33 true [2016-01-22T08:38:57.18] Waiting for paint to complete...34 true [2016-01-22T08:38:57.29] Waiting for paint to complete...35 true [2016-01-22T08:38:57.40] Waiting for paint to complete...36 true [2016-01-22T08:38:57.51] Waiting for paint to complete...37 true [2016-01-22T08:38:57.61] Waiting for paint to complete...38 true [2016-01-22T08:38:57.72] Waiting for paint to complete...39 true [2016-01-22T08:38:57.83] Waiting for paint to complete...40 true [2016-01-22T08:38:57.94] Waiting for paint to complete...41 true [2016-01-22T08:38:58.05] Waiting for paint to complete...42 true [2016-01-22T08:38:58.16] Waiting for paint to complete...43 true [2016-01-22T08:38:58.27] Waiting for paint to complete...44 true [2016-01-22T08:38:58.38] Waiting for paint to complete...45 true [2016-01-22T08:38:58.49] Waiting for paint to complete...46 true [2016-01-22T08:38:58.60] Waiting for paint to complete...47 true [2016-01-22T08:38:58.71] Waiting for paint to complete...48 true [2016-01-22T08:38:58.82] Waiting for paint to complete...49 true [2016-01-22T08:38:58.92] Waiting for paint to complete...50 true [2016-01-22T08:38:59.03] Waiting for paint to complete...51 true [2016-01-22T08:38:59.14] Waiting for paint to complete...52 true [2016-01-22T08:38:59.25] Waiting for paint to complete...53 true [2016-01-22T08:38:59.36] Waiting for paint to complete...54 true [2016-01-22T08:38:59.47] Waiting for paint to complete...55 true [2016-01-22T08:38:59.58] Waiting for paint to complete...56 true [2016-01-22T08:38:59.69] Waiting for paint to complete...57 true [2016-01-22T08:38:59.80] Waiting for paint to complete...58 true [2016-01-22T08:38:59.91] Waiting for paint to complete...59 true [2016-01-22T08:39:00.02] Waiting for paint to complete...60 true [2016-01-22T08:39:00.13] Waiting for paint to complete...61 true [2016-01-22T08:39:00.24] Waiting for paint to complete...62 true [2016-01-22T08:39:00.34] Waiting for paint to complete...63 true [2016-01-22T08:39:00.45] Waiting for paint to complete...64 true [2016-01-22T08:39:00.56] Waiting for paint to complete...65 true [2016-01-22T08:39:00.67] Waiting for paint to complete...66 true [2016-01-22T08:39:00.78] Waiting for paint to complete...67 true [2016-01-22T08:39:00.89] Waiting for paint to complete...68 true [2016-01-22T08:39:01.00] Waiting for paint to complete...69 true [2016-01-22T08:39:01.11] Waiting for paint to complete...70 true [2016-01-22T08:39:01.11] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:39:01.11] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_120 [2016-01-22T08:39:03.26] annotate TESTCASE recordtype=image [2016-01-22T08:39:03.26] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:03.26] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_120.png [2016-01-22T08:39:03.26] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_120.thumb.png [2016-01-22T08:39:04.28] Display Mode currently set: java.awt.DisplayMode@b9a [2016-01-22T08:39:04.28] width: 1366 Height: 768 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:39:04.51] Creating volatile sprites: width: 1350 Height: 730 [2016-01-22T08:39:04.51] Initializing Volatile Contents [2016-01-22T08:39:04.51] Status: IMAGE_RESTORED [2016-01-22T08:39:04.51] Initializing Volatile Contents [2016-01-22T08:39:04.51] Initializing Volatile Contents [2016-01-22T08:39:04.51] [2016-01-22T08:39:04.51] From IMG: Is Accelerated? false [2016-01-22T08:39:04.51] From IMG: Is True Volatile? false [2016-01-22T08:39:04.51] From GC: Is Accelerated? false [2016-01-22T08:39:04.51] From GC: Is True Volatile? false [2016-01-22T08:39:04.51] Initializing Volatile Contents [2016-01-22T08:39:04.53] [2016-01-22T08:39:04.53] From IMG: Is Accelerated? false [2016-01-22T08:39:04.53] From IMG: Is True Volatile? false [2016-01-22T08:39:04.53] From GC: Is Accelerated? false [2016-01-22T08:39:04.53] From GC: Is True Volatile? false [2016-01-22T08:39:04.57] Initializing Volatile Contents [2016-01-22T08:39:04.57] [2016-01-22T08:39:04.57] From IMG: Is Accelerated? false [2016-01-22T08:39:04.57] From IMG: Is True Volatile? false [2016-01-22T08:39:04.57] From GC: Is Accelerated? false [2016-01-22T08:39:04.57] From GC: Is True Volatile? false [2016-01-22T08:39:05.07] Initializing Volatile Contents [2016-01-22T08:39:05.09] [2016-01-22T08:39:05.09] From IMG: Is Accelerated? false [2016-01-22T08:39:05.09] From IMG: Is True Volatile? false [2016-01-22T08:39:05.09] From GC: Is Accelerated? false [2016-01-22T08:39:05.09] From GC: Is True Volatile? false [2016-01-22T08:39:05.10] Initializing Volatile Contents [2016-01-22T08:39:05.10] [2016-01-22T08:39:05.10] From IMG: Is Accelerated? false [2016-01-22T08:39:05.10] From IMG: Is True Volatile? false [2016-01-22T08:39:05.10] From GC: Is Accelerated? false [2016-01-22T08:39:05.10] From GC: Is True Volatile? false [2016-01-22T08:39:06.51] Waiting for paint to complete...0 true [2016-01-22T08:39:06.62] Waiting for paint to complete...1 true [2016-01-22T08:39:06.72] Waiting for paint to complete...2 true [2016-01-22T08:39:06.83] Waiting for paint to complete...3 true [2016-01-22T08:39:06.94] Waiting for paint to complete...4 true [2016-01-22T08:39:07.05] Waiting for paint to complete...5 true [2016-01-22T08:39:07.16] Waiting for paint to complete...6 true [2016-01-22T08:39:07.27] Waiting for paint to complete...7 true [2016-01-22T08:39:07.38] Waiting for paint to complete...8 true [2016-01-22T08:39:07.49] Waiting for paint to complete...9 true [2016-01-22T08:39:07.60] Waiting for paint to complete...10 true [2016-01-22T08:39:07.71] Waiting for paint to complete...11 true [2016-01-22T08:39:07.82] Waiting for paint to complete...12 true [2016-01-22T08:39:07.93] Waiting for paint to complete...13 true [2016-01-22T08:39:08.04] Waiting for paint to complete...14 true [2016-01-22T08:39:08.14] Waiting for paint to complete...15 true [2016-01-22T08:39:08.25] Waiting for paint to complete...16 true [2016-01-22T08:39:08.36] Waiting for paint to complete...17 true [2016-01-22T08:39:08.47] Waiting for paint to complete...18 true [2016-01-22T08:39:08.58] Waiting for paint to complete...19 true [2016-01-22T08:39:08.69] Waiting for paint to complete...20 true [2016-01-22T08:39:08.80] Waiting for paint to complete...21 true [2016-01-22T08:39:08.91] Waiting for paint to complete...22 true [2016-01-22T08:39:09.02] Waiting for paint to complete...23 true [2016-01-22T08:39:09.13] Waiting for paint to complete...24 true [2016-01-22T08:39:09.24] Waiting for paint to complete...25 true [2016-01-22T08:39:09.35] Waiting for paint to complete...26 true [2016-01-22T08:39:09.45] Waiting for paint to complete...27 true [2016-01-22T08:39:09.56] Waiting for paint to complete...28 true [2016-01-22T08:39:09.67] Waiting for paint to complete...29 true [2016-01-22T08:39:09.78] Waiting for paint to complete...30 true [2016-01-22T08:39:09.89] Waiting for paint to complete...31 true [2016-01-22T08:39:10.00] Waiting for paint to complete...32 true [2016-01-22T08:39:10.11] Waiting for paint to complete...33 true [2016-01-22T08:39:10.22] Waiting for paint to complete...34 true [2016-01-22T08:39:10.33] Waiting for paint to complete...35 true [2016-01-22T08:39:10.44] Waiting for paint to complete...36 true [2016-01-22T08:39:10.55] Waiting for paint to complete...37 true [2016-01-22T08:39:10.66] Waiting for paint to complete...38 true [2016-01-22T08:39:10.77] Waiting for paint to complete...39 true [2016-01-22T08:39:10.87] Waiting for paint to complete...40 true [2016-01-22T08:39:10.98] Waiting for paint to complete...41 true [2016-01-22T08:39:11.09] Waiting for paint to complete...42 true [2016-01-22T08:39:11.20] Waiting for paint to complete...43 true [2016-01-22T08:39:11.31] Waiting for paint to complete...44 true [2016-01-22T08:39:11.42] Waiting for paint to complete...45 true [2016-01-22T08:39:11.53] Waiting for paint to complete...46 true [2016-01-22T08:39:11.64] Waiting for paint to complete...47 true [2016-01-22T08:39:11.75] Waiting for paint to complete...48 true [2016-01-22T08:39:11.86] Waiting for paint to complete...49 true [2016-01-22T08:39:11.97] Waiting for paint to complete...50 true [2016-01-22T08:39:12.08] Waiting for paint to complete...51 true [2016-01-22T08:39:12.18] Waiting for paint to complete...52 true [2016-01-22T08:39:12.29] Waiting for paint to complete...53 true [2016-01-22T08:39:12.40] Waiting for paint to complete...54 true [2016-01-22T08:39:12.51] Waiting for paint to complete...55 true [2016-01-22T08:39:12.62] Waiting for paint to complete...56 true [2016-01-22T08:39:12.73] Waiting for paint to complete...57 true [2016-01-22T08:39:12.84] Waiting for paint to complete...58 true [2016-01-22T08:39:12.95] Waiting for paint to complete...59 true [2016-01-22T08:39:13.06] Waiting for paint to complete...60 true [2016-01-22T08:39:13.17] Waiting for paint to complete...61 true [2016-01-22T08:39:13.28] Waiting for paint to complete...62 true [2016-01-22T08:39:13.39] Waiting for paint to complete...63 true [2016-01-22T08:39:13.50] Waiting for paint to complete...64 true [2016-01-22T08:39:13.60] Waiting for paint to complete...65 true [2016-01-22T08:39:13.71] Waiting for paint to complete...66 true [2016-01-22T08:39:13.82] Waiting for paint to complete...67 true [2016-01-22T08:39:13.93] Waiting for paint to complete...68 true [2016-01-22T08:39:14.04] Waiting for paint to complete...69 true [2016-01-22T08:39:14.15] Waiting for paint to complete...70 true [2016-01-22T08:39:14.15] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:39:14.15] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_128 [2016-01-22T08:39:16.33] annotate TESTCASE recordtype=image [2016-01-22T08:39:16.33] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:16.33] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_128.png [2016-01-22T08:39:16.33] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_128.thumb.png [2016-01-22T08:39:17.35] Display Mode currently set: java.awt.DisplayMode@c68 [2016-01-22T08:39:17.35] width: 1440 Height: 900 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:39:17.55] Creating volatile sprites: width: 1424 Height: 862 [2016-01-22T08:39:17.55] Initializing Volatile Contents [2016-01-22T08:39:17.55] Status: IMAGE_RESTORED [2016-01-22T08:39:17.55] Initializing Volatile Contents [2016-01-22T08:39:17.55] Initializing Volatile Contents [2016-01-22T08:39:17.55] [2016-01-22T08:39:17.55] From IMG: Is Accelerated? false [2016-01-22T08:39:17.55] From IMG: Is True Volatile? false [2016-01-22T08:39:17.55] From GC: Is Accelerated? false [2016-01-22T08:39:17.55] From GC: Is True Volatile? false [2016-01-22T08:39:17.57] Initializing Volatile Contents [2016-01-22T08:39:17.57] [2016-01-22T08:39:17.57] From IMG: Is Accelerated? false [2016-01-22T08:39:17.57] From IMG: Is True Volatile? false [2016-01-22T08:39:17.57] From GC: Is Accelerated? false [2016-01-22T08:39:17.57] From GC: Is True Volatile? false [2016-01-22T08:39:17.61] Initializing Volatile Contents [2016-01-22T08:39:17.61] [2016-01-22T08:39:17.61] From IMG: Is Accelerated? false [2016-01-22T08:39:17.61] From IMG: Is True Volatile? false [2016-01-22T08:39:17.61] From GC: Is Accelerated? false [2016-01-22T08:39:17.61] From GC: Is True Volatile? false [2016-01-22T08:39:19.55] Waiting for paint to complete...0 true [2016-01-22T08:39:19.66] Waiting for paint to complete...1 true [2016-01-22T08:39:19.77] Waiting for paint to complete...2 true [2016-01-22T08:39:19.88] Waiting for paint to complete...3 true [2016-01-22T08:39:19.98] Waiting for paint to complete...4 true [2016-01-22T08:39:20.09] Waiting for paint to complete...5 true [2016-01-22T08:39:20.20] Waiting for paint to complete...6 true [2016-01-22T08:39:20.31] Waiting for paint to complete...7 true [2016-01-22T08:39:20.42] Waiting for paint to complete...8 true [2016-01-22T08:39:20.53] Waiting for paint to complete...9 true [2016-01-22T08:39:20.64] Waiting for paint to complete...10 true [2016-01-22T08:39:20.75] Waiting for paint to complete...11 true [2016-01-22T08:39:20.86] Waiting for paint to complete...12 true [2016-01-22T08:39:20.97] Waiting for paint to complete...13 true [2016-01-22T08:39:21.08] Waiting for paint to complete...14 true [2016-01-22T08:39:21.19] Waiting for paint to complete...15 true [2016-01-22T08:39:21.30] Waiting for paint to complete...16 true [2016-01-22T08:39:21.40] Waiting for paint to complete...17 true [2016-01-22T08:39:21.51] Waiting for paint to complete...18 true [2016-01-22T08:39:21.62] Waiting for paint to complete...19 true [2016-01-22T08:39:21.73] Waiting for paint to complete...20 true [2016-01-22T08:39:21.84] Waiting for paint to complete...21 true [2016-01-22T08:39:21.95] Waiting for paint to complete...22 true [2016-01-22T08:39:22.06] Waiting for paint to complete...23 true [2016-01-22T08:39:22.17] Waiting for paint to complete...24 true [2016-01-22T08:39:22.28] Waiting for paint to complete...25 true [2016-01-22T08:39:22.39] Waiting for paint to complete...26 true [2016-01-22T08:39:22.50] Waiting for paint to complete...27 true [2016-01-22T08:39:22.61] Waiting for paint to complete...28 true [2016-01-22T08:39:22.71] Waiting for paint to complete...29 true [2016-01-22T08:39:22.82] Waiting for paint to complete...30 true [2016-01-22T08:39:22.93] Waiting for paint to complete...31 true [2016-01-22T08:39:23.04] Waiting for paint to complete...32 true [2016-01-22T08:39:23.15] Waiting for paint to complete...33 true [2016-01-22T08:39:23.26] Waiting for paint to complete...34 true [2016-01-22T08:39:23.37] Waiting for paint to complete...35 true [2016-01-22T08:39:23.48] Waiting for paint to complete...36 true [2016-01-22T08:39:23.59] Waiting for paint to complete...37 true [2016-01-22T08:39:23.70] Waiting for paint to complete...38 true [2016-01-22T08:39:23.81] Waiting for paint to complete...39 true [2016-01-22T08:39:23.92] Waiting for paint to complete...40 true [2016-01-22T08:39:24.03] Waiting for paint to complete...41 true [2016-01-22T08:39:24.13] Waiting for paint to complete...42 true [2016-01-22T08:39:24.24] Waiting for paint to complete...43 true [2016-01-22T08:39:24.35] Waiting for paint to complete...44 true [2016-01-22T08:39:24.46] Waiting for paint to complete...45 true [2016-01-22T08:39:24.57] Waiting for paint to complete...46 true [2016-01-22T08:39:24.68] Waiting for paint to complete...47 true [2016-01-22T08:39:24.79] Waiting for paint to complete...48 true [2016-01-22T08:39:24.90] Waiting for paint to complete...49 true [2016-01-22T08:39:25.01] Waiting for paint to complete...50 true [2016-01-22T08:39:25.12] Waiting for paint to complete...51 true [2016-01-22T08:39:25.23] Waiting for paint to complete...52 true [2016-01-22T08:39:25.34] Waiting for paint to complete...53 true [2016-01-22T08:39:25.44] Waiting for paint to complete...54 true [2016-01-22T08:39:25.55] Waiting for paint to complete...55 true [2016-01-22T08:39:25.66] Waiting for paint to complete...56 true [2016-01-22T08:39:25.77] Waiting for paint to complete...57 true [2016-01-22T08:39:25.88] Waiting for paint to complete...58 true [2016-01-22T08:39:25.99] Waiting for paint to complete...59 true [2016-01-22T08:39:26.10] Waiting for paint to complete...60 true [2016-01-22T08:39:26.21] Waiting for paint to complete...61 true [2016-01-22T08:39:26.32] Waiting for paint to complete...62 true [2016-01-22T08:39:26.43] Waiting for paint to complete...63 true [2016-01-22T08:39:26.54] Waiting for paint to complete...64 true [2016-01-22T08:39:26.65] Waiting for paint to complete...65 true [2016-01-22T08:39:26.76] Waiting for paint to complete...66 true [2016-01-22T08:39:26.86] Waiting for paint to complete...67 true [2016-01-22T08:39:26.97] Waiting for paint to complete...68 true [2016-01-22T08:39:27.08] Waiting for paint to complete...69 true [2016-01-22T08:39:27.19] Waiting for paint to complete...70 true [2016-01-22T08:39:27.19] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:39:27.19] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_136 [2016-01-22T08:39:29.39] annotate TESTCASE recordtype=image [2016-01-22T08:39:29.39] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:29.39] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_136.png [2016-01-22T08:39:29.39] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_136.thumb.png [2016-01-22T08:39:30.41] Display Mode currently set: java.awt.DisplayMode@d08 [2016-01-22T08:39:30.41] width: 1600 Height: 900 Ref Rate: 60 Bit depth: 8 [2016-01-22T08:39:30.64] Creating volatile sprites: width: 1584 Height: 862 [2016-01-22T08:39:30.66] Initializing Volatile Contents [2016-01-22T08:39:30.66] Status: IMAGE_RESTORED [2016-01-22T08:39:30.66] Initializing Volatile Contents [2016-01-22T08:39:30.66] Initializing Volatile Contents [2016-01-22T08:39:30.66] [2016-01-22T08:39:30.66] From IMG: Is Accelerated? false [2016-01-22T08:39:30.66] From IMG: Is True Volatile? false [2016-01-22T08:39:30.66] From GC: Is Accelerated? false [2016-01-22T08:39:30.66] From GC: Is True Volatile? false [2016-01-22T08:39:30.67] Initializing Volatile Contents [2016-01-22T08:39:30.67] [2016-01-22T08:39:30.67] From IMG: Is Accelerated? false [2016-01-22T08:39:30.67] From IMG: Is True Volatile? false [2016-01-22T08:39:30.67] From GC: Is Accelerated? false [2016-01-22T08:39:30.67] From GC: Is True Volatile? false [2016-01-22T08:39:30.70] Initializing Volatile Contents [2016-01-22T08:39:30.70] [2016-01-22T08:39:30.70] From IMG: Is Accelerated? false [2016-01-22T08:39:30.70] From IMG: Is True Volatile? false [2016-01-22T08:39:30.70] From GC: Is Accelerated? false [2016-01-22T08:39:30.70] From GC: Is True Volatile? false [2016-01-22T08:39:32.64] Waiting for paint to complete...0 true [2016-01-22T08:39:32.75] Waiting for paint to complete...1 true [2016-01-22T08:39:32.85] Waiting for paint to complete...2 true [2016-01-22T08:39:32.96] Waiting for paint to complete...3 true [2016-01-22T08:39:33.07] Waiting for paint to complete...4 true [2016-01-22T08:39:33.18] Waiting for paint to complete...5 true [2016-01-22T08:39:33.29] Waiting for paint to complete...6 true [2016-01-22T08:39:33.40] Waiting for paint to complete...7 true [2016-01-22T08:39:33.51] Waiting for paint to complete...8 true [2016-01-22T08:39:33.62] Waiting for paint to complete...9 true [2016-01-22T08:39:33.73] Waiting for paint to complete...10 true [2016-01-22T08:39:33.84] Waiting for paint to complete...11 true [2016-01-22T08:39:33.95] Waiting for paint to complete...12 true [2016-01-22T08:39:34.06] Waiting for paint to complete...13 true [2016-01-22T08:39:34.17] Waiting for paint to complete...14 true [2016-01-22T08:39:34.27] Waiting for paint to complete...15 true [2016-01-22T08:39:34.38] Waiting for paint to complete...16 true [2016-01-22T08:39:34.49] Waiting for paint to complete...17 true [2016-01-22T08:39:34.60] Waiting for paint to complete...18 true [2016-01-22T08:39:34.71] Waiting for paint to complete...19 true [2016-01-22T08:39:34.82] Waiting for paint to complete...20 true [2016-01-22T08:39:34.93] Waiting for paint to complete...21 true [2016-01-22T08:39:35.04] Waiting for paint to complete...22 true [2016-01-22T08:39:35.15] Waiting for paint to complete...23 true [2016-01-22T08:39:35.26] Waiting for paint to complete...24 true [2016-01-22T08:39:35.37] Waiting for paint to complete...25 true [2016-01-22T08:39:35.48] Waiting for paint to complete...26 true [2016-01-22T08:39:35.58] Waiting for paint to complete...27 true [2016-01-22T08:39:35.69] Waiting for paint to complete...28 true [2016-01-22T08:39:35.80] Waiting for paint to complete...29 true [2016-01-22T08:39:35.91] Waiting for paint to complete...30 true [2016-01-22T08:39:36.02] Waiting for paint to complete...31 true [2016-01-22T08:39:36.13] Waiting for paint to complete...32 true [2016-01-22T08:39:36.24] Waiting for paint to complete...33 true [2016-01-22T08:39:36.35] Waiting for paint to complete...34 true [2016-01-22T08:39:36.46] Waiting for paint to complete...35 true [2016-01-22T08:39:36.57] Waiting for paint to complete...36 true [2016-01-22T08:39:36.68] Waiting for paint to complete...37 true [2016-01-22T08:39:36.79] Waiting for paint to complete...38 true [2016-01-22T08:39:36.90] Waiting for paint to complete...39 true [2016-01-22T08:39:37.00] Waiting for paint to complete...40 true [2016-01-22T08:39:37.11] Waiting for paint to complete...41 true [2016-01-22T08:39:37.22] Waiting for paint to complete...42 true [2016-01-22T08:39:37.33] Waiting for paint to complete...43 true [2016-01-22T08:39:37.44] Waiting for paint to complete...44 true [2016-01-22T08:39:37.55] Waiting for paint to complete...45 true [2016-01-22T08:39:37.66] Waiting for paint to complete...46 true [2016-01-22T08:39:37.77] Waiting for paint to complete...47 true [2016-01-22T08:39:37.88] Waiting for paint to complete...48 true [2016-01-22T08:39:37.99] Waiting for paint to complete...49 true [2016-01-22T08:39:38.10] Waiting for paint to complete...50 true [2016-01-22T08:39:38.21] Waiting for paint to complete...51 true [2016-01-22T08:39:38.31] Waiting for paint to complete...52 true [2016-01-22T08:39:38.42] Waiting for paint to complete...53 true [2016-01-22T08:39:38.53] Waiting for paint to complete...54 true [2016-01-22T08:39:38.64] Waiting for paint to complete...55 true [2016-01-22T08:39:38.75] Waiting for paint to complete...56 true [2016-01-22T08:39:38.86] Waiting for paint to complete...57 true [2016-01-22T08:39:38.97] Waiting for paint to complete...58 true [2016-01-22T08:39:39.08] Waiting for paint to complete...59 true [2016-01-22T08:39:39.19] Waiting for paint to complete...60 true [2016-01-22T08:39:39.30] Waiting for paint to complete...61 true [2016-01-22T08:39:39.41] Waiting for paint to complete...62 true [2016-01-22T08:39:39.52] Waiting for paint to complete...63 true [2016-01-22T08:39:39.63] Waiting for paint to complete...64 true [2016-01-22T08:39:39.73] Waiting for paint to complete...65 true [2016-01-22T08:39:39.84] Waiting for paint to complete...66 true [2016-01-22T08:39:39.95] Waiting for paint to complete...67 true [2016-01-22T08:39:40.06] Waiting for paint to complete...68 true [2016-01-22T08:39:40.17] Waiting for paint to complete...69 true [2016-01-22T08:39:40.28] Waiting for paint to complete...70 true [2016-01-22T08:39:40.28] annotate TESTCASE name=FrameAutoDisplayModeTest [2016-01-22T08:39:40.28] annotate TESTCASE scenario=FullScreenFrame_Device_0_DM_144 [2016-01-22T08:39:42.50] annotate TESTCASE recordtype=image [2016-01-22T08:39:42.50] annotate TESTCASE recorddir=ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:42.50] annotate TESTCASE recordname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_144.png [2016-01-22T08:39:42.50] annotate TESTCASE recordthumb=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_144.thumb.png [2016-01-22T08:39:43.71] Creating volatile sprites: width: 184 Height: 162 [2016-01-22T08:39:43.71] Initializing Volatile Contents [2016-01-22T08:39:43.71] Status: IMAGE_RESTORED [2016-01-22T08:39:43.71] Initializing Volatile Contents [2016-01-22T08:39:43.71] Initializing Volatile Contents [2016-01-22T08:39:43.71] [2016-01-22T08:39:43.71] From IMG: Is Accelerated? false [2016-01-22T08:39:43.71] From IMG: Is True Volatile? false [2016-01-22T08:39:43.71] From GC: Is Accelerated? false [2016-01-22T08:39:43.71] From GC: Is True Volatile? false [2016-01-22T08:39:43.71] Initializing Volatile Contents [2016-01-22T08:39:43.71] [2016-01-22T08:39:43.71] From IMG: Is Accelerated? false [2016-01-22T08:39:43.71] From IMG: Is True Volatile? false [2016-01-22T08:39:43.71] From GC: Is Accelerated? false [2016-01-22T08:39:43.71] From GC: Is True Volatile? false [2016-01-22T08:39:43.85] Initializing Volatile Contents [2016-01-22T08:39:43.85] [2016-01-22T08:39:43.85] From IMG: Is Accelerated? false [2016-01-22T08:39:43.85] From IMG: Is True Volatile? false [2016-01-22T08:39:43.85] From GC: Is Accelerated? false [2016-01-22T08:39:43.85] From GC: Is True Volatile? false [2016-01-22T08:39:43.93] Initializing Volatile Contents [2016-01-22T08:39:43.93] [2016-01-22T08:39:43.93] From IMG: Is Accelerated? false [2016-01-22T08:39:43.93] From IMG: Is True Volatile? false [2016-01-22T08:39:43.93] From GC: Is Accelerated? false [2016-01-22T08:39:43.93] From GC: Is True Volatile? false [2016-01-22T08:39:43.93] Initializing Volatile Contents [2016-01-22T08:39:43.93] [2016-01-22T08:39:43.93] From IMG: Is Accelerated? false [2016-01-22T08:39:43.93] From IMG: Is True Volatile? false [2016-01-22T08:39:43.93] From GC: Is Accelerated? false [2016-01-22T08:39:43.93] From GC: Is True Volatile? false [2016-01-22T08:39:47.77] annotate TEST name=FrameAutoDisplayModeTest [2016-01-22T08:39:48.11] mkdir ${test_work_dir}/diff [2016-01-22T08:39:48.16] # Actual: mkdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/diff [2016-01-22T08:39:48.16] ${JAVA_HOME}/bin/java -classpath ${CLASSPATH} GeometricMomentImageCompare -tonga -outputdir ${test_work_dir} -recordto ${test_work_dir}/diff -dir1 ${test_work_dir}/base -dir2 ${test_work_dir}/target [2016-01-22T08:39:48.16] # Actual: c:/lucas/jdk1.9/jdk1.9.0/bin/java -classpath c:/lucas/9/2d/share/lib/mediaserver/media-server.jar;c:/lucas/9/2d/share/lib/mediaserver/.;c:/lucas/9/2d/share/lib/ImageComparator/ImageComparator.jar;C:/lucas/results/ResultDir/2D_MultiMonitor/classes;c:/lucas/9/2d/data/2D_MultiMonitor GeometricMomentImageCompare -tonga -outputdir C:/lucas/results/ResultDir/FrameAutoDisplayModeTest -recordto C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/diff -dir1 C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base -dir2 C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:48.46] fn1: null [2016-01-22T08:39:48.46] fn2: null [2016-01-22T08:39:48.46] dir1: C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base [2016-01-22T08:39:48.46] dir2: C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target [2016-01-22T08:39:48.46] outputDir: C:/lucas/results/ResultDir/FrameAutoDisplayModeTest [2016-01-22T08:39:48.46] recordingDir: C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/diff [2016-01-22T08:39:48.46] annotate TESTCASE name=compare [2016-01-22T08:39:48.46] C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base 6 files [2016-01-22T08:39:48.46] C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target 38 files [2016-01-22T08:39:48.46] annotate TESTCASE name=compare0 [2016-01-22T08:39:48.46] annotate TESTCASE framework=compare [2016-01-22T08:39:48.46] annotate TESTCASE driverclass=GeometricMomentImageCompare [2016-01-22T08:39:48.46] ... Reading C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\base\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.54] ... Reading C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\target\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.54] annotate TESTCASE dir1=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\base [2016-01-22T08:39:48.54] annotate TESTCASE fname1=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.54] annotate TESTCASE dir2=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\target [2016-01-22T08:39:48.54] annotate TESTCASE fname2=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.74] null != null FAIL: The geometric center shifted(criteria used(center shift: 1, relative error: 0.25)) [2016-01-22T08:39:48.74] image1: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.74] image2: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.74] diff: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.74] Red: 0 1696466 1696466 1696466 (17.6, -2) 2 [2016-01-22T08:39:48.74] Green: 0 2801320 2801320 2801320 (5.24, -24.94) 2 [2016-01-22T08:39:48.74] Blue: 0 2726835 2726835 2726835 (12.98, -27.36) 2 [2016-01-22T08:39:48.74] Alpha: 12558240 12558240 0 0 (0, 0) 0 [2016-01-22T08:39:48.74] Weighted RGB average: (11.07, 20.46) [2016-01-22T08:39:48.74] [2016-01-22T08:39:48.74] ==> C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\diff\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.82] annotate TESTCASE different=yes [2016-01-22T08:39:48.82] FAIL: The geometric center shifted(criteria used(center shift: 1, relative error: 0.25)) [2016-01-22T08:39:48.82] image1: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.82] image2: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.82] diff: 304 162 49248 49248 12558240 [2016-01-22T08:39:48.82] Red: 0 1696466 1696466 1696466 (17.6, -2) 2 [2016-01-22T08:39:48.82] Green: 0 2801320 2801320 2801320 (5.24, -24.94) 2 [2016-01-22T08:39:48.82] Blue: 0 2726835 2726835 2726835 (12.98, -27.36) 2 [2016-01-22T08:39:48.82] Alpha: 12558240 12558240 0 0 (0, 0) 0 [2016-01-22T08:39:48.82] Weighted RGB average: (11.07, 20.46) [2016-01-22T08:39:48.82] [2016-01-22T08:39:48.82] annotate TESTCASE diffpath=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\diff [2016-01-22T08:39:48.82] annotate TESTCASE diffname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.png [2016-01-22T08:39:48.82] annotate TESTCASE name=compare1 [2016-01-22T08:39:48.82] annotate TESTCASE framework=compare [2016-01-22T08:39:48.82] annotate TESTCASE driverclass=GeometricMomentImageCompare [2016-01-22T08:39:48.82] ... Reading C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\base\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.82] ... Reading C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\target\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.82] annotate TESTCASE dir1=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\base [2016-01-22T08:39:48.82] annotate TESTCASE fname1=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.82] annotate TESTCASE dir2=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\target [2016-01-22T08:39:48.82] annotate TESTCASE fname2=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.86] null != null FAIL: The geometric center shifted(criteria used(center shift: 1, relative error: 0.25)) [2016-01-22T08:39:48.86] image1: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.86] image2: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.86] diff: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.86] Red: 0 644141 644141 644141 (10.83, -1.24) 2 [2016-01-22T08:39:48.86] Green: 0 1063844 1063844 1063844 (3.22, -15.39) 2 [2016-01-22T08:39:48.86] Blue: 0 1035592 1035592 1035592 (7.98, -16.88) 2 [2016-01-22T08:39:48.86] Alpha: 4768500 4768500 0 0 (0, 0) 0 [2016-01-22T08:39:48.86] Weighted RGB average: (6.81, 12.63) [2016-01-22T08:39:48.86] [2016-01-22T08:39:48.86] ==> C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\diff\FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.88] annotate TESTCASE different=yes [2016-01-22T08:39:48.88] FAIL: The geometric center shifted(criteria used(center shift: 1, relative error: 0.25)) [2016-01-22T08:39:48.88] image1: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.88] image2: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.88] diff: 187 100 18700 18700 4768500 [2016-01-22T08:39:48.88] Red: 0 644141 644141 644141 (10.83, -1.24) 2 [2016-01-22T08:39:48.88] Green: 0 1063844 1063844 1063844 (3.22, -15.39) 2 [2016-01-22T08:39:48.88] Blue: 0 1035592 1035592 1035592 (7.98, -16.88) 2 [2016-01-22T08:39:48.88] Alpha: 4768500 4768500 0 0 (0, 0) 0 [2016-01-22T08:39:48.88] Weighted RGB average: (6.81, 12.63) [2016-01-22T08:39:48.89] Exception in thread "main" java.lang.RuntimeException: Some files were different, see output for details [2016-01-22T08:39:48.89] at GeometricMomentImageCompare.main(Unknown Source) [2016-01-22T08:39:48.89] [2016-01-22T08:39:48.89] annotate TESTCASE diffpath=C:\lucas\results\ResultDir\FrameAutoDisplayModeTest\diff [2016-01-22T08:39:48.89] annotate TESTCASE diffname=FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_0.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_14.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_14.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_28.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/base FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_28.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_104.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_104.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_112.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_112.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_120.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_120.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_128.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_128.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_136.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_136.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_144.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_144.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_16.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_16.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_24.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_24.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_32.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_32.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_40.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_40.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_48.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_48.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_56.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_56.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_64.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_64.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_72.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_72.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_8.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_8.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_80.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_80.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_88.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_88.thumb.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_96.png [2016-01-22T08:39:48.89] ONLY IN C:/lucas/results/ResultDir/FrameAutoDisplayModeTest/target FrameAutoDisplayModeTest.i_rgb.FullScreenFrame_Device_0_DM_96.thumb.png [2016-01-22T08:39:48.93] # Test level exit status: 1 # Host info: CYGWIN_NT-6.1 PRAHNARA-IN 2.3.1(0.291/5/3) 2015-11-14 12:44 x86_64 Cygwin