From 7c8964f3cf1551e847ffd178a9e8731deec70437 Mon Sep 17 00:00:00 2001 From: stgao Date: Wed, 2 Sep 2015 17:37:19 -0700 Subject: Revert of Fix sbox_validation_tests & Make isolate_driver.py include the 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} --- chromeos/chromeos_unittests.isolate | 1 + 1 file changed, 1 insertion(+) (limited to 'chromeos/chromeos_unittests.isolate') diff --git a/chromeos/chromeos_unittests.isolate b/chromeos/chromeos_unittests.isolate index f2d5f98..11648bf 100644 --- a/chromeos/chromeos_unittests.isolate +++ b/chromeos/chromeos_unittests.isolate @@ -15,6 +15,7 @@ 'files': [ '../net/data/', '../testing/test_env.py', + '<(PRODUCT_DIR)/chromeos_unittests<(EXECUTABLE_SUFFIX)', 'test/data/', ], }, -- cgit v1.1