| OLD | NEW |
| (Empty) |
| 1 # crash Crashes in Wine | |
| 2 # crash-valgrind Crashes in Wine + Valgrind | |
| 3 # dontcare Safe to ignore | |
| 4 # dontcare-hangwin Ignore, hangs on Windows too | |
| 5 # dontcare-winfail Ignore, fails on Windows too | |
| 6 # dontcare-flaky Ignore, flaky test | |
| 7 # dontcare-hang Ignore, hangs we don't care about | |
| 8 # fail Fails, needs triaging or needs to be fixed | |
| 9 # fail-valgrind Fails only under Valgrind | |
| 10 # fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify | |
| 11 # flaky-valgrind Flaky under Valgrind, needs investigation | |
| 12 # hang Test that hangs for some reason | |
| 13 # hang-valgrind Test that hangs under valgrind, or just takes too long | |
| 14 | |
| 15 # crash | |
| 16 # http://crbug.com/27726 | |
| 17 BlacklistManagerTest.* | |
| 18 | |
| 19 # crash | |
| 20 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 21 SafeBrowsingProtocolParsingTest.TestGetHashWithMac | |
| 22 | |
| 23 # crash-valgrind | |
| 24 DnsMasterTest.MassiveConcurrentLookupTest | |
| 25 | |
| 26 # crash-valgrind | |
| 27 # http://bugs.winehq.org/show_bug.cgi?id=20553 | |
| 28 NullModelTableViewTest.* | |
| 29 | |
| 30 # crash-valgrind | |
| 31 # http://bugs.winehq.org/show_bug.cgi?id=20657 (for wine oom) | |
| 32 RenderViewTest.OnPrintPageAsBitmap | |
| 33 | |
| 34 # crash-valgrind | |
| 35 # http://bugs.winehq.org/show_bug.cgi?id=20553 | |
| 36 TableViewTest.* | |
| 37 | |
| 38 # dontcare | |
| 39 # FF2 dlls without symbols cause leaks | |
| 40 FirefoxImporterTest.Firefox2NSS3Decryptor | |
| 41 | |
| 42 # dontcare | |
| 43 # FF2 dlls without symbols cause leaks | |
| 44 ImporterTest.Firefox2Importer | |
| 45 | |
| 46 # dontcare | |
| 47 SpellCheckTest.SpellCheckText | |
| 48 | |
| 49 # dontcare-hangwin | |
| 50 UtilityProcessHostTest.ExtensionUnpacker | |
| 51 | |
| 52 # fail | |
| 53 # http://bugs.winehq.org/show_bug.cgi?id=20495 | |
| 54 EncryptorTest.EncryptionDecryption | |
| 55 | |
| 56 # fail | |
| 57 # http://bugs.winehq.org/show_bug.cgi?id=20495 | |
| 58 EncryptorTest.String16EncryptionDecryption | |
| 59 | |
| 60 # fail | |
| 61 # http://bugs.winehq.org/show_bug.cgi?id=20625 | |
| 62 ImporterTest.IEImporter | |
| 63 | |
| 64 # fail | |
| 65 # http://bugs.winehq.org/show_bug.cgi?id=20624 | |
| 66 RenderViewTest.InsertCharacters | |
| 67 | |
| 68 # fail | |
| 69 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 70 SafeBrowsingProtocolParsingTest.TestVerifyChunkMac | |
| 71 | |
| 72 # fail | |
| 73 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 74 SafeBrowsingProtocolParsingTest.TestVerifyUpdateMac | |
| 75 | |
| 76 # fail_wine_vmware | |
| 77 RenderProcessTest.TestTransportDIBAllocation | |
| 78 | |
| 79 # hang-valgrind | |
| 80 # Not really a hang, just takes 30 minutes | |
| 81 ExtensionAPIClientTest.* | |
| 82 | |
| 83 # hang-valgrind | |
| 84 # http://crbug.com/33446 | |
| 85 Win32WifiDataProviderTest.* | |
| OLD | NEW |