anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

[Bug] Enable "specific failures" in stdlib test suite #398

Open brson opened 6 months ago

brson commented 6 months ago

The stdlib test suite has solana-specific comments like

// TODO enable specific failure
//#[expected_failure(vector_error, minor_status = 1, location = Self)]
#[expected_failure]

where we are failing as expected but not producing the error codes the test suite expects.

Figure out what mechanism needs to be tied to the runtime to make these work as expected and reduce the diff against upstream.