test breaking randomly due to nondeterministic error message #197

Closed
opened 2022-02-23 21:14:10 +08:00 by sb10q · 1 comment
---- typecheck::typedef::test::test_invalid_unification::record_obj_merge stdout ----
thread 'typecheck::typedef::test::test_invalid_unification::record_obj_merge' panicked at 'assertion failed: `(left == right)`
  left: `Err("`3[var4]::b` field/method does not exist")`,
 right: `Err("`3[1]::b` field/method does not exist")`', nac3core/src/typecheck/typedef/test.rs:333:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

``` ---- typecheck::typedef::test::test_invalid_unification::record_obj_merge stdout ---- thread 'typecheck::typedef::test::test_invalid_unification::record_obj_merge' panicked at 'assertion failed: `(left == right)` left: `Err("`3[var4]::b` field/method does not exist")`, right: `Err("`3[1]::b` field/method does not exist")`', nac3core/src/typecheck/typedef/test.rs:333:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
sb10q added this to the Prealpha milestone 2022-02-23 21:14:10 +08:00
sb10q added the
high-priority
label 2022-02-23 21:14:10 +08:00
pca006132 was assigned by sb10q 2022-02-23 21:14:10 +08:00

Fixed by cc769a7006

Fixed by cc769a70066963da8204cda7c272c16798ef48ac
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#197
There is no content yet.