Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Test compiler changeable at build time

crooney@pdx_edu

New Member
Thank you! That solved the error I was encountering.

The regression tests script still has 2 failures but they look unrelated. I am about to start looking into what is causing them. The output is:
======================================================================
FAIL: test_compiler_changeable_at_build_time (__main__.H_TestMakeMacros)
The macro writer writes information for multiple compilers.
----------------------------------------------------------------------
Traceback (most recent call last):
File "./scripts_regression_tests.py", line 2458, in test_compiler_changeable_at_build_time
tester.assert_variable_equals("SUPPORTS_CXX", "FALSE")
File "./scripts_regression_tests.py", line 2190, in assert_variable_equals
self.parent.assertEqual(self.query_var(var_name, env, var), value)
AssertionError: 'TRUE' != 'FALSE'There is the same failure for __main__.I_TestCMakeMacros as well.
 
Top