This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][profile] fix test/instrprof-set-filename.c on windows
ClosedPublic

Authored by ychen on Jan 23 2020, 11:05 PM.

Details

Summary

.cmd is interpreted as script in windows console.

Diff Detail

Event Timeline

ychen created this revision.Jan 23 2020, 11:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 23 2020, 11:05 PM
Herald added subscribers: llvm-commits, Restricted Project, dberris. · View Herald Transcript

Unit tests: fail. 62152 tests passed, 5 failed and 811 were skipped.

failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: pass. 62243 tests passed, 0 failed and 816 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

ychen added a reviewer: rnk.Jan 29 2020, 2:10 PM
davidxl accepted this revision.Jan 29 2020, 2:22 PM

lgtm

This revision is now accepted and ready to land.Jan 29 2020, 2:22 PM
This revision was automatically updated to reflect the committed changes.
rnk reopened this revision.Jan 29 2020, 5:06 PM

lgtm

This revision is now accepted and ready to land.Jan 29 2020, 5:06 PM
ychen closed this revision.Jan 29 2020, 5:27 PM