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

Correctness test for custom data types show validation issues #252

Open
ghaith opened this issue Aug 18, 2021 · 4 comments
Open

Correctness test for custom data types show validation issues #252

ghaith opened this issue Aug 18, 2021 · 4 comments
Labels

Comments

@ghaith
Copy link
Collaborator

ghaith commented Aug 18, 2021

Describe the bug
The correctness test 'custom_datatypes.rs" shows a validation error but passes
It looks like the variable reference is not being resolved correctly

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/tests.rs (target/debug/deps/tests-f27738ba36930a8b)

running 1 test
error: Could not resolve reference to 'i
   ┌─ external_test.st:18:19
   │
18 │         data.arr1[i] := i;
   │                   ^

error: Could not resolve reference to 'i
   ┌─ external_test.st:19:19
   │
19 │         data.arr2[i] := i*10;
   │                   ^

test correctness::custom_datatypes::using_inline_arrays_in_structs ... ok
@riederm riederm added the test label Aug 25, 2021
@ghaith
Copy link
Collaborator Author

ghaith commented Oct 26, 2021

The latest commit fixes the issues with the original tests
However the following tests still show errors:
File: tests/correctness/initial_values.rs
initialization_of_complex_struct_instance
initialization_of_complex_struct_instance_using_defaults
Both show the error : Unresolved constant a

@riederm
Copy link
Collaborator

riederm commented Oct 26, 2021

until this is fixed it's woth to redirect std-err to /dev/null
cargo insta test 2> /dev/null

@ghaith
Copy link
Collaborator Author

ghaith commented Jun 22, 2022

Validation messages are hidden by the null diagnostian in the runner.rs module

@99NIMI
Copy link
Member

99NIMI commented Dec 6, 2022

We need to re-evaluate this

@ghaith ghaith moved this to To do in Next Jan 9, 2023
@ghaith ghaith added this to Next Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: To do
Development

No branches or pull requests

3 participants