Skip to content

Commit 18cd926

Browse files
Refactoring timestamp dependency tests
1 parent 3f55066 commit 18cd926

File tree

75 files changed

+152
-3909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+152
-3909
lines changed

evm-testcases/taint/testTimestampDependency/example/report.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"warnings" : [ ],
3-
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example_example.sol().dot", "untyped_program.evm-testcases_taint_testTimestampDependency_example_example.sol().json" ],
3+
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example_example.sol().json" ],
44
"info" : {
55
"cfgs" : "1",
6-
"duration" : "400ms",
7-
"end" : "2025-02-13T19:51:49.864+01:00",
6+
"duration" : "318ms",
7+
"end" : "2025-02-13T20:05:37.072+01:00",
88
"expressions" : "2",
9-
"files" : "2",
9+
"files" : "1",
1010
"globals" : "0",
1111
"members" : "1",
1212
"programs" : "1",
13-
"start" : "2025-02-13T19:51:49.464+01:00",
13+
"start" : "2025-02-13T20:05:36.754+01:00",
1414
"statements" : "4",
1515
"units" : "0",
1616
"version" : "0.1",
1717
"warnings" : "0"
1818
},
1919
"configuration" : {
20-
"analysisGraphs" : "DOT",
20+
"analysisGraphs" : "NONE",
2121
"descendingPhaseType" : "NONE",
2222
"dumpForcesUnwinding" : "false",
2323
"fixpointWorkingSet" : "DuplicateFreeFIFOWorkingSet",

evm-testcases/taint/testTimestampDependency/example/untyped_program.evm-testcases_taint_testTimestampDependency_example_example.sol().dot

Lines changed: 0 additions & 18 deletions
This file was deleted.

evm-testcases/taint/testTimestampDependency/example02/report.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"warnings" : [ ],
3-
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example02_example02.sol().dot", "untyped_program.evm-testcases_taint_testTimestampDependency_example02_example02.sol().json" ],
3+
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example02_example02.sol().json" ],
44
"info" : {
55
"cfgs" : "1",
6-
"duration" : "27ms",
7-
"end" : "2025-02-13T19:51:50.049+01:00",
6+
"duration" : "20ms",
7+
"end" : "2025-02-13T20:05:37.261+01:00",
88
"expressions" : "2",
9-
"files" : "2",
9+
"files" : "1",
1010
"globals" : "0",
1111
"members" : "1",
1212
"programs" : "1",
13-
"start" : "2025-02-13T19:51:50.022+01:00",
13+
"start" : "2025-02-13T20:05:37.241+01:00",
1414
"statements" : "6",
1515
"units" : "0",
1616
"version" : "0.1",
1717
"warnings" : "0"
1818
},
1919
"configuration" : {
20-
"analysisGraphs" : "DOT",
20+
"analysisGraphs" : "NONE",
2121
"descendingPhaseType" : "NONE",
2222
"dumpForcesUnwinding" : "false",
2323
"fixpointWorkingSet" : "DuplicateFreeFIFOWorkingSet",

evm-testcases/taint/testTimestampDependency/example02/untyped_program.evm-testcases_taint_testTimestampDependency_example02_example02.sol().dot

Lines changed: 0 additions & 22 deletions
This file was deleted.

evm-testcases/taint/testTimestampDependency/example03/report.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"warnings" : [ ],
3-
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example03_example03.sol().dot", "untyped_program.evm-testcases_taint_testTimestampDependency_example03_example03.sol().json" ],
3+
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example03_example03.sol().json" ],
44
"info" : {
55
"cfgs" : "1",
6-
"duration" : "36ms",
7-
"end" : "2025-02-13T19:51:50.147+01:00",
6+
"duration" : "26ms",
7+
"end" : "2025-02-13T20:05:37.346+01:00",
88
"expressions" : "3",
9-
"files" : "2",
9+
"files" : "1",
1010
"globals" : "0",
1111
"members" : "1",
1212
"programs" : "1",
13-
"start" : "2025-02-13T19:51:50.111+01:00",
13+
"start" : "2025-02-13T20:05:37.320+01:00",
1414
"statements" : "11",
1515
"units" : "0",
1616
"version" : "0.1",
1717
"warnings" : "0"
1818
},
1919
"configuration" : {
20-
"analysisGraphs" : "DOT",
20+
"analysisGraphs" : "NONE",
2121
"descendingPhaseType" : "NONE",
2222
"dumpForcesUnwinding" : "false",
2323
"fixpointWorkingSet" : "DuplicateFreeFIFOWorkingSet",

evm-testcases/taint/testTimestampDependency/example03/untyped_program.evm-testcases_taint_testTimestampDependency_example03_example03.sol().dot

Lines changed: 0 additions & 32 deletions
This file was deleted.

evm-testcases/taint/testTimestampDependency/example04/example04.sol

Lines changed: 0 additions & 10 deletions
This file was deleted.

evm-testcases/taint/testTimestampDependency/example05/example05.sol renamed to evm-testcases/taint/testTimestampDependency/example04/example05.sol

File renamed without changes.

evm-testcases/taint/testTimestampDependency/example04/report.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"warnings" : [ ],
3-
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example04_example04.sol().json" ],
3+
"files" : [ "report.json", "untyped_program.evm-testcases_taint_testTimestampDependency_example04_example05.sol().json" ],
44
"info" : {
55
"cfgs" : "1",
6-
"duration" : "666ms",
7-
"end" : "2025-01-30T16:35:47.279+01:00",
8-
"expressions" : "3",
6+
"duration" : "31ms",
7+
"end" : "2025-02-13T20:05:37.451+01:00",
8+
"expressions" : "4",
99
"files" : "1",
1010
"globals" : "0",
1111
"members" : "1",
1212
"programs" : "1",
13-
"start" : "2025-01-30T16:35:46.613+01:00",
14-
"statements" : "11",
13+
"start" : "2025-02-13T20:05:37.420+01:00",
14+
"statements" : "14",
1515
"units" : "0",
1616
"version" : "0.1",
1717
"warnings" : "0"

0 commit comments

Comments
 (0)