History log of /external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6aed51feee1d07fa2465fa3b2fe53cd3f247def 08-Jun-2017 Po-Hsien Wang <pwang@chromium.org> Report failure for most of the graphics_test

Report failures for most of the graphics_test to chrome
perf dashboard for regression detection.

1) Add docstring to graphics_utils.GraphicsTest
2) Add helper function failure_report and failure_report_decorator to GraphicsTest class
to help report failures to chrome perf dashboard if function does not finish executation
normally.
3) Add failure report for following tests
graphics_WebGLAquarium
graphics_GLMark2
graphics_Gbm
graphics_SanAngeles
graphics_WebGLManyPlanetsDeep
graphics_GLAPICheck
graphics_WebGLPerformance
4) Remaining tests to report failures
graphics_GLBench
graphics_WebGLClear
graphics_KernelMemory
graphics_dEQP
graphics_GpuReset
graphics_PerfControl
graphics_VTSwitch
5) Modified tko/perf_upload/perf_dashboard_config.json

BUG=chromium:717664

TEST=[1] test_that graphics_WebGLAquarium
/tmp/test_that_results_YvUmYu/results-1-graphics_WebGLAquarium [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST=[2] test_that graphics_GLMark2
/tmp/test_that_results_IaISZ2/results-1-graphics_GLMark2 [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST=[3] test_that graphics_Gbm
/tmp/test_that_results_Lz1rvI/results-1-graphics_Gbm [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST=[4] test_that graphics_SanAngeles
/tmp/test_that_results_4600Gs/results-1-graphics_SanAngeles [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST=[5] test_that graphics_WebGLManyPlanetsDeep
/tmp/test_that_results_Yw8aAt/results-1-graphics_WebG... [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST=[6] test_that graphics_GLAPICheck
/tmp/test_that_results_lq1ryW/results-1-graphics_GLAP... [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%

TEST=[7] test_that graphics_WebGLPerformance
/tmp/test_that_results_9xQJ3_/results-1-graphics_WebG... [ PASSED ]
---------------------------------------------------------------------------
Total PASS: 2/2 (100%)

TEST= http://jsonlint.com --- Valid JSON

Change-Id: Ic3d33373f7d1903472c3951e7e915c1f1afc5fa6
Reviewed-on: https://chromium-review.googlesource.com/528366
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
54a1d2a79b8f280ed62cd9d80e7f2cb63b3646e8 03-May-2017 Po-Hsien Wang <pwang@chromium.org> graphics_utils.xcommand: Remove X11 remants

Delete usage of graphics_utils.xcommand before delete it in graphics_utils.py

BUG=chromium:655820
TEST=test_that

Change-Id: Ia2af3cc811a23d6ce2c89a3e664be3a72f75c545
Reviewed-on: https://chromium-review.googlesource.com/493897
Commit-Ready: Po-Hsien Wang <pwang@chromium.org>
Tested-by: Po-Hsien Wang <pwang@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
2cf181995719a3ac5ec8d87216dca84158b4496c 03-May-2017 Po-Hsien Wang <pwang@chromium.org> chromeos-gfx-alerts: don't report memory to dashboard

Memory values from test other than graphics_WebGLAquarium will not
be reported as memory changes are too noisy and ill-defined outside
of measuring the browser.

BUG=chromium:717664
TEST=test_that

Change-Id: Iddeabb6562f23fe261ed49c956cfd877373faf29
Reviewed-on: https://chromium-review.googlesource.com/495115
Commit-Ready: Po-Hsien Wang <pwang@chromium.org>
Tested-by: Po-Hsien Wang <pwang@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
90dd692989b79f6ba656009704275a9e2ba61b76 16-Feb-2017 Stéphane Marchesin <marcheu@chromium.org> graphics_SanAngeles: Remove X11 remnants

BUG=chromium:655820
TEST=trybots

Change-Id: I7f6caa49a6b6fa88493c453806ec4ff6a8fd9f7c
Reviewed-on: https://chromium-review.googlesource.com/444090
Commit-Ready: Stéphane Marchesin <marcheu@chromium.org>
Tested-by: Stéphane Marchesin <marcheu@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
619ee2569463359d155539539f5c0d7b2515ccd6 29-Oct-2016 Ilja H. Friedel <ihf@chromium.org> autotest graphics_*: unify TestStatus.

The goal is for graphics tests to only pass or fail. As much as
possible do not use TestError, TestWarn or TestNA etc. Having
only Pass/Fail will make reading on external dashboards (wmatrix,
sponge) less ambiguous. Also prepend all TestFail messages with
"Failed:" to make reading/understanding messages easier.

BUG=chromium:647465
TEST=pylint

Change-Id: I92160c9def35b72e22af8c19af6275932a63d00b
Reviewed-on: https://chromium-review.googlesource.com/404953
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Dominik Behr <dbehr@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
8c7cbf848b1d752113dd32bed38f10960282a27c 10-Apr-2015 Ilja H. Friedel <ihf@chromium.org> graphics_* adjustments for Freon.

This change
1) Fixes reporting from SanAngeles to the perf dashboard.
2) Restricts GLAPICheck to version check.
3) Moves graphics_GLMark2 to bvt-perbuild for now and makes explicit
that more Freon work is needed by using TestNAError.

And does some reformatting for the new pylint whitespace rules.

TEST=test_that <link> graphics_SanAngeles graphics_GLAPICheck graphics_GLMark2 graphics_GpuReset
BUG=chromium:413081

Change-Id: I97ad844d37709462df555a483c4c87de3cffe5c8
Reviewed-on: https://chromium-review.googlesource.com/265182
Trybot-Ready: Ilja Friedel <ihf@chromium.org>
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
Commit-Queue: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Ilja Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
585e76585e4a0c45c925dbc85fe527b36a1eb6bb 18-Mar-2015 Frank Henigman <fjhenigman@chromium.org> graphics_SanAngeles: support null platform

Freon boards now support only EGL_PLATFORM_NULL and minigbm so use
WAFFLE_PLATFORM_NULL.

Platform arg parsing is moved to the SanAngeles executable, since that
is where we ultimately want it, and the attempt to factor it out to
graphics_utils.py was cumbersome and not used by anything else.

The waffle_window_show() call was moved because in WAFFLE_PLATFORM_NULL
it must happen before waffle_make_current().

Restored the depth buffer configuration that was accidentally removed
during porting to waffle.

On freon, stop ui in order to mode set.

BUG=chromium:468328
TEST=test_that -b samus -i trybot-samus-paladin/... :lab: graphics_SanAngeles
TEST=test_that -b lumpy -i trybot-lumpy-paladin/... :lab: graphics_SanAngeles
TEST=test_that -b daisy -i trybot-daisy-paladin/... :lab: graphics_SanAngeles
CQ-DEPEND=CL:260993

Change-Id: Idb3aa5a8024f920beec2364a9701bc5455acb602
Reviewed-on: https://chromium-review.googlesource.com/260995
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
Tested-by: Frank Henigman <fjhenigman@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
d10e710146bbb138b27cb04dd976ea3d5e5e0167 09-Dec-2014 Frank Henigman <fjhenigman@chromium.org> graphics_SanAngeles: enable test on freon

Remove the early return so this test will run on freon (no X) boards.

BUG=chromium:413083
TEST=test_that -b lumpy -i trybot-lumpy-paladin/R41-6557.0.0-b1925 :lab: graphics_SanAngeles

Change-Id: I2be118495bcaad79421f7f23e2bd75e335d5ab5d
Reviewed-on: https://chromium-review.googlesource.com/233914
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
Tested-by: Frank Henigman <fjhenigman@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
591e2c249ea3291b844210606dcbf19ada6fe380 02-Nov-2014 Frank Henigman <fjhenigman@chromium.org> autotest/graphics_SanAngeles: port to waffle

Instead of using egl or glx directly, use the waffle library to open
windows, choose configs, create/use contexts, and swap buffers.
Add a command line parameters for specifying the platform:
e.g. gbm, glx or x11_egl.
Remove command line parameters for specifying libraries to load at run time
(they weren't used, and selecting libraries at run time is waffle's job).
Remove X event handling because we don't need it and we do need to run
without X.
Note that waffle gbm currently renders to an off-screen buffer, so you
won't see anything on screen when running in gbm mode.

BUG=chromium:413083
TEST=on link_freon, lumpy, daisy: test_that <host> graphics_SanAngeles

Change-Id: I2797d88b71bb87146eb62f360cba8c899b098e9b
Reviewed-on: https://chromium-review.googlesource.com/229663
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
Tested-by: Frank Henigman <fjhenigman@chromium.org>
Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
a1c270a9a3aecbe82b9bfaf68ed6ced0c628d6db 21-Nov-2014 Ilja H. Friedel <ihf@chromium.org> autotest: temporarily disable some bvt-cq tests under freon.

These tests will remain running in bvt-cq on non-freon boards.
But as they are currently failing and we need to get freon testing
started disable these tests.
This change is meant to be partially reverted with each passing test.

BUG=chromium:435437
TEST=test_that 100.96.58.154 suite:bvt-cq | tee link_freon_after.txt
rep FAILED link_freon_after.txt -> no output

Change-Id: I20eaed401e4ddbcc42efeb84fd2fe202e6c5a658
Reviewed-on: https://chromium-review.googlesource.com/231242
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Pawel Osciak <posciak@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
Commit-Queue: Ilja Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
8753d83937751e6d2eb2646ea5af68979bb76312 08-Oct-2014 Ilja H. Friedel <ihf@chromium.org> autotest: refactor graphics_utils.

Move screenshot code to graphics_utils.
Move xsystem et al to cros_ui.py.
Fail if X is used under freon.
Make pylint happy.

TODO: write a (unit/auto)test for graphics_utils.

BUG=chromium:422414
TEST=Ran graphics_GLMark2 power_Consumption power_Backlight ui_SystemTray
on nyan_big, verified that code got exercised and is not broken.
Ran camera_V4L2 desktopui_GmailLatency graphics_GLAPICheck graphics_Gbm
graphics_Piglit graphics_SanAngeles hardware_VideoOutSemiAuto on
link_freon and nyan_big and made sure we got reasonable pass/fail.

Change-Id: I31f49d8c7b7a4e899bf47ba0b3543fc8755eecb8
Reviewed-on: https://chromium-review.googlesource.com/222990
Reviewed-by: Haixia Shi <hshi@chromium.org>
Commit-Queue: Ilja Friedel <ihf@chromium.org>
Tested-by: Ilja Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
d0ddb6acf3b6000a94c7829bd8a6acebd5fc2670 25-Sep-2014 Ilja H. Friedel <ihf@chromium.org> graphics tests: Bubble up errors from stderr.

Right now when external binaries are ran and fail due to a check this
may lead to a passing test. Try to catch this.

BUG=None.
TEST=Ran on nyan_big, observed graphics_SyncControlTest failing.

Change-Id: I1ea99d4bdf6539130ed964f2d2c55c8d0d7ee695
Reviewed-on: https://chromium-review.googlesource.com/220030
Commit-Queue: Ilja Friedel <ihf@chromium.org>
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Haixia Shi <hshi@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
67eac4d97a9e69f3fbe52c78b4d7f7fa35cfe562 28-Aug-2014 Ilja H. Friedel <ihf@chromium.org> graphics_*: monitor memory state after tests.

Move basic functionality from graphics_KernelMemory to graphics_utils.
Instrument all interesting tests with a GSC.
Forward memory statistics to dashboard.

BUG=chromium:408428
TEST=test_that 100.96.58.132 graphics_GLMark2 graphics_GLBench graphics_GpuReset graphics_KernelMemory graphics_SanAngeles graphics_WebGLAquarium graphics_WebGLClear graphics_WebGLManyPlanetsDeep graphics_WebGLPerformance

-----------------------------------------------------------------------------------------------------------------
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2 [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 buffer.columns_200.interleave_false.update-dispersion_0.9.update-fraction_0.5.update-method_map 1.575
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 buffer.columns_200.interleave_false.update-dispersion_0.9.update-fraction_0.5.update-method_subdata 1.404
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 buffer.columns_200.interleave_true.update-dispersion_0.9.update-fraction_0.5.update-method_map 1.414
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 build.use-vbo_false 0.618
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 build.use-vbo_true 0.536
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 bump.bump-render_height 0.475
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 bump.bump-render_high-poly 1.370
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 bump.bump-render_normals 0.465
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 conditionals.fragment-steps_0.vertex-steps_0 0.551
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 conditionals.fragment-steps_0.vertex-steps_5 0.552
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 conditionals.fragment-steps_5.vertex-steps_0 0.537
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 desktop.blur-radius_5.effect_blur.passes_1.separable_true.windows_4 1.626
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 desktop.effect_shadow.windows_4 0.972
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 effect2d.kernel_0-1-0_1--4-1_0-1-0_ 0.688
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 effect2d.kernel_1-1-1-1-1_1-1-1-1-1_1-1-1-1-1_ 1.458
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 function.fragment-complexity_low.fragment-steps_5 0.550
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 function.fragment-complexity_medium.fragment-steps_5 0.541
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 gem_objects_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 gem_objects_objects 10
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 glmark2_score 1398
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 ideas.speed_duration 0.634
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 jellyfish.default 0.982
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 loop.fragment-loop_false.fragment-steps_5.vertex-steps_5 0.550
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 loop.fragment-steps_5.fragment-uniform_false.vertex-steps_5 0.550
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 loop.fragment-steps_5.fragment-uniform_true.vertex-steps_5 0.542
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 meminfo_MemUsed 1631664
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 memory_objects 10
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 pulsar.light_false.quads_5.texture_false 0.571
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 refract.default 4.808
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 shading.shading_blinn-phong-inf 0.691
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 shading.shading_cel 0.702
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 shading.shading_gouraud 0.690
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 shading.shading_phong 0.699
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 shadow.default 1.555
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 terrain.default 7.194
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 texture.texture-filter_linear 0.497
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 texture.texture-filter_mipmap 0.481
/tmp/test_that_results_bdIjAZ/results-01-graphics_GLMark2/graphics_GLMark2 texture.texture-filter_nearest 0.496
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench [ FAILED ]
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench ERROR: Could not get cold machine.
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench [ FAILED ]
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench ERROR: Could not get cold machine.
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench gem_objects_bytes 17891328
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench gem_objects_objects 13
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench meminfo_MemUsed 1631792
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-02-graphics_GLBench/graphics_GLBench memory_objects 10
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench gem_objects_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench gem_objects_objects 10
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench meminfo_MemUsed 1634936
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-03-graphics_GLBench/graphics_GLBench memory_objects 10
/tmp/test_that_results_bdIjAZ/results-04-graphics_GpuReset [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-04-graphics_GpuReset/graphics_GpuReset [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory gem_objects_bytes 213901312
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory gem_objects_objects 412
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory meminfo_MemUsed 2068820
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory memory_bytes 208019456
/tmp/test_that_results_bdIjAZ/results-05-graphics_KernelMemory/graphics_KernelMemory memory_objects 315
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles frames_per_sec_rate_san_angeles 134.7
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles gem_objects_bytes 221818880
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles gem_objects_objects 432
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles meminfo_MemUsed 2076480
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles memory_bytes 215937024
/tmp/test_that_results_bdIjAZ/results-06-graphics_SanAngeles/graphics_SanAngeles memory_objects 335
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium avg_fps_0050_fishes 59.4736317249
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium avg_fps_1000_fishes 58.9920386175
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium avg_render_time_0050_fishes 0.00307254785938
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium avg_render_time_1000_fishes 0.0063975173696
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium gem_objects_bytes 17891328
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium gem_objects_objects 13
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium meminfo_MemUsed 1658712
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-07-graphics_WebGLAquarium/graphics_WebGLAquarium memory_objects 10
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear avg_fps 60
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear gem_objects_bytes 17891328
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear gem_objects_objects 13
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear meminfo_MemUsed 1650676
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-08-graphics_WebGLClear/graphics_WebGLClear memory_objects 10
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep average_fps 59.8214285714
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep gem_objects_bytes 17891328
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep gem_objects_objects 13
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep js_render_time_ms_mean 1.36681974742
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep js_render_time_ms_std 0.489031342632
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep meminfo_MemUsed 1661920
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep memory_objects 10
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep per_frame_dt_ms_mean 16.7164179104
/tmp/test_that_results_bdIjAZ/results-09-graphics_WebGLManyPlanetsDeep/graphics_WebGLManyPlanetsDeep per_frame_dt_ms_std 0.61548635141
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance [ PASSED ]
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance gem_objects_bytes 17891328
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance gem_objects_objects 13
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance meminfo_MemUsed 1652664
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance meminfo_SwapUsed 15576
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance memory_bytes 17842176
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance memory_objects 10
/tmp/test_that_results_bdIjAZ/results-10-graphics_WebGLPerformance/graphics_WebGLPerformance time_ms_geom_mean 11.48
-----------------------------------------------------------------------------------------------------------------
Total PASS: 18/20 (90%)


Change-Id: I2866e4fb9bbee1dd819d36b5b1c8e4883c502c12
Reviewed-on: https://chromium-review.googlesource.com/214634
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Commit-Queue: Ilja Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
644ef5e5c9a5efb2ab8230eb00168175eb1ab1d6 03-Apr-2014 Ilja Friedel <ihf@chromium.org> Get more logging spew from graphics_* tests.

TEST=Ran locally on link.
BUG=None.

Change-Id: I0c63ea5b2b99155ac9de02b0708cd9dfccd076fa
Reviewed-on: https://chromium-review.googlesource.com/192956
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Commit-Queue: Ilja Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
3dab8e583cce64f14f728e656798c48ed2ea4143 16-Aug-2013 Ilja Friedel <ihf@chromium.org> Convert most graphics_ui_test to test.test.

This gets rid of dependencies on Chrome and in particular pyauto. We introduce
graphics_utils.py to keep GPU state checking functionality.

BUG=chromium:271828
TEST=Ran all affected graphics_* tests.

Change-Id: Iee9971d292bd6405a92f0ee5d13d5c032f657998
Reviewed-on: https://gerrit.chromium.org/gerrit/66133
Commit-Queue: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
ab79871c844301f0aba22d38172dbbe21a2b0fae 11-May-2012 Ilja H. Friedel <ihf@google.com> autotest: convert all remaining graphics tests.

This is a fairly mechanical change.

TEST=Everything still runs on lumpy.

Change-Id: I4a0fcf684f55ac6cf86b3b53724ba820be31c360
Reviewed-on: https://gerrit.chromium.org/gerrit/22492
Reviewed-by: Stuart Abercrombie <sabercrombie@chromium.org>
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
6432b54982c60c89d773f31edb86b465169afe34 04-Apr-2012 Nirnimesh <nirnimesh@chromium.org> Get rid of obsolete wait_for_initial_chrome_window() function

wait_for_initial_chrome_window() and refresh_window_manager() are redundant
to me since there's no window manager anymore so chrome can authoratatively
tell if the initial chrome window is up and ready, which it is for all UI tests.

BUG=None
TEST=None

Change-Id: If5404b39a1e84cf3ecb6647e8e19fa46193e6b2b
Reviewed-on: https://gerrit.chromium.org/gerrit/19606
Reviewed-by: Mitsuru Oshima <oshima@chromium.org>
Tested-by: Mitsuru Oshima <oshima@chromium.org>
Commit-Ready: Mitsuru Oshima <oshima@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
1d61714febb4cd8e6933999a07cf445c0bd085db 13-Jul-2011 Ilja H. Friedel <ihf@google.com> Force Piglit and SanAngeles to run in foreground window

Change-Id: Ie0078e31b4bfbfa361b16b022ecc892f13077592
Reviewed-on: http://gerrit.chromium.org/gerrit/3993
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
08f9dd023db83e838b93b46e432e3e8bfe6680d1 09-Jul-2011 Ilja H. Friedel <ihf@google.com> More robust error handling in SanAngeles.
1) Fix graphics_SanAngeles.py such that it only raises exception on errors (not warnings).
2) Clean up C code so errors have Error: prefixed.
3) Clean up pointer casting so we don't have compile warnings anymore.

Change-Id: I724b8cac81b5691243b311fe554a859725225548
Reviewed-on: http://gerrit.chromium.org/gerrit/3822
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
51d1939bf47960b6e65042402a900e0564aa6d3e 06-Jan-2011 Eric Li <ericli@google.com> Rename cros/ui.py into cros/cros_ui.py, and adjust all other import refereces as needed.

Change-Id: I6f1c28d817f91b979737ea3a4cafa9ea23cc693a

BUG=7236
TEST=
1. run
grep -wnrc ui server/* | grep -v $":0" | sort
grep -wnrc ui client/* | grep -v $":0" | sort
to find out all reference to ui module.

2. emerge autotest, and run bvt against a live system.

Review URL: http://codereview.chromium.org/6037017
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
e7c4cab13a8576a4f9de41b2dc1fb8c45c97424c 05-Jan-2011 Eric Li <ericli@google.com> Change-Id: Ib50962111d0c6c07a135679d80930af4bc52915b

Move site_chrome_test, site_logging, site_log_reader,
site_crash_test into cros dir.

site_chrome_test --> cros/chrome_test
site_crash_test --> cros/crash_test
site_logging --> cros/cros_logging
site_log_reader --> cros/cros_logging
site_ui_test --> cros/cros_ui_test

I had removed site_logging module and moved its code into cros_logging, since its new name (logging) has conflict with python's logging module.

site_log_reader has also been merged into cros_logging module.

As I am touching all the files in the list, I also removed some unnecessary import to autotest_lib.client.bin.test.

Change-Id: I2c8f101a6c7a0499619e227e4cb0cfb8ceec4690

BUG=7236
TEST=run bvt and every other tests been touched from both source (third_party/autotest/files) and chroot (/build/board/usr/local/autotest)

Review URL: http://codereview.chromium.org/5740004
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
c4d8f4aab4e434fcb1a9fb33931768ffebfb8f1c 10-Dec-2010 Eric Li <ericli@google.com> Move site_httpd, site_uim, site_login and site_cryptohome into cros/ dir.

And change import site_utils to import utils as I touched more source code.

Change-Id: I18bbac502c67ddedaccc7ef034c4f8c8b204506e

BUG=7236
TEST=BVT

Review URL: http://codereview.chromium.org/5680003
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
cb6a91adb049e9d5fe42a9adc4e570a988203e65 09-Dec-2010 Eric Li <ericli@google.com> Move site_ui_test, site_auth_server and site_dns_server into client/cros.

And fall back import site_utils into import utils, since there need to directly import site_utils at all.
import site_utils is taken care inside utils.

Change-Id: I4bb989c0fb636efd57ae1af185fd8e6fa6067463

BUG=7236
TEST=bvt and regression tests.

Review URL: http://codereview.chromium.org/5649004
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
3fa30f9df5a7d95ce45414e4e878b44630e63683 20-Aug-2010 David James <davidjames@google.com> Update autotest tests to use make -j where possible.

This cuts the time required to build the autotests from 7m30s to
about 4m10s on my z600.

TEST=Ran ./autotest --build=all
BUG=chromium-os:5309

Review URL: http://codereview.chromium.org/3116009
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
0b934ef2999d71e1cfcf69900bc3c1c974d15212 18-Aug-2010 Chris Masone <cmasone@chromium.org> graphics_SanAngeles doesn't need to log in

sometimes, graphics_SanAngeles fails to log in to run. But it doesn't need to in the first place.

BUG=chrome-os-partner:711
TEST=run it

Change-Id: I3803b62f7af74225b05ef6e017d35e2c444f7da5

Review URL: http://codereview.chromium.org/3137016
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
aeea8e867c815b5af83e7bc3967a7eebfd99e0f1 26-May-2010 Zhenyao Mo <zmo@google.com> Build either GL or ES version of SanAngeles based on $(GRAPHICS_BACKEND).

Review URL: http://codereview.chromium.org/2083024
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
36f1a65e6eb9ab85144d0e917380d2c695e14fe8 19-Mar-2010 Ken Mixter <kmixter@google.com> Rename autotests to be consistent with tracker areas

Review URL: http://codereview.chromium.org/1105001
/external/autotest/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py