From 1d5fc896497cc2287eda96ac2ef7b15f3ba07806 Mon Sep 17 00:00:00 2001 From: David James Date: Wed, 25 Aug 2010 17:29:05 -0700 Subject: [PATCH] Unblacklist graphics_WebGLConformance. zbehan has fixed this test, so we can unblacklist it now. BUG=chromium-os:5881 TEST=Checked that all autotests compile Change-Id: I32c445018f270009bfc8751c6306c0fc53dcecbf Review URL: http://codereview.chromium.org/3116026 --- autotest | 1 - 1 file changed, 1 deletion(-) diff --git a/autotest b/autotest index eefcf0f268..e5065950d7 100755 --- a/autotest +++ b/autotest @@ -155,7 +155,6 @@ def build_autotest(options): else: blacklist = [] - blacklist.append("graphics_WebGLConformance") all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,netperf2,' 'netpipe,unixbench') site_tests = '../third_party/autotest/files/client/site_tests'