Sha256: 466b86b19225dd26c756cf2252cb1973f87a145642c99364b462ed7ceb55c7dd

Contents?: true

Size: 410 Bytes

Versions: 25

Compression:

Stored size: 410 Bytes

Contents

#!/bin/bash

set -ex

export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"

# Run address sanitizer
RUSTFLAGS="-Z sanitizer=address" \
cargo test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut

# Run thread sanitizer
RUSTFLAGS="-Z sanitizer=thread" \
cargo -Zbuild-std test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
wasmtime-28.0.0 ./ext/cargo-vendor/bytes-1.9.0/ci/tsan.sh
wasmtime-27.0.0 ./ext/cargo-vendor/bytes-1.8.0/ci/tsan.sh
wasmtime-26.0.0 ./ext/cargo-vendor/bytes-1.8.0/ci/tsan.sh
wasmtime-25.0.2 ./ext/cargo-vendor/bytes-1.7.1/ci/tsan.sh
wasmtime-25.0.1 ./ext/cargo-vendor/bytes-1.7.1/ci/tsan.sh
wasmtime-25.0.0 ./ext/cargo-vendor/bytes-1.7.1/ci/tsan.sh
wasmtime-24.0.0 ./ext/cargo-vendor/bytes-1.7.1/ci/tsan.sh
wasmtime-23.0.2 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-22.0.0 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-21.0.1 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-20.0.2 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-20.0.0 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-18.0.3 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-17.0.1 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-17.0.0 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-16.0.0 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-15.0.1 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-15.0.0 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-14.0.4 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh
wasmtime-14.0.3 ./ext/cargo-vendor/bytes-1.5.0/ci/tsan.sh