gecko-dev/toolkit/crashreporter/minidump-analyzer
2024-10-30 16:54:27 +00:00
..
android Bug 1923782 - Include minidump-analyzer library on android r=glandium,geckoview-reviewers,owlish,gsvelto 2024-10-30 16:54:27 +00:00
src Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00
tests Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00
Cargo.lock Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00
Cargo.toml Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00
README.md Bug 1917685 - Merge minidump-analyzer into the crash reporter client r=gsvelto,fluent-reviewers 2024-10-23 13:58:12 +00:00

Testing

To run tests, comment out the mozilla-central-workspace-hack dependency, then run cargo test. Otherwise, the dependency won't have the feature we need enabled. This is because the crate is excluded from the workspace (as we don't want to vendor the dev-dependencies).

The Cargo.lock in this directory corresponds to this configuration.