summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_browsertests.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}
* 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-22/+28
| | | | | | | | | | | | | 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-2/+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/+4
| | | | | | | | | | 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}
* Isolate extensions_browsertestsscottmg2015-01-271-0/+69
| | | | | | | | | | | | | R=maruel@chromium.org, yoz@chromium.org TBR=jam@chromium.org BUG=98637 Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831 Cr-Commit-Position: refs/heads/master@{#312993} Review URL: https://codereview.chromium.org/869783004 Cr-Commit-Position: refs/heads/master@{#313209}
* Revert of Isolate extensions_browsertests (patchset #7 id:120001 of ↵kaliamoorthi2015-01-261-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/869783004/) Reason for revert: This CL seem to cause the failure in extension browser test in Windows Vista SP2 Original issue's description: > Isolate extensions_browsertests > > R=maruel@chromium.org, yoz@chromium.org > TBR=jam@chromium.org > BUG=98637 > > Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831 > Cr-Commit-Position: refs/heads/master@{#312993} TBR=maruel@chromium.org,yoz@chromium.org,scottmg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=98637 Review URL: https://codereview.chromium.org/876633002 Cr-Commit-Position: refs/heads/master@{#313062}
* Isolate extensions_browsertestsscottmg2015-01-241-0/+62
R=maruel@chromium.org, yoz@chromium.org TBR=jam@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/869783004 Cr-Commit-Position: refs/heads/master@{#312993}