non determinism for `Ysafe-init` external method trace
See original GitHub issuethere seems to be some non determinism in running the Ysafe-init
tests in https://github.com/lampepfl/dotty/pull/12685. either method name
or ordinal
appears in the error message for the enum example, so the check file diff fails in test_windows_full https://github.com/lampepfl/dotty/actions/runs/937890644
_Originally posted by @bishabosha in https://github.com/lampepfl/dotty/issues/12823#issuecomment-861291086_
Here is the line in the error:
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Deterministic and Nondeterministic Functions - SQL Server
Nondeterministic functions may return different results each time they're called with a specific set of input values even if the database ...
Read more >Internal nondeterminism vs external (observable ...
Nondeterministic vs deterministic Nondeterminism means that the path of execution isn't fully determined by the specification of the computation, so the same ...
Read more >Trace and Testing Metrics on Nondeterministic Probabilistic ...
We consider three approaches to the combination of nondeterminism and probability: the trace distribution, the trace-by-trace and the supremal probabilities ...
Read more >TraceSanitizer – Eliminating the Effects of Non-determinism ...
TraceSanitizer can identify and compensate for non- determinisms caused either by dynamic memory allocation or by non-deterministic scheduling. We formulate a ...
Read more >Trace Specifications of Non-Deterministic Multi-Object Modules
A trace specification is a “black-box” specification, i.e., it describes only those features of a module that are externally observable. The method was ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe it is this failure that causes the nightlies to fail
Fixed in #12989