mailr22806 - /trunk/test_suite/system_tests/relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 17, 2014 - 16:12:
Author: bugman
Date: Thu Apr 17 16:12:33 2014
New Revision: 22806

URL: http://svn.gna.org/viewcvs/relax?rev=22806&view=rev
Log:
Added 4 more relaxation dispersion system tests to the blacklist for when C 
modules are missing.

This allows these 4 tests to be skipped in the system test rather than 
failing with "RelaxError: The
exponential curve-fitting C module cannot be found.".


Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22806&r1=22805&r2=22806&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Thu Apr 17 16:12:33 2014
@@ -53,8 +53,12 @@
         if not dep_check.C_module_exp_fn:
             # The list of tests to skip.
             to_skip = [
+                
"test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp",
+                
"test_bug_21665_cpmg_two_fields_two_delaytimes_fail_relax_disp",
                 "test_exp_fit",
-                "test_m61_exp_data_to_m61"
+                "test_m61_exp_data_to_m61",
+                "test_r1rho_kjaergaard",
+                "test_value_write_calc_rotating_frame_params_auto_analysis"
             ]
 
             # Store in the status object. 




Related Messages


Powered by MHonArc, Updated Thu Apr 17 19:20:03 2014