We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c039da3 commit a86ffc7Copy full SHA for a86ffc7
regression/validate-trace-xml-schema/check.py
@@ -34,6 +34,9 @@
34
['unknown-argument-suggestion', 'test.desc'],
35
# this one produces XML intermingled with main XML output when used with --xml-ui
36
['graphml_witness2', 'test.desc'],
37
+ # these are producing coverage goals which aren't including in the schema
38
+ ['cover-failed-assertions', 'test.desc'],
39
+ ['cover-failed-assertions', 'test-no-failed-assertions.desc'],
40
# produces intermingled XML on the command line
41
['coverage_report1', 'test.desc'],
42
['coverage_report1', 'paths.desc'],
0 commit comments