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/CHANGE-LOG b/CHANGE-LOG
index 4a0ef70
..63365b0 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -3,+3,@@ PHORONIX TEST SUITE CHANGE-LOG
 Phoronix Test Suite 
(Git)

 - 
pts-coreSupport download caches at /run/media/*/*/download-cache/
+- 
pts-coreSet SKIP_TEST_SUPPORT_CHECKS=1 environment variable for debugging purposes to run tests on unsupported platforms
 
pts_GraphOnly render as much room for pts_OverViewGraph as there are for what will be rendered (bar graph values)
 - 
system_monitorAdd support for handling i915_energy monitor reading in microJoules for each test run
 
system_monitorPlace timer support for individual test runs within the module
diff 
--git a/pts-core/objects/pts_test_profile.php b/pts-core/objects/pts_test_profile.php
index e28c1f6
..1d83f24 100644
--- a/pts-core/objects/pts_test_profile.php
+++ b/pts-core/objects/pts_test_profile.php
@@ -192,+192,11 @@ class pts_test_profile extends pts_test_profile_parser
     
{
         
$test_supported true;

+        if(
PTS_IS_CLIENT && pts_client::read_env('SKIP_TEST_SUPPORT_CHECKS'))
+        {
+            
// set SKIP_TEST_SUPPORT_CHECKS=1 environment variable for debugging purposes to run tests on unsupported platforms
+            return true;
+        }
         if(
$this->is_test_architecture_supported() == false)
         {
             
PTS_IS_CLIENT && $report_warnings && pts_client::$display->test_run_error($this->get_identifier() . ' is not supported on this architecture: ' phodevi::read_property('system''kernel-architecture'));
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media