Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: tools/wine_valgrind/chrome_tests.sh

Issue 521065: wine_valgrind: Disable a couple tests that use leaky FF2 dlls without symbols... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # chromium-runtests.sh [testsuite] 2 # chromium-runtests.sh [testsuite]
3 # Script to run a respectable subset of Chromium's test suite 3 # Script to run a respectable subset of Chromium's test suite
4 # (excepting parts that run the browser itself, and excepting layout tests). 4 # (excepting parts that run the browser itself, and excepting layout tests).
5 # Run from parent of src directory. 5 # Run from parent of src directory.
6 # By default, runs all test suites. If you specify one testsuite 6 # By default, runs all test suites. If you specify one testsuite
7 # (e.g. base_unittests), it only runs that one. 7 # (e.g. base_unittests), it only runs that one.
8 # 8 #
9 # Chromium's test suite uses gtest, so each executable obeys the options 9 # Chromium's test suite uses gtest, so each executable obeys the options
10 # documented in the wiki at http://code.google.com/p/googletest 10 # documented in the wiki at http://code.google.com/p/googletest
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 sbox_unittests fail ServiceResolverTest.PatchesServices 170 sbox_unittests fail ServiceResolverTest.PatchesServices
171 sbox_unittests flaky IPCTest.ClientFastServer 171 sbox_unittests flaky IPCTest.ClientFastServer
172 sbox_validation_tests fail ValidationSuite.* 172 sbox_validation_tests fail ValidationSuite.*
173 unit_tests crash BlacklistManagerTest.* http://crbug.com/27726 173 unit_tests crash BlacklistManagerTest.* http://crbug.com/27726
174 unit_tests crash SafeBrowsingProtocolParsingTest.TestG etHashWithMac http://bugs.winehq.org/show_bug.cgi?id=20340 174 unit_tests crash SafeBrowsingProtocolParsingTest.TestG etHashWithMac http://bugs.winehq.org/show_bug.cgi?id=20340
175 unit_tests crash-valgrind DnsMasterTest.MassiveConcurrentLookup Test 175 unit_tests crash-valgrind DnsMasterTest.MassiveConcurrentLookup Test
176 unit_tests crash-valgrind NullModelTableViewTest.* http://bugs.winehq.org/show_bug.cgi?id=20553 176 unit_tests crash-valgrind NullModelTableViewTest.* http://bugs.winehq.org/show_bug.cgi?id=20553
177 unit_tests crash-valgrind RenderViewTest.OnPrintPageAsBitmap http://bugs.winehq.org/show_bug.cgi?id=20657 (for wine oom) 177 unit_tests crash-valgrind RenderViewTest.OnPrintPageAsBitmap http://bugs.winehq.org/show_bug.cgi?id=20657 (for wine oom)
178 unit_tests crash-valgrind TableViewTest.* http://bugs.winehq.org/show_bug.cgi?id=20553 178 unit_tests crash-valgrind TableViewTest.* http://bugs.winehq.org/show_bug.cgi?id=20553
179 unit_tests dontcare-hangwin UtilityProcessHostTest.ExtensionUnpac ker 179 unit_tests dontcare-hangwin UtilityProcessHostTest.ExtensionUnpac ker
180 unit_tests dontcare FirefoxImporterTest.Firefox2NSS3Decry ptor # FF2 dlls without symbols cause leaks
181 unit_tests dontcare ImporterTest.Firefox2Importer # FF2 dlls without symbols cause leaks
180 unit_tests dontcare SpellCheckTest.SpellCheckText 182 unit_tests dontcare SpellCheckTest.SpellCheckText
181 unit_tests fail EncryptorTest.EncryptionDecryption http://bugs.winehq.org/show_bug.cgi?id=20495 183 unit_tests fail EncryptorTest.EncryptionDecryption http://bugs.winehq.org/show_bug.cgi?id=20495
182 unit_tests fail EncryptorTest.String16EncryptionDecry ption http://bugs.winehq.org/show_bug.cgi?id=20495 184 unit_tests fail EncryptorTest.String16EncryptionDecry ption http://bugs.winehq.org/show_bug.cgi?id=20495
183 unit_tests hang-valgrind ExtensionAPIClientTest.* Not really a hang, just takes 30 minutes 185 unit_tests hang-valgrind ExtensionAPIClientTest.* Not really a hang, just takes 30 minutes
184 unit_tests fail ImporterTest.IEImporter http://bugs.winehq.org/show_bug.cgi?id=20625 186 unit_tests fail ImporterTest.IEImporter http://bugs.winehq.org/show_bug.cgi?id=20625
185 unit_tests fail RenderViewTest.InsertCharacters http://bugs.winehq.org/show_bug.cgi?id=20624 187 unit_tests fail RenderViewTest.InsertCharacters http://bugs.winehq.org/show_bug.cgi?id=20624
186 unit_tests fail SafeBrowsingProtocolParsingTest.TestV erifyChunkMac http://bugs.winehq.org/show_bug.cgi?id=20340 188 unit_tests fail SafeBrowsingProtocolParsingTest.TestV erifyChunkMac http://bugs.winehq.org/show_bug.cgi?id=20340
187 unit_tests fail SafeBrowsingProtocolParsingTest.TestV erifyUpdateMac http://bugs.winehq.org/show_bug.cgi?id=20340 189 unit_tests fail SafeBrowsingProtocolParsingTest.TestV erifyUpdateMac http://bugs.winehq.org/show_bug.cgi?id=20340
188 unit_tests fail_wine_vmware RenderProcessTest.TestTransportDIBAll ocation 190 unit_tests fail_wine_vmware RenderProcessTest.TestTransportDIBAll ocation
189 _EOF_ 191 _EOF_
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 esac 445 esac
444 done 446 done
445 i=`expr $i + 1` 447 i=`expr $i + 1`
446 done 448 done
447 449
448 case "$errors" in 450 case "$errors" in
449 yes) echo "Errors detected, condition red. Battle stations!" ; exit 1;; 451 yes) echo "Errors detected, condition red. Battle stations!" ; exit 1;;
450 *) echo "No errors detected." ;; 452 *) echo "No errors detected." ;;
451 esac 453 esac
452 454
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698