summaryrefslogtreecommitdiffstats
path: root/content/telemetry_gpu_unittests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* Revert of Add crash_service to Telemetry's isolates. (patchset #12 id:340001 ↵jwd2015-10-011-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of https://codereview.chromium.org/1361523003/ ) Reason for revert: Seems to be causing failures on linux test bots https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/31890/steps/telemetry_gpu_unittests/logs/stdio Original issue's description: > Add crash_service to Telemetry's isolates. > > Switch to using binary_manager for the crash_service executable, > eliminating downloads of this binary from cloud storage. (A follow-on > CL will likely forbid the bots from downloading this and other > executables from cloud storage entirely, rather than continuing to use > this as a fallback path.) > > Telemetry's isolates are currently specified fairly differently for > the GYP and GN builds; other CLs underway will unify their > specification more. > > Follow up CL's will be needed to add the client config to gpu's tests. > > authors=kbr@,aiolos@ > > BUG=466877 > > Committed: https://crrev.com/6bdfb7dfb3ce2e571697629895089cffc42b48e6 > Cr-Commit-Position: refs/heads/master@{#351196} > > Committed: https://crrev.com/70c5d0c0e2ff03c3b6cef0bdce391f93c35d218a > Cr-Commit-Position: refs/heads/master@{#351803} TBR=phajdan.jr@chromium.org,dpranke@chromium.org,kbr@chromium.org,maruel@chromium.org,piman@chromium.org,aiolos@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466877 Review URL: https://codereview.chromium.org/1369213004 Cr-Commit-Position: refs/heads/master@{#351815}
* Add crash_service to Telemetry's isolates.aiolos2015-10-011-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Switch to using binary_manager for the crash_service executable, eliminating downloads of this binary from cloud storage. (A follow-on CL will likely forbid the bots from downloading this and other executables from cloud storage entirely, rather than continuing to use this as a fallback path.) Telemetry's isolates are currently specified fairly differently for the GYP and GN builds; other CLs underway will unify their specification more. Follow up CL's will be needed to add the client config to gpu's tests. authors=kbr@,aiolos@ BUG=466877 Committed: https://crrev.com/6bdfb7dfb3ce2e571697629895089cffc42b48e6 Cr-Commit-Position: refs/heads/master@{#351196} Review URL: https://codereview.chromium.org/1361523003 Cr-Commit-Position: refs/heads/master@{#351803}
* Revert of Add crash_service to Telemetry's isolates. (patchset #8 id:180001 ↵kcarattini2015-09-291-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of https://codereview.chromium.org/1361523003/ ) Reason for revert: Suspected build fail see https://code.google.com/p/chromium/issues/detail?id=536998 and https://code.google.com/p/chromium/issues/detail?id=537065 Original issue's description: > Add crash_service to Telemetry's isolates. > > Switch to using binary_manager for the crash_service executable, > eliminating downloads of this binary from cloud storage. (A follow-on > CL will likely forbid the bots from downloading this and other > executables from cloud storage entirely, rather than continuing to use > this as a fallback path.) > > Telemetry's isolates are currently specified fairly differently for > the GYP and GN builds; other CLs underway will unify their > specification more. > > Follow up CL's will be needed to add the client config to gpu's tests. > > authors=kbr@,aiolos@ > > BUG=466877 > > Committed: https://crrev.com/6bdfb7dfb3ce2e571697629895089cffc42b48e6 > Cr-Commit-Position: refs/heads/master@{#351196} TBR=phajdan.jr@chromium.org,dpranke@chromium.org,kbr@chromium.org,maruel@chromium.org,piman@chromium.org,aiolos@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466877 Review URL: https://codereview.chromium.org/1379473002 Cr-Commit-Position: refs/heads/master@{#351256}
* Add crash_service to Telemetry's isolates.aiolos2015-09-281-28/+0
| | | | | | | | | | | | | | | | | | | | | | Switch to using binary_manager for the crash_service executable, eliminating downloads of this binary from cloud storage. (A follow-on CL will likely forbid the bots from downloading this and other executables from cloud storage entirely, rather than continuing to use this as a fallback path.) Telemetry's isolates are currently specified fairly differently for the GYP and GN builds; other CLs underway will unify their specification more. Follow up CL's will be needed to add the client config to gpu's tests. authors=kbr@,aiolos@ BUG=466877 Review URL: https://codereview.chromium.org/1361523003 Cr-Commit-Position: refs/heads/master@{#351196}
* Remove trace-viewer from DEPS and replace with catapult, which trace-viewer ↵sullivan2015-08-041-1/+1
| | | | | | | | | | is now a part of. https://github.com/catapult-project/catapult/ Review URL: https://codereview.chromium.org/1271883005 Cr-Commit-Position: refs/heads/master@{#341741}
* Wrapper script for isolating telemetry_gpu_unittests.kbr2015-07-231-2/+3
| | | | | | | | | | | | | | | The contract is that the recipe will pass: --test-launcher-summary-output [filename] to the isolate, and consume the simplified JSON output from that file. Tested locally with the isolate built from telemetry_gpu_unittests_run. BUG=507796 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1242753008 Cr-Commit-Position: refs/heads/master@{#340018}
* Add telemetry_gpu_unittests.isolate.kbr2015-06-261-0/+27
This will make it easier to run this test suite on the bots. Refactored Telemetry isolates into: - telemetry.isolate: contains just Telemetry's logic and dependencies (bitmaptools). Moved this from chrome/ into content/ to match its dependencies. - telemetry_chrome_test.isolate: describes Telemetry tests which run using the Chromium browser. Currently telemetry_gpu_test.isolate is the only consumer of this isolate. The new test target will be added to the bots in a subsequent commit; some more work is needed to do so. BUG=495868 R=zmo@chromium.org,phajdan.jr@chromium.org,maruel@google.com TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/1212113003 Cr-Commit-Position: refs/heads/master@{#336392}