[Piglit] [PATCH 4/4] Fixed windows behavior on these a few tests to mirror behavior on non-windows platforms.

Kenney Phillis kphillisjr at gmail.com
Sat Jul 7 20:04:19 PDT 2012


---
 tests/quick-driver.tests |    1 +
 tests/quick.tests        |    2 ++
 tests/r300.tests         |    1 +
 tests/r500.tests         |    1 +
 tests/r600.tests         |    1 +
 5 files changed, 6 insertions(+)

diff --git a/tests/quick-driver.tests b/tests/quick-driver.tests
index 73bee46..4dfd846 100644
--- a/tests/quick-driver.tests
+++ b/tests/quick-driver.tests
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 
 import os.path
+global profile
 
 execfile(os.path.dirname(__file__) + '/quick.tests')
 
diff --git a/tests/quick.tests b/tests/quick.tests
index 2ca060d..05928f4 100644
--- a/tests/quick.tests
+++ b/tests/quick.tests
@@ -4,6 +4,8 @@
 #
 
 import os.path
+global profile
+global GleanTest
 
 execfile(os.path.dirname(__file__) + '/all.tests')
 
diff --git a/tests/r300.tests b/tests/r300.tests
index 8dfeccb..f6163ad 100644
--- a/tests/r300.tests
+++ b/tests/r300.tests
@@ -3,6 +3,7 @@
 #
 
 import os.path
+global profile
 
 execfile(os.path.dirname(__file__) + '/quick-driver.tests')
 
diff --git a/tests/r500.tests b/tests/r500.tests
index 0ea9842..4b3e723 100644
--- a/tests/r500.tests
+++ b/tests/r500.tests
@@ -3,6 +3,7 @@
 #
 
 import os.path
+global profile
 
 execfile(os.path.dirname(__file__) + '/quick-driver.tests')
 
diff --git a/tests/r600.tests b/tests/r600.tests
index 7d880f0..7e2b670 100644
--- a/tests/r600.tests
+++ b/tests/r600.tests
@@ -1,5 +1,6 @@
 
 import os.path
+global profile
 
 execfile(os.path.dirname(__file__) + '/quick-driver.tests')
 
-- 
1.7.9.5



More information about the Piglit mailing list