Skip to content

Commit 24d1193

Browse files
committed
Change to XFAIL to track failing tests
1 parent e85a5a4 commit 24d1193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lit/lit/formats/Cpp2RustTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def fail(str, code = fail_code):
112112

113113
if returncode != 0:
114114
if should_not_translate:
115-
return lit.Test.PASS, ''
115+
return lit.Test.XFAIL, ''
116116
return fail('cpp2rust failed\n' + err)
117117

118118
expected_file = self.getExpectedFile(filepath, model, fname)

0 commit comments

Comments
 (0)