Skip to content

Commit a86ffc7

Browse files
Do not check XML traces on --cover tests
1 parent c039da3 commit a86ffc7

File tree

1 file changed

+3
-0
lines changed
  • regression/validate-trace-xml-schema

1 file changed

+3
-0
lines changed

regression/validate-trace-xml-schema/check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
['unknown-argument-suggestion', 'test.desc'],
3535
# this one produces XML intermingled with main XML output when used with --xml-ui
3636
['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'],
3740
# produces intermingled XML on the command line
3841
['coverage_report1', 'test.desc'],
3942
['coverage_report1', 'paths.desc'],

0 commit comments

Comments
 (0)