summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_unittests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | This is a redo of https://codereview.chromium.org/1245873002 c6649f2e014a24a909 with fix for Official build. Further reduce the boilerplate in .isolate files and is necessary to add debug symbols, to be done in a follow up. Slightly accelerate ninja file parsing by blacklisting more extensions. sbox_validation_tests wasn't run on Windows since https://codereview.chromium.org/1212003003/ (~2 months ago). Thankfully this CL uncovered this copy-paste error. TBR=jam@chromium.org BUG=98637 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1320793004 Cr-Commit-Position: refs/heads/master@{#347912}
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the ↵stgao2015-09-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ ) Reason for revert: This CL seems to break compile http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/3900/. If the revert doesn't fix it, I will re-land this CL. Original issue's description: > Fix sbox_validation_tests & Make isolate_driver.py include the executable itself > > Further reduce the boilerplate in .isolate files and is necessary to add debug > symbols, to be done in a follow up. > > Slightly accelerate ninja file parsing by blacklisting more extensions. > > sbox_validation_tests wasn't run on Windows since > https://codereview.chromium.org/1212003003/ (~2 months ago). Thankfully this CL > uncovered this copy-paste error. > > TBR=jam@chromium.org > BUG=98637 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/c6649f2e014a24a9093140a06fcadcaf2a06513c > Cr-Commit-Position: refs/heads/master@{#347027} TBR=jam@chromium.org,maruel@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=98637 Review URL: https://codereview.chromium.org/1329783003 Cr-Commit-Position: refs/heads/master@{#347071}
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
| | | | | | | | | | | | | | | | | | | Further reduce the boilerplate in .isolate files and is necessary to add debug symbols, to be done in a follow up. Slightly accelerate ninja file parsing by blacklisting more extensions. sbox_validation_tests wasn't run on Windows since https://codereview.chromium.org/1212003003/ (~2 months ago). Thankfully this CL uncovered this copy-paste error. TBR=jam@chromium.org BUG=98637 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1245873002 Cr-Commit-Position: refs/heads/master@{#347027}
* Replace references to angle.isolate with gl.isolate.kbr2015-07-131-1/+1
| | | | | | | | | | | This provides a single point where these dependencies can be updated. BUG=509158 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1229213008 Cr-Commit-Position: refs/heads/master@{#338594}
* gpu_unittests: Add EXECUTABLE_SUFFIX in isolate scripttiago.vignatti2015-04-141-2/+2
| | | | | | | | | | | For consistency with the other scripts, this CL add the <(EXECUTABLE_SUFFIX) as well in gpu_unittests. BUG=none Review URL: https://codereview.chromium.org/1082913002 Cr-Commit-Position: refs/heads/master@{#325046}
* Add ANGLE Platform implementation.jmadill2015-03-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | *re-re-land with SwiftShader fix* *re-land with fix to components_browsertests* This logic allows us to record traces and histograms easily within ANGLE's code. It also gives a flexible design that we can extend with further methods later, without breaking compilation. The design is based on blink::Platform. Also add two new histogram descriptions to histograms.xml, and move the GPU Process metrics init to before InitializeOneOff, so ANGLE can record histograms during Renderer initialization. BUG=436191 TBR=jam@chromium.org, asvitkine@chromium.org, piman@chromium.org, maruel@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/1007513006 Cr-Commit-Position: refs/heads/master@{#321225}
* Revert of ↵Vangelis Kokkevis2015-03-121-1/+0
| | | | | | | | | | | | | https://chromium.googlesource.com/chromium/src/+/d78b086e4459077f2f5ceac61c3a8b968eff6353 Patch seems to becausing a large number of GPU process crashes in the latest canary. BUG=466735 TBR=jmadill Review URL: https://codereview.chromium.org/1003993002 Cr-Commit-Position: refs/heads/master@{#320389}
* Add ANGLE Platform implementation.jmadill2015-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | *re-land with fix to components_browsertests* This logic allows us to record traces and histograms easily within ANGLE's code. It also gives a flexible design that we can extend with further methods later, without breaking compilation. The design is based on blink::Platform. Also add two new histogram descriptions to histograms.xml, and move the GPU Process metrics init to before InitializeOneOff, so ANGLE can record histograms during Renderer initialization. BUG=436191 TBR=jam@chromium.org, asvitkine@chromium.org, piman@chromium.org, maruel@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/923223002 Cr-Commit-Position: refs/heads/master@{#319930} Review URL: https://codereview.chromium.org/997143002 Cr-Commit-Position: refs/heads/master@{#320182}
* Convert more isolate files to respect use_x11 for Xvfb usagespang2015-03-111-24/+11
| | | | | | | | | | | | | This is a followup to the update to disable Xvfb for OS=="linux" use_x11==0 that converts additional targets. BUG=440882 TEST=isolate.py run -s out_ozone/Debug/<various> TBR=maruel Review URL: https://codereview.chromium.org/996173004 Cr-Commit-Position: refs/heads/master@{#320143}
* Reverting this to see if this is the cause of the XP test redness. Will ↵Anantanarayanan Iyengar2015-03-111-1/+0
| | | | | | | | | | | | | | | | | reland if this is not the case. http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29 Revert "Add ANGLE Platform implementation." This reverts commit efe950c2db75b0cfd043e068a4cfc68ab393dac4. R=jmadill@chromium.org BUG= Review URL: https://codereview.chromium.org/999623003 Cr-Commit-Position: refs/heads/master@{#320036}
* Add ANGLE Platform implementation.jmadill2015-03-101-0/+1
| | | | | | | | | | | | | | | | | This logic allows us to record traces and histograms easily within ANGLE's code. It also gives a flexible design that we can extend with further methods later, without breaking compilation. The design is based on blink::Platform. Also add two new histogram descriptions to histograms.xml, and move the GPU Process metrics init to before InitializeOneOff, so ANGLE can record histograms during Renderer initialization. BUG=436191 Review URL: https://codereview.chromium.org/923223002 Cr-Commit-Position: refs/heads/master@{#319930}
* Remove the --lsan=1 flag from .isolate files.earthdok2015-02-271-3/+0
| | | | | | | | | | | | This flag cannot be derived from GYP defines. Rather, the configuration of each specific tester determines whether it should be passed. BUG=455521 R=jam@chromium.org Review URL: https://codereview.chromium.org/957383002 Cr-Commit-Position: refs/heads/master@{#318447}
* Add .dSYM paths for test isolate files that have ASan support on Macglider2015-02-101-0/+7
| | | | | | | | | BUG=444835 TBR=jyasskin@chromium.org,piman@chromium.org Review URL: https://codereview.chromium.org/906973003 Cr-Commit-Position: refs/heads/master@{#315547}
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-041-0/+6
| | | | | | | | | | BUG=454828 R=maruel@chromium.org,glider@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/895923002 Cr-Commit-Position: refs/heads/master@{#314587}
* Swarm gpu_unittests.jam2015-01-201-0/+66
| | | | | | | | | | | BUG=448877 Committed: https://crrev.com/ceca415be1b0af7f18dd22e8058c8b88401c46ef Cr-Commit-Position: refs/heads/master@{#311755} Review URL: https://codereview.chromium.org/848173004 Cr-Commit-Position: refs/heads/master@{#312211}
* Revert of Swarm gpu_unittests and media_unittests (patchset #1 id:1 of ↵jam2015-01-201-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/832083006/) Reason for revert: you landed previous revisions of those cls, they had been updated since then.. Original issue's description: > Swarm gpu_unittests and media_unittests > > This is a relanding of https://codereview.chromium.org/851013002 > and https://codereview.chromium.org/848173004 . > > TBR=scherkus,sievers,jam > > BUG=448877, 450000 > > Committed: https://chromium.googlesource.com/chromium/src/+/b96c31b45db661d826040d3cda409a03479f00fc TBR=scherkus@chromium.org,sievers@chromium.org,phajdan.jr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=448877, 450000 Review URL: https://codereview.chromium.org/859023003 Cr-Commit-Position: refs/heads/master@{#312202}
* Swarm gpu_unittests and media_unittestsPaweł Hajdan, Jr2015-01-191-0/+66
| | | | | | | | | | | | | This is a relanding of https://codereview.chromium.org/851013002 and https://codereview.chromium.org/848173004 . TBR=scherkus,sievers,jam BUG=448877, 450000 Review URL: https://codereview.chromium.org/832083006 Cr-Commit-Position: refs/heads/master@{#312117}
* Revert of Swarm gpu_unittests. (patchset #3 id:60001 of ↵ricow2015-01-161-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/848173004/) Reason for revert: This seems to be causing builds to not be triggered Original issue's description: > Swarm gpu_unittests. > > BUG=448877 > > Committed: https://crrev.com/ceca415be1b0af7f18dd22e8058c8b88401c46ef > Cr-Commit-Position: refs/heads/master@{#311755} TBR=sievers@chromium.org,jam@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=448877 Review URL: https://codereview.chromium.org/810453007 Cr-Commit-Position: refs/heads/master@{#311860}
* Swarm gpu_unittests.jam2015-01-151-0/+66
BUG=448877 Review URL: https://codereview.chromium.org/848173004 Cr-Commit-Position: refs/heads/master@{#311755}