From b889ea6a302e36cc70b343b56c024331379d8dc7 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 29 Apr 2011 18:51:01 -0400 Subject: [PATCH] Don't consider get_info() problems failures in test. --- test/test_wrapper.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test_wrapper.py b/test/test_wrapper.py index 3b334cb9..bce224f7 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -152,13 +152,6 @@ class TestCL: do_test(img, cl.image_info, lambda info: img.get_image_info(info)) - if failure_count[0]: - raise RuntimeError( - "get_info testing had %d errors " - "(If you compiled against OpenCL 1.1 but are testing a 1.0 " - "implementation, you can safely ignore this.)" - % failure_count[0]) - @pytools.test.mark_test.opencl def test_invalid_kernel_names_cause_failures(self): for platform in cl.get_platforms(): -- GitLab