jcaiuwyo / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

test suite reports false positives when code is compiled in debug mode #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Should probably work in both debug and non-debug modes.

Please use labels and text to provide additional information.
The idea is to use different blessed files for debug versus non-debug mode.

Original issue reported on code.google.com by hkmo...@gmail.com on 5 Apr 2012 at 5:25

GoogleCodeExporter commented 9 years ago
My thought is that we should direct the intended test output to specific files 
rather than stdout. That way there's only one set of blessed output, and we 
don't enshrine debug output that should be expected to change.

Original comment by yarmond on 12 Apr 2012 at 3:19

GoogleCodeExporter commented 9 years ago
For reference, the following are the tests that fail when Cantera is built with 
the SCons option 'debug_verbose=y':

  HMW_test_1
  HMW_test_3
  cxx_ex
  VCS-LiSi
  VPsilane_test

Original comment by yarmond on 5 Mar 2013 at 5:20

GoogleCodeExporter commented 9 years ago
Fixed by the changes in r2431, r2432, r2433, and r2434.

Original comment by yarmond on 28 Jun 2013 at 9:28