Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52
Recent Commits
>
--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,7 +135,7 @@
<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,7 +37,7 @@ 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,6 +35,7 @@ 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,6 +66,7 @@ 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
<
Copyright © 2013 by Phoronix Media