projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/pts-core/external-test-dependencies/xml/ubuntu-packages.xml b/pts-core/external-test-dependencies/xml/ubuntu-packages.xml
index 81f693d
..1ec21ee 100644
--- a/pts-core/external-test-dependencies/xml/ubuntu-packages.xml
+++ b/pts-core/external-test-dependencies/xml/ubuntu-packages.xml
@@ -135,+135,@@
         <
Package>
             <
GenericName>libstdcpp5</GenericName>
             <
PackageName>libstdc++5</PackageName>
-            <
FileCheck>/usr/lib/libstdc++.so.5 OR /usr/lib32/libstdc++.so.5</FileCheck>
+            <
FileCheck>/usr/lib/libstdc++.so.5 OR /usr/lib32/libstdc++.so.5 OR /usr/lib/x86_64-linux-gnu/libstdc++.so.5</FileCheck>
         </
Package>
         <
Package>
             <
GenericName>openal-development</GenericName>
diff --git a/pts-core/objects/client/pts_test_install_manager.php b/pts-core/objects/client/pts_test_install_manager.php
index d19c112
..b627bed 100644
--- a/pts-core/objects/client/pts_test_install_manager.php
+++ b/pts-core/objects/client/pts_test_install_manager.php
@@ -37,+37,@@ class pts_test_install_manager
     
{
         
$added false;

-        if((
$e pts_client::read_env('SKIP_TESTS')) != false && in_array($test_profile->get_identifier(false), pts_strings::comma_explode($e)))
+        if((
$e pts_client::read_env('SKIP_TESTS')) != false && (in_array($test_profile->get_identifier(false), pts_strings::comma_explode($e)) || in_array($test_profile->get_identifier(true), pts_strings::comma_explode($e))))
         {
             
//pts_client::$display->test_install_error($test_profile->get_identifier() . ' is being skipped from installation.');
         
}
diff --git a/pts-core/objects/client/pts_test_notes_manager.php b/pts-core/objects/client/pts_test_notes_manager.php
index 40b4f18
..6b7c4c5 100644
--- a/pts-core/objects/client/pts_test_notes_manager.php
+++ b/pts-core/objects/client/pts_test_notes_manager.php
@@ -35,+35,@@ class pts_test_notes_manager
     
}
     public static function 
generate_test_notes(&$test_result_objects)
     {
+        
// TODO XXX: Integrate with system table notes
         
static $check_processes null;

         
$test_types = array();
diff --git a/pts-core/objects/pts_result_file_analyzer.php b/pts-core/objects/pts_result_file_analyzer.php
index cdfd0b4
..d68186b 100644
--- a/pts-core/objects/pts_result_file_analyzer.php
+++ b/pts-core/objects/pts_result_file_analyzer.php
@@ -66,+66,@@ class pts_result_file_analyzer
             $desc 
pts_result_file_analyzer::analyze_system_component_changes($data$rows, array(
                 array(
'Processor''Motherboard''Chipset''Audio''Network'), // Processor comparison
                 
array('Processor''Motherboard''Chipset''Network'), // Processor comparison
+                array('Processor''Chipset''Graphics'),
                 array(
'Processor''Chipset'), // Processor comparison - Sandy/Ivy Bridge for Intel will change CPU/chipset reporting when still using same mobo
                 
array('Motherboard''Chipset'), // Motherboard comparison
                 
array('Motherboard''Chipset''Audio''Network'// Also a potential motherboard comparison
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media