about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/coverage-reports
AgeCommit message (Expand)AuthorLines
2021-09-22Fix testCameron Steffen-3/+3
2021-09-03Update coverage testsMatthew Jasper-4/+4
2021-08-16Fix a coverage-reports testCameron Steffen-3/+3
2021-08-04Fix assertions in `coverage-reports` testAlex Crichton-69/+68
2021-06-14Avoid possible filename collision in coverage testsArpad Borsos-6/+8
2021-06-04Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiserbors-38/+75
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-38/+75
2021-06-01Fix testbjorn3-5/+5
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-43/+38
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-38/+43
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-36/+98
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-47/+29
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-36/+98
2021-05-01Report coverage `0` of dead blocksRich Kadel-38/+43
2021-04-30Rebuilt out of date tests and fixed an old bug now exposedRich Kadel-5/+129
2021-04-28addressed review feedbackRich Kadel-5/+21
2021-04-28More improvements to macro coverageRich Kadel-91/+169
2021-04-28Drop branching blocks with same span as expanded macroRich Kadel-0/+102
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-1/+60
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-34/+37
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-1/+57
2021-04-24Improve spans for chained function callsRich Kadel-1/+88
2021-04-20Auto merge of #84323 - richkadel:uncovered-functions, r=tmandrybors-1/+116
2021-04-19compute fn_sig span from body call_site, and use body ctxt, not rootRich Kadel-1/+1
2021-04-18Fixes the issue with uncovered source in async function bodiesRich Kadel-78/+69
2021-04-18DRAFT: coverage of async function bodies should match non-asyncRich Kadel-1/+125
2021-04-18Add coverage to continue statementsRich Kadel-2/+77
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-42/+63
2021-04-02Simplify coverage testsRich Kadel-80/+0
2021-03-30Apply review feedbackAmanieu d'Antras-77/+83
2021-03-30Run LLVM coverage instrumentation passes before optimization passesAmanieu d'Antras-106/+83
2021-03-19coverage bug fixes and optimization supportRich Kadel-51/+300
2021-03-16Add test case for -Zinline-mir & -Zinstrument-coverageTomasz Miąsko-3/+56
2021-03-15Add support for compile-flags in coverage testsTomasz Miąsko-3/+3
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-3/+0
2021-02-11Re-blessed the partial_eq.rs coverage testRich Kadel-18/+3
2021-02-11Ensures `make` tests run under /bin/dash, like CI, and fixes a MakefileRich Kadel-2/+1
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-2/+2
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-2/+2
2021-02-03Ignore broken test.Felix S. Klock II-0/+1
2021-02-02Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than a...Felix S. Klock II-5/+1
2021-01-08Rollup merge of #80761 - andjo403:generic_coverage, r=spastorinoYuki Okushi-1/+1
2021-01-07handle generic trait methods in coverage testsAndreas Jonson-1/+1
2021-01-04Inlining enabled by -mir-opt-level > 1 is incompatible with coverageRich Kadel-44/+80
2020-12-21make path normalization compatible with mac python2Arpad Borsos-0/+2
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-6/+109
2020-12-16Remove redundant and unreliable coverage test resultsRich Kadel-3576/+86
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-67/+67
2020-12-11Fixes reported bugs in Rust CoverageRich Kadel-6/+213
2020-12-07Fixes to Rust coverageRich Kadel-24/+26