Bugzilla – Bug 327
need 'conditional' regression tests
Last modified: 2008-09-11 10:13:46 UTC
we need to pass the waf 'env' from the waf configury down to the regression test functions in regression/tests/*.py to allow tests to not do anything when they detect they should not run
Do you really think they need the whole env? Why not just a list of enabled 'features', like I am doing with the Python bindings?
(In reply to comment #1) > Do you really think they need the whole env? Why not just a list of enabled > 'features', like I am doing with the Python bindings? > it seems easier to just pass down everything but it's your call.
It's done. The waf environment is available as the 'env' variable of the 'tracediff' pseudo-module.