summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 19:58:56 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 19:58:56 +0000
commit9514bd914ec605bd0c6eb2f52c0dd46c5566b640 (patch)
tree34db7f22a6914a67b004d335e976d817a88f0c48 /remoting
parentc2085fe6e221a42558208bf27cbcf9d65768273f (diff)
downloadchromium_src-9514bd914ec605bd0c6eb2f52c0dd46c5566b640.zip
chromium_src-9514bd914ec605bd0c6eb2f52c0dd46c5566b640.tar.gz
chromium_src-9514bd914ec605bd0c6eb2f52c0dd46c5566b640.tar.bz2
[Chromoting] Re-enable a unit test.
A mac_valgrind suppression was added at r148972. Review URL: https://chromiumcodereview.appspot.com/10825092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/base/decoder_vp8_unittest.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/remoting/base/decoder_vp8_unittest.cc b/remoting/base/decoder_vp8_unittest.cc
index 3852158..553d27c 100644
--- a/remoting/base/decoder_vp8_unittest.cc
+++ b/remoting/base/decoder_vp8_unittest.cc
@@ -56,11 +56,10 @@ TEST_F(DecoderVp8Test, GradientScaleDownEvenToEven) {
TestGradient(320, 240, 160, 120, 0.04, 0.02);
}
-// TODO(simonmorris): win_tsan and mac_valgrind catch leaks in this test.
-// The maximum error is non-deterministic. The mean error is not too high,
-// which suggests that the problem is restricted to a small area of the output
-// image. See crbug.com/139437.
-TEST_F(DecoderVp8Test, DISABLED_GradientScaleDownEvenToOdd) {
+TEST_F(DecoderVp8Test, GradientScaleDownEvenToOdd) {
+ // The maximum error is non-deterministic. The mean error is not too high,
+ // which suggests that the problem is restricted to a small area of the output
+ // image. See crbug.com/139437 and crbug.com/139633.
TestGradient(320, 240, 161, 121, 1.0, 0.02);
}