Commit f43c77a
committed
[TS] Whitelist Less.lessUnknown in the differential suite
The engine resolves relational operators on mixed-type fake-object operands
per sort pair (Lt.onBool = !lhs && rhs) instead of the JS ToNumber coercion,
so e.g. `false < 0.0` is reported true while JS gives `0 < 0 === false`.
The divergence surfaces nondeterministically depending on which input models
the machine samples, making the suite flaky without the whitelist entry.1 parent 2741f34 commit f43c77a
1 file changed
Lines changed: 5 additions & 0 deletions
File tree
- usvm-ts-pbt/src/test/kotlin/org/usvm/ts/pbt/interpreter
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
0 commit comments