| 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 # dontcare | |
| 16 BaseWinUtilTest.FormatMessageW | |
| 17 | |
| 18 # fail-valgrind | |
| 19 # fails under wine + valgrind TODO(thestig): investigate | |
| 20 ConditionVariableTest.LargeFastTaskTest | |
| 21 | |
| 22 # hang | |
| 23 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet
implemented | |
| 24 EtwTraceControllerTest.EnableDisable | |
| 25 | |
| 26 # crash | |
| 27 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplement
ed | |
| 28 EtwTraceConsumer*Test.* | |
| 29 | |
| 30 # crash | |
| 31 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() un
implemented | |
| 32 EtwTraceProvider*Test.* | |
| 33 | |
| 34 # dontcare | |
| 35 FileUtilTest.CountFilesCreatedAfter | |
| 36 | |
| 37 # dontcare | |
| 38 FileUtilTest.GetFileCreationLocalTime | |
| 39 | |
| 40 # fail | |
| 41 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 42 HMACTest.HMACObjectReuse | |
| 43 | |
| 44 # fail | |
| 45 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 46 HMACTest.HmacSafeBrowsingResponseTest | |
| 47 | |
| 48 # fail | |
| 49 # http://bugs.winehq.org/show_bug.cgi?id=20340 | |
| 50 HMACTest.RFC2202TestCases | |
| 51 | |
| 52 # hang-valgrind | |
| 53 # not really a hang, takes 400 seconds | |
| 54 JSONReaderTest.Reading | |
| 55 | |
| 56 # dontcare | |
| 57 # Alexandre Julliard triaged | |
| 58 PEImageTest.EnumeratesPE | |
| 59 | |
| 60 # fail-valgrind | |
| 61 # fails under wine + valgrind TODO(thestig): investigate | |
| 62 ProcessUtilTest.CalcFreeMemory | |
| 63 | |
| 64 # fail-valgrind | |
| 65 # fails under wine + valgrind TODO(thestig): investigate | |
| 66 ProcessUtilTest.KillSlowChild | |
| 67 | |
| 68 # fail-valgrind | |
| 69 # fails under wine + valgrind TODO(thestig): investigate | |
| 70 ProcessUtilTest.SpawnChild | |
| 71 | |
| 72 # hang-valgrind | |
| 73 # not really a hang, takes 300 seconds | |
| 74 RSAPrivateKeyUnitTest.InitRandomTest | |
| 75 | |
| 76 # fail_wine_vmware | |
| 77 RSAPrivateKeyUnitTest.ShortIntegers | |
| 78 | |
| 79 # dontcare-flaky | |
| 80 # http://bugs.winehq.org/show_bug.cgi?id=20606 | |
| 81 StatsTableTest.MultipleProcesses | |
| 82 | |
| 83 # flaky-valgrind | |
| 84 # flaky, timing issues? TODO(thestig): investigate | |
| 85 StatsTableTest.StatsCounterTimer | |
| 86 | |
| 87 # fail-valgrind | |
| 88 # fails under wine + valgrind TODO(thestig): investigate | |
| 89 StatsTableTest.StatsRate | |
| 90 | |
| 91 # fail-valgrind | |
| 92 # fails under wine + valgrind TODO(thestig): investigate | |
| 93 StatsTableTest.StatsScope | |
| 94 | |
| 95 # dontcare | |
| 96 WMIUtilTest.* | |
| OLD | NEW |