Coder Social home page Coder Social logo

Comments (2)

bjorn3 avatar bjorn3 commented on May 29, 2024 1

Could this be related to libstd getting dynamically linked without being built with -Cinstrument-coverage itself? Maybe try if RUSTFLAGS="-Cprefer-dynamic" works for a regular crate without any dylibs other than libstd involved.

from rust.

taiki-e avatar taiki-e commented on May 29, 2024

Maybe try if RUSTFLAGS="-Cprefer-dynamic" works for a regular crate without any dylibs other than libstd involved.

I tried with setting the dependency crate-type back to default and with -Cprefer-dynamic enabled, but no error occurred.

-[lib]
-crate-type = ["dylib"]
+#[lib]
+#crate-type = ["dylib"]
$ $env:RUSTFLAGS="-C instrument-coverage -Cprefer-dynamic"; cargo test --tests -v
   Compiling dylib v0.1.0 (C:\Users\taiki\projects\tmp\coverage_debugging\dylib)
     Running `rustc --crate-name dylib --edition=2021 dylib\src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=183 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=66b504ff4471d6a2 -C extra-filename=-66b504ff4471d6a2 --out-dir C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps -C incremental=C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\incremental -L dependency=C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps -C instrument-coverage -Cprefer-dynamic`
   Compiling repro v0.1.0 (C:\Users\taiki\projects\tmp\coverage_debugging)
     Running `rustc --crate-name repro --edition=2021 src\lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=183 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c71f36c1d55bce77 -C extra-filename=-c71f36c1d55bce77 --out-dir C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps -C incremental=C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\incremental -L dependency=C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps --extern dylib=C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps\libdylib-66b504ff4471d6a2.rlib -C instrument-coverage -Cprefer-dynamic`
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
     Running `C:\Users\taiki\projects\tmp\coverage_debugging\target\debug\deps\repro-c71f36c1d55bce77.exe`

running 1 test
test test::test_double ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

from rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.