summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-10257/+10257
2020-12-25Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3bors-0/+6
2020-12-23Add a test that rustc compiles and links separatelyVictor Ding-0/+6
2020-12-21make path normalization compatible with mac python2Arpad Borsos-0/+2
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-10/+488
2020-12-16Remove redundant and unreliable coverage test resultsRich Kadel-3576/+86
2020-12-17Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandryYuki Okushi-67/+67
2020-12-16tests: add run-make-fulldeps split-dwarf testDavid Wood-0/+9
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-67/+67
2020-12-11Fixes reported bugs in Rust CoverageRich Kadel-6/+529
2020-12-07Fixes to Rust coverageRich Kadel-24/+26
2020-12-04Avoid leaking block expression valuesMatthew Jasper-10270/+10270
2020-12-03Tweak to Makefile to overcome MacOS make corruption bugRich Kadel-10/+4
2020-12-03Fixed cross-crate generic call test to compile lib and bin separatelyRich Kadel-650/+1390
2020-12-03Workaround for inconsistent order of llvm-cov results on WindowsRich Kadel-54/+49
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-359/+1765
2020-12-03Combination of commitsRich Kadel-20274/+12227
2020-12-03Removed -base from run-make-fulldeps/coverage-*-baseRich Kadel-161/+161
2020-12-03Coverage tests for remaining TerminatorKinds and async, improve AssertRich Kadel-860/+10095
2020-12-03Auto merge of #79586 - jyn514:crate-name, r=davidtwcobors-1/+0
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+0
2020-11-29libtest: Make `sed` arguments compatible with appleJakob Schikowski-2/+2
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-5/+5
2020-11-26Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiserJonas Schievink-3/+40
2020-11-24Apply suggestions from code reviewRich Kadel-1/+1
2020-11-24Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel-2/+30
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-1/+10
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-2/+2
2020-11-11Fix and re-enable two coverage tests on MacOSRich Kadel-35/+23
2020-11-05Disable the spanview tests on MacOS for nowRich Kadel-0/+20
2020-11-05Fix sed command for MacRich Kadel-1/+1
2020-11-05rename some tests to avoid exceeding windows path limitsRich Kadel-819/+847
2020-11-05fix cross-platform test bugsRich Kadel-40/+17
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-0/+6
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-116/+1169
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-540/+522
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-294/+216
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-813/+9055
2020-10-31Assert that locals have storage when usedTomasz Miąsko-0/+2
2020-10-19Move issue-36710 test to run-makeJonas Schievink-36/+0
2020-10-19Unignore testJonas Schievink-2/+0
2020-10-10Fix hotplug_codegen_backend testbjorn3-32/+26
2020-10-05Renamed tests to avoid exceeding Windows max path limitRich Kadel-585/+585
2020-10-05Updates to experimental coverage counter injectionRich Kadel-1464/+17863
2020-10-04Bless more test outputAaron Hill-962/+628
2020-09-29Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morsebors-24/+24
2020-09-28Fix run-make-fulldeps testsvarkor-24/+24
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+1
2020-09-10Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrumbors-2/+2
2020-09-06Improved the MIR spanview outputRich Kadel-224/+674