Further to the report here:
http://www.phoronix.com/forums/showp...07&postcount=2
This patch fixes the super-pi test so that it runs correctly.
Code:
diff --git a/pts/test-profiles/super-pi.xml b/pts/test-profiles/super-pi.xml
index c5064eb..39a090f 100644
--- a/pts/test-profiles/super-pi.xml
+++ b/pts/test-profiles/super-pi.xml
@@ -16,9 +16,9 @@
<Proportion>LIB</Proportion>
<Description>Time how long it takes to calculate pi to 1 million digits.</Description>
</TestInformation>
- <Settings>
- <Default>
- <Arguments>20</Arguments>
- </Default>
- </Settings>
+ <TestSettings>
+ <Default>
+ <Arguments>20</Arguments>
+ </Default>
+ </TestSettings>
</PhoronixTestSuite>