summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* unit_tests.isolate on OSX: Traced all test cases automaticallymaruel@chromium.org2012-12-071-5/+5
| | | | | | | | | | | | | | Autogenerated by: tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11469031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171793 0039d316-1c4b-4281-b951-d872f2087c98
* Traced AutofillProfileTest.* and CreditCardTest.* and all I got was this ↵maruel@chromium.org2012-12-061-0/+1
| | | | | | | | | | | | | lousy fr.pak. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11473011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171630 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: trace the 16 failing testsmaruel@chromium.org2012-12-061-5/+5
| | | | | | | | | | | | | | | | Autogenerated with: python tools\swarm_client\fix_test_cases.py -T ..\unit.txt -s out\Release\unit_tests.isolated with ..\unit.txt containing the failing tests to trace. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11450034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171505 0039d316-1c4b-4281-b951-d872f2087c98
* Map 905mb of data to run unit_tests.isolate.maruel@chromium.org2012-12-051-577/+1
| | | | | | | | | | | | | Do not map individual files anymore. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11453015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171270 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux .isolate filescsharp@chromium.org2012-11-291-0/+6
| | | | | | | | | | | | | Generated with fix_test_cases.py --gtest_filter=FAILING_TESTS TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/11421151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170190 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Traced a few test cases.maruel@chromium.org2012-11-201-2/+2
| | | | | | | | | | | | | | Autogenerated with: tools/swarm_client/fix_test_cases.py -T ../unit.txt -s out/Release/unit_tests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11348159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168869 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Traced the failing test casesmaruel@chromium.org2012-11-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Autogenerated with: python tools\swarm_client\fix_test_cases.py -s out\Release\unit_tests.isolated -T ..\unit.txt With unit.txt containing: SpellCheckTest.EnglishWords DriveFileSyncClientTest.UploadExistingFile DriveFileSyncClientTest.DeleteFileW DriveFileSyncClientTest.UploadExistingFileInConflict DriveFileSyncClientTest.UploadNewFile DriveFileSyncClientTest.DeleteFileInConflict DriveFileSyncClientTest.DownloadFile DriveFileSyncClientTest.DownloadFileInNotModified TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11316111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168843 0039d316-1c4b-4281-b951-d872f2087c98
* Add Missing files to Linux unit_tests.isolatecsharp@chromium.org2012-11-201-0/+4
| | | | | | | | | | | | | Generated with "python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated" TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/11416071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168665 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: trace another 5-6 test cases.maruel@chromium.org2012-11-161-5/+5
| | | | | | | | | | | | | | | 5 test cases continue to fail, I'll investigate later. Autogenerated the exact same way like my 56 previous CLs. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11413041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168252 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Traced a few test cases.maruel@chromium.org2012-11-161-14/+14
| | | | | | | | | | | | | | | | | | It eventually errored out due to a dtrace log error. Autogenerated with: tools/swarm_client/fix_test_cases.py -T ../unit.txt -s out/Release/unit_tests.isolated with a yet-to-be-committed change that adds -T support to fix_test_cases.py. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11348092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168250 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Remove files that do not exist anymore.maruel@chromium.org2012-11-161-4/+0
| | | | | | | | | | | | | This was blocking compilation on Windows. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11299025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168109 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Traced 17 test cases.maruel@chromium.org2012-11-161-1/+1
| | | | | | | | | | | | | | Autogenerated with: tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T ../unit.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11308057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168083 0039d316-1c4b-4281-b951-d872f2087c98
* browser_tests.isolate on linux: Trace the two remaining test casesmaruel@chromium.org2012-11-151-10/+18
| | | | | | | | | | | | | | | | | | | | | | | browser_tests.isolate on Windows: Traced 56 test cases. unit_tests.isolate on linux: Traced 5 test cases. unit_tests.isolate on Windows: Traced all the 15 failing test cases. Autogenerated with: python tools\swarm_client\isolate_test_cases.py -T ..\XXX.txt -s out\release\XXX_tests.isolated for each combination. Remove verbosity (-v -v -v) in browser_tests.isolate on linux since it's not needed anymore. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11420017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168041 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux's Isolate Filescsharp@chromium.org2012-11-091-0/+4
| | | | | | | | | | | | Generated by running fix_test_cases.py for each of browser_tests and unit_tests. TBR=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11377072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166942 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on linux: Traced 42 test cases.maruel@chromium.org2012-11-081-12/+13
| | | | | | | | | | | | | | Autogenerated with: tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T ../unit.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11364164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166807 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Trace 42 test cases.maruel@chromium.org2012-11-081-0/+12
| | | | | | | | | | | | | | | | Some new test data files are now required by new test cases. Autogenerated with: python tools\swarm_client\isolate_test_cases.py -s out\Release\unit_tests.isolated -T e:\src\win\chrome\unit.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11364159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166765 0039d316-1c4b-4281-b951-d872f2087c98
* Add run_isolate.py to all .isolate.maruel@chromium.org2012-11-081-0/+1
| | | | | | | | | | | | | This is in preparation to have run_test_cases.py to be able to reuse common code in run_isolated.py to reduce code duplication. TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11360143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166705 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Traced all the SpellCheckTest.maruel@chromium.org2012-11-051-4/+5
| | | | | | | | | | | | | | | | This should help turn unit_tests_swarm green. Autogenerated with: python tools\swarm_client\isolate_test_cases.py -s out\release\unit_tests.isolated -T ..\unit.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11358086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165937 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: trace 24 test casesmaruel@chromium.org2012-11-051-4/+7
| | | | | | | | | | | | | | Autogenerated with: tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T ../cases.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11368070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165890 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Linux: traced 17 test cases currently failing on the ↵maruel@chromium.org2012-11-041-199/+129
| | | | | | | | | | | | | | | | swarm master Autogenerated with: tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T unit.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11366080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165875 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Traced 5 test casesmaruel@chromium.org2012-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autogenerated with: python tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T cases.txt With cases.txt: ExtensionTest.GetAbsolutePathNoError WebDatabaseMigrationTest.MigrateVersion22ToCurrent NativeMessagingTest.SingleSendMessageRead ExtensionManifestTest.ContentScriptMatchPattern SpellCheckTest.SpellCheckText Then verified with: python tools/swarm_client/isolate.py run -s out/Release/unit_tests.isolated -- -T ~/src/chrome/src/cases.txt This test case is broken due to improper path normalization: ExtensionTest.GetAbsolutePathNoError Not sure why this test case fails: NativeMessagingTest.SingleSendMessageRead TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11366014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165223 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Traced few testsmaruel@chromium.org2012-10-311-4/+4
| | | | | | | | | | | | | | | | | | It aborted early because fix_test_cases.py got caught with 25 persistent failures and failed at making progress. I'll look at improving fix_test_cases.py to try the other tests instead. Autogenerated with: tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11360011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165186 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux Isolate Filescsharp@chromium.org2012-10-311-3/+2
| | | | | | | | | | | | | | | | | | | | | | | Generated by running: python tools/swarm_client/isolate.py trace --merge --isolated out/Release/unit_tests.isolated -- --gtest_filter=TEST for NativeMessagingTest.EchoConnect and PermissionsTest.GetWarningMessages_Socket_TwoDomainsOneHostname and python tools/swarm_client/isolate.py trace --merge --isolated out/Release/browser_tests.isolated -- --gtest_filter=TEST for: BetterSessionRestoreTest.SessionCookies BetterSessionRestoreTest.SessionStorage PanelExtensionBrowserTest.BasicContextMenu ExtensionWebstorePrivateApiTest.FrameWebstorePageBlocked ExtensionApiTest.NativeMessageBasic PanelExtensionBrowserTest.CustomContextMenu TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/11363011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165176 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux compile for swarm bots.csharp@chromium.org2012-10-301-6/+6
| | | | | | | | | | | | | Also add a few missing files for unit_tests, found with fix_test_cases.py TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/11346034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164915 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Traced it all.maruel@chromium.org2012-10-291-44/+64
| | | | | | | | | | | | | | | | | | | Autogenerated with: set GYP_DEFINES=%GYP_DEFINES% test_isolation_mode=check python build/gyp_chromium ninja -C out/Release unit_tests_run python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated Manual edit: Removed '<(PRODUCT_DIR)/gyp-win-tool' TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11338009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164657 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: ran fix_test_cases.pymaruel@chromium.org2012-10-241-0/+2
| | | | | | | | | | | | | | | | 24 tests continue to fail, mainly Autofill*. Autogenerated with: python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11266013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163847 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale files that block compilation on linux and OSX in test isolation ↵maruel@chromium.org2012-10-241-4/+0
| | | | | | | | | | | | | mode. TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11267010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163824 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on OSX: Trace test cases.maruel@chromium.org2012-10-231-57/+84
| | | | | | | | | | | | | | | | Autogenerated with: GYP_DEFINES="$GYP_DEFINES test_isolation_mode=check" build/gyp_chromium ninja -C out/Release unit_tests_run python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11231083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163623 0039d316-1c4b-4281-b951-d872f2087c98
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg from C99 to C89 syntax and compile through MSVC++! This is awesome for many reasons: - Better performance! MSVC compiled code is as fast as some of the hand rolled assembly in certain cases (per rbultje). - Debugging symbols! (!!!) Crash dumps will now be symbolized with all symbols instead of the missing symbols traces we get in crash reports today. - No more hand rolling binaries every time ffmpeg needs a security fix or someone wants to make a change! - Greatly reduced binary size, the Chrome DLLs are ~3.2mb smaller and the Chromium DLLs ~2.3mb smaller: Chrome: 5205049 -> 1817600, Chromium: 3587185 -> 1147904. This change also cleans up the media library initialization code and gets rid of the old dll names in various places. There is still one other locations which need to be updated separately: http://src.chromium.org/viewvc/chrome/trunk/tools/build/site_config/config.py The downside is this will add ~3minutes of compile time (on T3500) for non-GOMA users and ~30 seconds for GOMA users (-j 256). More information available here: https://gerrit.chromium.org/gerrit/#/c/34728/ BUG=39887 TEST=Manual testing. Unit tests. It actually compiles! Review URL: https://codereview.chromium.org/11036039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163213 0039d316-1c4b-4281-b951-d872f2087c98
* Remove extra line from unit_tests.isolatecsharp@chromium.org2012-10-111-1/+0
| | | | | | | | | | TBR=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11066119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161372 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded files from unit_test.isoaltecsharp@chromium.org2012-10-111-7/+0
| | | | | | | | | | | | | These files seem to have been improperly added by the last generation. NOTRY=True TBR=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11017076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161346 0039d316-1c4b-4281-b951-d872f2087c98
* Update unit_tests.isolate on Linuxcsharp@chromium.org2012-10-111-9/+93
| | | | | | | | | | | | | | Update generated from: TRACE_TEST=unit_tests && ./trace_inputs.py trace -l ../../out/Release/$TRACE_TEST.isolated.log ../../out/Release/$TRACE_TEST && ./isolate.py merge -r ../../out/Release/$TRACE_TEST.isolated -i ../../chrome/$TRACE_TEST.isolate TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/11090057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161338 0039d316-1c4b-4281-b951-d872f2087c98
* Update references to run_test_cases.py that were missed in r160016.maruel@chromium.org2012-10-041-3/+3
| | | | | | | | | | | TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11036026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160028 0039d316-1c4b-4281-b951-d872f2087c98
* Remove now missing files from unit_tests.isolatemaruel@chromium.org2012-09-261-3/+0
| | | | | | | | | | | TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10989030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158785 0039d316-1c4b-4281-b951-d872f2087c98
* Move gpu blacklist data file to content side.zmo@google.com2012-09-201-1/+0
| | | | | | | | | | | This also fixes the bug that GPU histograms are missing. BUG=151057 TEST=tree R=jbauman Review URL: https://codereview.chromium.org/10911315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157851 0039d316-1c4b-4281-b951-d872f2087c98
* Update unit_tests.isolatecsharp@chromium.org2012-09-181-0/+23
| | | | | | | | | | | | | | | | | These updates were generated with: python trace_test_cases.py -T failed_unit_tests -V PRODUCT_DIR ../out/Release --root-dir=../.. -c chrome out/Release/unit_tests python isolate_merge.py ../../out/Release/unit_tests.test_cases.isolate ../../chrome/unit_tests.isolate -o ../../chrome/unit_tests.isolate Where failed_unit_tests contained the names of all the failing unit tests. TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/10938018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157396 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up unit_test.isolate file to compile on linux.csharp@chromium.org2012-09-171-2/+0
| | | | | | | | | | | TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/10910314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157203 0039d316-1c4b-4281-b951-d872f2087c98
* Update .isolate for unit tests and browser tests on Linuxcsharp@chromium.org2012-09-111-6/+10
| | | | | | | | | | | | | | | | | | These updates were generated with: python trace_test_cases.py -T failed_unit_tests -V PRODUCT_DIR ../out/Release --root-dir=../.. -c chrome out/Release/unit_tests python merge_isolate.py ../../out/Release/unit_tests.test_cases.isolate ../../chrome/unit_tests.isolate -o ../../chrome/unit_tests.isolate python trace_test_cases.py -T failed_browser_tests -V PRODUCT_DIR ../out/Release --root-dir=../.. -c chrome out/Release/browser_tests python isolate_merge.py ../../out/Release/browser_tests.test_cases.isolate ../../chrome/browser_tests.isolate -o ../../chrome/browser_tests.isolate Where failed_unit_tests and failed_browser_tests are text files containing the names of all the currently failing tests. TBR=maruel@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10908175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156005 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Fix 4 four (new) test cases.maruel@chromium.org2012-09-051-1/+9
| | | | | | | | | | | | | | | | | | | | | autogenerated with: python tools/isolate/isolate.py trace -r out/Release/unit_tests.results -- --gtest_filter=<test_case> python tools/isolate/isolate.py merge -r out/Release/unit_tests.results With each of the following <test_case>: ExtensionFileUtil.CheckZeroLengthImageFile ExtensionManifestTest.InsecureContentSecurityPolicy ExtensionTest.SocketPermissions PermissionsTest.GetWarningMessages_PlatformApppHosts TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10910102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155056 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on Windows: Fix 4 four test cases.maruel@chromium.org2012-09-051-6/+9
| | | | | | | | | | | | | | | | | | | | | autogenerated with: python tools/isolate/isolate.py trace -r out/Release/unit_tests.results -- --gtest_filter=<test_case> python tools/isolate/isolate.py merge -r out/Release/unit_tests.results With each of the following <test_case>: BrowserThemePackTest.CanBuildAndReadPack HistoryProfileTest.TypicalProfileVersion WebRequestConditionAttributeTest.ContentType ExtensionIconImageTest.Basic TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10910097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155028 0039d316-1c4b-4281-b951-d872f2087c98
* Fix last build error in unit_tests.isolate.maruel@chromium.org2012-09-011-1/+0
| | | | | | | | | | | TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10916072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154581 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile breakage for swarm in unit_tests.isolate: Remove deleted files.maruel@chromium.org2012-09-011-2/+0
| | | | | | | | | | | TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10914054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154578 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two files added by error in r153665 in unit_tests.isolate.maruel@chromium.org2012-08-281-2/+0
| | | | | | | | | | | TBR=cmp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10889005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153670 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on linux: Fix last failing test case.maruel@chromium.org2012-08-281-0/+3
| | | | | | | | | | | | | | | Autogenerated with: tools/isolate/isolate.py trace -r out/Release/unit_tests.results -- --gtest_filter=ExtensionTest.SocketPermissions tools/isolate/isolate.py merge -r out/Release/unit_tests.results TBR=cmp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10890010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153665 0039d316-1c4b-4281-b951-d872f2087c98
* unit_tests.isolate on linux: Fix a few test cases.maruel@chromium.org2012-08-281-3/+7
| | | | | | | | | | | | | | | | | I ran a few test cases manually with: python tools/isolate/isolate.py trace -r out/Release/unit_tests.results -- --gtest_filter=Foo.Bar python tools/isolate/isolate.py merge -r out/Release/unit_tests.results The most important change is chrome_100_percent.pak which should help a lot. TBR=cmp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10871095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153656 0039d316-1c4b-4281-b951-d872f2087c98
* browser_tests.isolate: Always include all of <(PRODUCT_DIR)/test_data/chrome/maruel@chromium.org2012-08-211-1/+0
| | | | | | | | | | | | | | | unit_tests.isolate: Remove obsolete file. Fix compilation on all platforms. TBR=cmp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10824405 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152591 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Stale Isolate Entriescsharp@chromium.org2012-08-141-2/+0
| | | | | | | | | | | | Just a quick fix to get the linux swarm machine able to compile again. NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10855131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151466 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-241-2/+2
| | | | | | | | | | | | | | | | ui_resources_standard.pak => ui_resources_100_percent.pak ui_resources_2x.pak => ui_resources_200_percent.pak ui_resources_standard.rc => ui_resources_100_percent.rc theme_resources_standard.pak => theme_resources_100_percent.pak theme_resources_2x.pak => theme_resources_200_percent.pak theme_resources_standard.rc => theme_resources_100_percent.rc BUG=120185 TEST=run chome,ash_shell confirm assets loaded Review URL: https://chromiumcodereview.appspot.com/10694170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148232 0039d316-1c4b-4281-b951-d872f2087c98
* Switch net_unittests_run, unit_tests_run and browser_tests_run to use ↵maruel@chromium.org2012-07-201-0/+3
| | | | | | | | | | | | | | | | | | run_test_cases.py. This should improve performance and output density. It also adds auto-retry logic to the test run. The script has the side-effect of writting a json file along-side with statistics and output of each individual test case. TBR=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10803056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147689 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pulling down software_rendering_list.json through DEPSzmo@chromium.org2012-07-181-2/+0
| | | | | | | | | | | The file is already checked in to src/chrome/browser/resources BUG= TEST=tree Review URL: https://chromiumcodereview.appspot.com/10802020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147312 0039d316-1c4b-4281-b951-d872f2087c98