diff options
author | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2017-02-15 10:55:21 +0100 |
---|---|---|
committer | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2017-02-15 10:55:21 +0100 |
commit | d9d184205cd71236e55924b3ff4d5b4470901814 (patch) | |
tree | e533bf7a34d129a965e7cf5c6768902166534dcc /automation | |
parent | 3fe2f26e80b51505913ff6350dddb2b5926ac29a (diff) | |
download | nss-hg-d9d184205cd71236e55924b3ff4d5b4470901814.tar.gz |
Bug 1334106 - fuzz mp_invmod, r=ttaubert
Differential Revision: https://nss-review.dev.mozaws.net/D214
Diffstat (limited to 'automation')
-rw-r--r-- | automation/taskcluster/graph/src/extend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js index 8c9390df9..57858b229 100644 --- a/automation/taskcluster/graph/src/extend.js +++ b/automation/taskcluster/graph/src/extend.js @@ -363,6 +363,7 @@ async function scheduleFuzzing() { for (let name of mpi_names) { scheduleFuzzingRun(mpi_base, `MPI (${name})`, `mpi-${name}`, 4096, name); } + scheduleFuzzingRun(mpi_base, `MPI (invmod)`, `mpi-invmod`, 256, "invmod"); // Schedule TLS fuzzing runs (non-fuzzing mode). let tls_base = merge(run_base, {group: "TLS"}); |