Skip to content

Commit

Permalink
to dat, not to jq
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 6, 2024
1 parent 9e81343 commit 613ea42
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions interp/tests/runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ expect_dir = "unit"
name = "multi-comp"
paths = ["multi-comp/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s cider.flags="--dump-registers" \
{}
Expand All @@ -37,7 +37,7 @@ name = "complex"
paths = ["complex/*.futil"]

cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s cider.flags="--dump-registers" \
{}
Expand All @@ -49,7 +49,7 @@ expect_dir = "complex"
name = "primitives"
paths = ["primitives/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s calyx.args="--log off" \
-s cider.flags="--dump-registers" \
Expand All @@ -71,7 +71,7 @@ expect_dir = "par-to-seq"
name = "control"
paths = ["control/*.futil", "control/iteration/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s cider.flags="--dump-registers" \
{}
Expand All @@ -83,15 +83,15 @@ expect_dir = "control"
name = "invoke"
paths = ["control/invoke/*.futil"]
cmd = """
fud2 {} --from calyx --to jq --through cider -s sim.data={}.data -s calyx.args="--log off"
fud2 {} --from calyx --to dat --through cider -s sim.data={}.data -s calyx.args="--log off"
"""
timeout = 10

[[tests]]
name = "invoke compiled"
paths = ["control/invoke/*.futil"]
cmd = """
fud2 {} --from calyx --to jq --through cider \
fud2 {} --from calyx --to dat --through cider \
-s cider.calyx-passes=" -p compile-invoke" \
-s sim.data={}.data -s calyx.args="--log off"
"""
Expand All @@ -118,7 +118,7 @@ expect_dir = "tests/lowered/"
name = "correctness dynamic"
paths = ["../../tests/correctness/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -136,7 +136,7 @@ cmd = """
name = "correctness lowered"
paths = ["../../tests/correctness/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -161,7 +161,7 @@ fud2 --from calyx --to dat \
name = "correctness ref cells"
paths = ["../../tests/correctness/ref-cells/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -172,7 +172,7 @@ fud2 --from calyx --to jq \
name = "correctness ref cells compiled"
paths = ["../../tests/correctness/ref-cells/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -188,7 +188,7 @@ paths = [
"../../tests/correctness/numeric-types/fixed-point/*.futil",
]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -200,7 +200,7 @@ fud2 --from calyx --to jq \
name = "[frontend] tcam testing"
paths = ["../../tests/correctness/tcam/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s calyx.args="--log off" \
-s sim.data={}.data \
Expand All @@ -211,7 +211,7 @@ fud2 --from calyx --to jq \
name = "benchmark misc"
paths = ["benchmarks/*.futil"]
cmd = """
fud2 --from calyx --to jq \
fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand All @@ -222,7 +222,7 @@ fud2 --from calyx --to jq \
name = "benchmark polybench"
paths = ["benchmarks/polybench/*.fuse"]
cmd = """
fud2 --from dahlia --to jq \
fud2 --from dahlia --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
Expand Down

0 comments on commit 613ea42

Please sign in to comment.