History log of /external/autotest/client/deps/glmark2/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67a21bd0494108680fb2c6c1410b8a1aae1f148a 31-Jan-2014 Daniel Kurtz <djkurtz@chromium.org> graphics_GLMark2: add back a glmark2 dep to install test on device

Oops. It turns out the recommended practice for autotests is to have
autotest install the test binaries via autotest deps, rather than baking
them into the test image.

Since we are using the dep to install the glmark2 executable, we might as
well just call it glmark2 always, even if it is really glmark2-es2.
This simplifies the autotest a bit.

Note: By default glmark2 looks for its resources at a path hardcoded at
build time. When built from the app-benchmarks/glmark2 ebuild, this path
will be "/usr/share/glmark2/". However, autotest can't copy the resources
to this location on the test machine; the share contents are copied to
autotest/deps/glmark2/data instead. Thus, we invoke glmark2 with its
"--data-dir" option.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>

BUG=chromium:330529
TEST=emerge-${B} --unmerge glmark2 autotest-deps-glmark2 autotest-tests
TEST=TESTS=graphics_GLMark2 emerge-autotest-tests
TEST=run_remote_tests.sh graphics_GLMark2
CQ-DEPEND=CL:184283

Change-Id: I26142c7c5e585dcc8b9a1e25fa3c6ef71d33f6a0
Reviewed-on: https://chromium-review.googlesource.com/184316
Reviewed-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Dominik Behr <dbehr@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
Commit-Queue: Doug Anderson <dianders@chromium.org>
/external/autotest/client/deps/glmark2/common.py
81d67985580b761a519454918adf1399beb2d0df 28-Jan-2014 Daniel Kurtz <djkurtz@chromium.org> Remove client/deps/glmark2

Now that glmark2 is installed by its own ebuild, and graphics_GLMark2 no
longer builds glmark2 as an autotest dep, we can remove glmark2 from
autotest client/deps.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>

BUG=chromium:330529
TEST=TESTS=graphics_GLMark2 emerge-${b} autotest-tests

Change-Id: Id519a73aabbc45a26fed01e43d2abe2e400ee9f5
Reviewed-on: https://chromium-review.googlesource.com/183917
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Commit-Queue: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
/external/autotest/client/deps/glmark2/common.py
9e30bb204a993933f5a8875498abb84b7e227e0a 01-Jan-2013 Alex Miller <milleral@chromium.org> [autotest] Change os.path.join use in common.py to be portable.

All uses of |os.path.join("x", "../..")| have been changed into
|os.path.join("x", "..", "..")|.

TEST=syntax check all common.py files, trybot passes HWTest
BUG=None

Change-Id: Ic05a2e375352eab4447ae5b180da750ccbc1b914
Reviewed-on: https://gerrit.chromium.org/gerrit/40312
Tested-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Commit-Queue: Alex Miller <milleral@chromium.org>
/external/autotest/client/deps/glmark2/common.py
16d833de8ce5521ab7d764a285a5370281ceafde 05-Apr-2012 Chinyue Chen <chinyue@chromium.org> Add glmark2 dependency.

The glmark2 dependency is used by the new graphics_GLMark2 autotest.

BUG=chrome-os-partner:8585
TEST=emerge-lumpy autotest-deps-glmark2
(The autotest-deps-glmark2 ebuild is in a separate CL)

Change-Id: I4a5c1182e015738c4e547c1d7b454e67319707e9
Reviewed-on: https://gerrit.chromium.org/gerrit/19652
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Jon Salz <jsalz@chromium.org>
Tested-by: Chinyue Chen <chinyue@chromium.org>
Commit-Ready: Chinyue Chen <chinyue@chromium.org>
/external/autotest/client/deps/glmark2/common.py