We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starcoin version:
master latest, commit a991c9b
Current behavior:
Some test cases failed:
case1: thread 'unit_tests::access_path_test::test_access_path' panicked at 'access_path from str should ok: unrecognized token', vm/types/src/unit_tests/access_path_test.rs:86:73
case2: thread 'unit_tests::access_path_test::test_access_path_str_valid' panicked at 'assertion failed: (left == right) left: "0x00000000000000000000000000000001/1/0x00000000000000000000000000000001::Account::Account", right: "0x00000000000000000000000000000001/1/0x1::Account::Account"', vm/types/src/unit_tests/access_path_test.rs:29:9
(left == right)
"0x00000000000000000000000000000001/1/0x00000000000000000000000000000001::Account::Account"
"0x00000000000000000000000000000001/1/0x1::Account::Account"
Expected behavior:
The unit tests should pass.
Steps to reproduce:
cargo test --package starcoin-vm-types --lib -- unit_tests::access_path_test::test_access_path --exact --nocapture --ignored
cargo test --package starcoin-vm-types --lib -- unit_tests::access_path_test::test_access_path_str_valid --exact --nocapture
Related code:
Other information:
Related issues: #3651, #3652
The text was updated successfully, but these errors were encountered:
@jiangying000 @JerryKwan
Sorry, something went wrong.
I am trying to temporarily fix them in #3655, could be rollback when rolling short_str commit back
short_str
This should be fixed
No branches or pull requests
Bug Report
Starcoin version:
master latest, commit a991c9b
Current behavior:
Some test cases failed:
case1: thread 'unit_tests::access_path_test::test_access_path' panicked at 'access_path from str should ok: unrecognized token', vm/types/src/unit_tests/access_path_test.rs:86:73
case2: thread 'unit_tests::access_path_test::test_access_path_str_valid' panicked at 'assertion failed:
(left == right)
left:
"0x00000000000000000000000000000001/1/0x00000000000000000000000000000001::Account::Account"
,right:
"0x00000000000000000000000000000001/1/0x1::Account::Account"
', vm/types/src/unit_tests/access_path_test.rs:29:9Expected behavior:
The unit tests should pass.
Steps to reproduce:
cargo test --package starcoin-vm-types --lib -- unit_tests::access_path_test::test_access_path --exact --nocapture --ignored
cargo test --package starcoin-vm-types --lib -- unit_tests::access_path_test::test_access_path_str_valid --exact --nocapture
Related code:
Other information:
Related issues: #3651, #3652
The text was updated successfully, but these errors were encountered: