-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
andByteString conformance cases (#6356)
* andByteString conformance cases * Move each case to its own directory * Update goldens for merge
- Loading branch information
Showing
30 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-1/case-1.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool False) ] (con bytestring #) ] | ||
(con bytestring #ff) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-1/case-1.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-1/case-1.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #)) |
4 changes: 4 additions & 0 deletions
4
...nformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-10/case-10.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool True) ] (con bytestring #4f00) ] | ||
(con bytestring #f4) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...ases/uplc/evaluation/builtin/semantics/andByteString/case-10/case-10.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
.../test-cases/uplc/evaluation/builtin/semantics/andByteString/case-10/case-10.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #4400)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-2/case-2.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool False) ] (con bytestring #ff) ] | ||
(con bytestring #) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-2/case-2.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-2/case-2.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-3/case-3.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool False) ] (con bytestring #ff) ] | ||
(con bytestring #00) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-3/case-3.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-3/case-3.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #00)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-4/case-4.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool False) ] (con bytestring #00) ] | ||
(con bytestring #ff) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-4/case-4.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-4/case-4.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #00)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-5/case-5.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool False) ] (con bytestring #4f00) ] | ||
(con bytestring #f4) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-5/case-5.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-5/case-5.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #44)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-6/case-6.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool True) ] (con bytestring #) ] | ||
(con bytestring #ff) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-6/case-6.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-6/case-6.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #ff)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-7/case-7.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool True) ] (con bytestring #ff) ] | ||
(con bytestring #) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-7/case-7.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-7/case-7.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #ff)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-8/case-8.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool True) ] (con bytestring #ff) ] | ||
(con bytestring #00) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-8/case-8.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-8/case-8.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #00)) |
4 changes: 4 additions & 0 deletions
4
...conformance/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-9/case-9.uplc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(program 1.0.0 [ | ||
[ [ (builtin andByteString) (con bool True) ] (con bytestring #00) ] | ||
(con bytestring #ff) | ||
]) |
2 changes: 2 additions & 0 deletions
2
...-cases/uplc/evaluation/builtin/semantics/andByteString/case-9/case-9.uplc.budget.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
({cpu: 213726 | ||
| mem: 801}) |
1 change: 1 addition & 0 deletions
1
...ce/test-cases/uplc/evaluation/builtin/semantics/andByteString/case-9/case-9.uplc.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(program 1.0.0 (con bytestring #00)) |