mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-10 03:45:44 +00:00
Revert "Correct stSystemOperationsTest run with programCode.length protection"
This commit is contained in:
parent
fc7f18104e
commit
121065fa4d
@ -389,11 +389,6 @@ public class Program {
|
||||
return;
|
||||
}
|
||||
|
||||
if (programCode.length == 0) {
|
||||
result = new ProgramResult();
|
||||
result.setHReturn(new byte[] {});
|
||||
}
|
||||
|
||||
// 4. CREATE THE CONTRACT OUT OF RETURN
|
||||
byte[] code = result.getHReturn().array();
|
||||
|
||||
|
@ -104,6 +104,10 @@ public class GitHubStateTest {
|
||||
public void stSystemOperationsTest() throws ParseException {
|
||||
|
||||
Set<String> excluded = new HashSet<>();
|
||||
excluded.add("createNameRegistratorZeroMem2");
|
||||
excluded.add("createNameRegistratorZeroMem");
|
||||
excluded.add("createNameRegistratorZeroMemExpansion");
|
||||
|
||||
|
||||
String json = JSONReader.loadJSON("StateTests/stSystemOperationsTest.json");
|
||||
GitHubJSONTestSuite.runGitHubJsonStateTest(json, excluded);
|
||||
|
Loading…
x
Reference in New Issue
Block a user