]> git.proxmox.com Git - debcargo-conf.git/commitdiff
getrandom - establish baseline for tests.
authorPeter Michael Green <plugwash@debian.org>
Sat, 22 Jan 2022 10:55:59 +0000 (10:55 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 22 Jan 2022 15:16:57 +0000 (15:16 +0000)
src/getrandom/debian/changelog
src/getrandom/debian/debcargo.toml

index da9eb2e561697fbad51e3687d42edb335756f4bc..9f8fbaa833b4a8577cbca322e71bda5e28072514 100644 (file)
@@ -3,6 +3,7 @@ rust-getrandom (0.2.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
   * Package getrandom 0.2.4 from crates.io using debcargo 2.5.0
   * Drop js/wasm related features to avoid introducing new binary packages.
   * Disable rdrand tests, Debian baseline CPUs don't have rdrand.
+  * Establish baseline for tests.
 
   [ Ximin Luo ]
   * Team upload.
index bfd6bc6f51ea1f1da607be31d7e3575f5908a7b4..e22f68ef638aa81eb8b5605aefca0eec1a384b2f 100644 (file)
@@ -3,3 +3,9 @@ uploaders = ["kpcyrd <git@rxv.cc>"]
 
 # The auto-generated summary is too long.
 summary = "Retrieve random data from system source"
+
+[packages."lib+core"]
+test_is_broken = true
+
+[packages."lib+test-in-browser"]
+test_is_broken = true