Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

[Bug] stdlib/nursery tests fail to run #400

Open
@brson

Description

We pass the normal stdlib tests on rbpf. The stdlib also contains a "nursery" that is a separate project, and for which the tests fail to run at all.

$ MOVE_NATIVE=$(pwd)/language/move-native cargo run -p move-cli --features solana-backend -- test -p language/move-stdlib/nursery --arch solana --solana
    Finished dev [unoptimized + debuginfo] target(s) in 0.44s
     Running `target/debug/move test -p language/move-stdlib/nursery --arch solana --solana`
INCLUDING DEPENDENCY MoveStdlib
BUILDING MoveNursery
Running Move unit tests
thread '<unnamed>' panicked at 'Move model has errors', /home/azureuser/data/solana/move/language/tools/move-unit-test/src/test_runner.rs:853:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'Move model has errors', /home/azureuser/data/solana/move/language/tools/move-unit-test/src/test_runner.rs:853:13
thread '<unnamed>' panicked at 'Move model has errors', /home/azureuser/data/solana/move/language/tools/move-unit-test/src/test_runner.rs:853:13
thread '<unnamed>' panicked at 'Move model has errors', /home/azureuser/data/solana/move/language/tools/move-unit-test/src/test_runner.rs:853:13
thread '<unnamed>' panicked at 'Move model has errors', /home/azureuser/data/solana/move/language/tools/move-unit-test/src/test_runner.rs:853:13

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions