aiken/crates/uplc/test_data/conformance/evaluation/builtin/interleaving
rvcas b6f6064aaf test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
..
ite test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteAtIntegerArrowIntegerApplied1 test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteAtIntegerArrowIntegerApplied2 test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteAtIntegerArrowIntegerAppliedApplied test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteAtIntegerArrowIntegerWithCond test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteForceAppForce test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteForced test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteForcedForced test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteForcedWithIntegerAndString test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteStringInteger test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteStringString test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteUnforcedFullyApplied test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteUnforcedWithCond test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteWrongCondTypeFullyAppied test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
iteWrongCondTypePartiallyApplied test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
multiplyIntegerForceError1 test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
multiplyIntegerForceError2 test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
multiplyIntegerForceError3 test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00
README.md test: add all plutus conformance tests 2023-11-15 15:55:56 -05:00

README.md

The test cases here are all extracted from the tests in plutus-core/untyped-plutus-core/test/Evaluation/Golden.hs and check that interleaving of forces and normal arguments for builtin applications behaves correctly. Most of these are for ifThenElse (ite) because that has the most complicated interleaving behaviour of our current builtins (it expects an argument of the built-in bool type, then a force, then two term arguments).