Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] mpm spectest can not pass #3735

Closed
LemonHX opened this issue Sep 14, 2022 · 1 comment
Closed

[Dev] mpm spectest can not pass #3735

LemonHX opened this issue Sep 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@LemonHX
Copy link
Member

LemonHX commented Sep 14, 2022

Bug Report

Starcoin version:

Current behavior:

Error: Expected errors differ from actual errors:
processed 8 tasks

task 3 'run'. lines 16-38:
{
  "gas_used": 325725,
  "status": "Executed"
  "status": {
    "Keep": "Executed"
  }
}

task 4 'run'. lines 41-65:
{
  "gas_used": 275429,
  "status": "Executed"
  "status": {
    "Keep": "Executed"
  }
}

task 5 'run'. lines 68-97:
{
  "gas_used": 271548,
  "status": "Executed"
  "status": {
    "Keep": "Executed"
  }
}

task 6 'run'. lines 99-125:
{
  "gas_used": 402691,
  "status": "Executed"
  "status": {
    "Keep": "Executed"
  }
}

task 7 'run'. lines 127-155:
{
  "gas_used": 4650818,
  "status": "Executed"
  "status": {
    "Keep": "Executed"
  }
}



failures:
    integration-test::test/math_test.move

test result: FAILED. 0 passed; 1 failed; 0 filtered out

Expected behavior:

pass

Steps to reproduce: #3732

Related code:

insert short code snippets here

Other information:

@LemonHX LemonHX added the bug Something isn't working label Sep 14, 2022
@LemonHX
Copy link
Member Author

LemonHX commented Sep 18, 2022

@LemonHX LemonHX closed this as completed Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant