Skip to content

Commit

Permalink
Do not run BMPImageDecoderTest.DecodingSlow under TSan v2 (now for re…
Browse files Browse the repository at this point in the history
…al!)

TBR=jamesr@chromium.org

Review URL: https://codereview.chromium.org/23944010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223032 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
glider@chromium.org committed Sep 13, 2013
1 parent ae69580 commit eb1118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/renderer/bmp_image_decoder_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ TEST_F(BMPImageDecoderTest, DecodingFast) {
#else
#define MAYBE_DecodingSlow DecodingSlow
#endif
TEST_F(BMPImageDecoderTest, DecodingSlow) {
TEST_F(BMPImageDecoderTest, MAYBE_DecodingSlow) {
TestDecoding(TEST_BIGGER, kThresholdSize);
}

0 comments on commit eb1118d

Please sign in to comment.