DescriptionMake it possible to run WebGL conformance tests on Android
This patch implements the following changes to make it possible to run
the WebGL conformance test suite on Android:
1. Copy WebGL test data files to the device.
2. When running the conformance test, turn on WebGL with the
--enable-webgl command line flag.
3. Avoid validating the PCI vendor and device ids for the GPU because
Android has no such concept.
With these changes, you can run the WebGL conformance test by first
building content_browsertests_apk, removing the WebGL exclusion from
build/android/pylib/gtest/filter/content_browsertests_disabled and then executing:
$ build/android/run_browser_tests.py -f WebGLConformanceTest.*
BUG=138226
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200298
Patch Set 1 #Patch Set 2 : Fix win and x11 builds. #Patch Set 3 : Actually change the right function for win. #Patch Set 4 : Retry upload. #
Messages
Total messages: 19 (0 generated)
|