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

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

Open
brson opened this issue Dec 14, 2023 · 0 comments
Open

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

brson opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@brson
Copy link
Collaborator

brson commented Dec 14, 2023

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.

@brson brson added the bug Something isn't working label Dec 14, 2023
@brson brson added the help wanted Extra attention is needed label Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant