-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
Currently we have a few tests, like exit_logging.js, that check at runtime whether they are running on Windows and then exit.
Instead it would be better if we added a tag to these tests to get them to not run on Windows in the first place. This would help:
1. Scripts that perform an analysis based on test tags
2. Speed things up a little bit because we don't have to start the shell unnecessarily