Skip to content

Commit

Permalink
Kwxm/conformance/two digit test names (IntersectMBO#6627)
Browse files Browse the repository at this point in the history
* Rename files to add leading zeros

* Fix test case nesting for chooseList and nullList

* Fix names of tests excluded from agda-conformance

* Fix some bad renamings

* Fix some bad renamings

* Rename some of the constant tests as well

* Rename some of the constant tests as well

* More renaming

* More renaming for consistency
  • Loading branch information
kwxm authored and v0d1ch committed Dec 6, 2024
1 parent 5e70592 commit be3f521
Show file tree
Hide file tree
Showing 814 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-conformance/agda/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ failingBudgetTests =
-- https://github.com/IntersectMBO/plutus/pull/6368. Some of the budget tests
-- do pass, either because evaluation fails or because two different size
-- measures happen to be the same for small inputs.
[ "test-cases/uplc/evaluation/builtin/semantics/replicateByte/case-7"
, "test-cases/uplc/evaluation/builtin/semantics/replicateByte/case-9"
[ "test-cases/uplc/evaluation/builtin/semantics/replicateByte/case-07"
, "test-cases/uplc/evaluation/builtin/semantics/replicateByte/case-09"
, "test-cases/uplc/evaluation/builtin/semantics/writeBits/case-11"
, "test-cases/uplc/evaluation/builtin/semantics/writeBits/case-12"
, "test-cases/uplc/evaluation/builtin/semantics/writeBits/case-13"
Expand Down
Loading

0 comments on commit be3f521

Please sign in to comment.