microsoft / microsoft/react-native-windows
Failing InteropCSModuleTests Against X64 Hermes Release
Open
@dannyvv is already working on this.
Since Oct 22, 2021.
Area: JavaScript Engine
Area: Tests
bug
Workstream: Component Parity
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
We see the following three failures running integration-test-app against release Hermes x64.
● InteropCSModuleTests › PointConstant
expected undefined to equal 10, js engine: hermes
at o(index.windows:426:504),
at anonymous(index.windows:458:1565),
at anonymous(index.windows:462:501),
at anonymous(index.windows:469:419),
at anonymous(index.windows:464:1343),
at p(index.windows:80:587),
at anonymous(index.windows:80:1890),
at anonymous(index.windows:80:1013),
at p(index.windows:80:587),
at o(index.windows:80:1066),
at anonymous(index.windows:80:1423),
at tryCallTwo(InternalBytecode.js:61:8),
at doResolve(InternalBytecode.js:216:24),
at Promise(InternalBytecode.js:82:13),
at u(index.windows:80:1407),
at anonymous(index.windows:80:1459),
at anonymous(index.windows:80:1013),
at anonymous(index.windows:80:3848),
at anonymous(index.windows:464:1276),
at Xa(index.windows:56:83166),
at anonymous(index.windows:178:3838),
at ct(index.windows:56:25986),
at Wa(index.windows:56:82558),
at anonymous(index.windows:56:82470),
at Y(index.windows:178:2883),
at e(index.windows:178:400),
at anonymous(index.windows:82:1230),
at T(index.windows:82:486),
at callTimers(index.windows:82:2589),
at value(index.windows:37:3469),
at anonymous(index.windows:37:662),
at value(index.windows:37:2459),
at value(index.windows:37:634)
● InteropCSModuleTests › DeltaPoint
expected undefined to equal 9, js engine: hermes
at o(index.windows:426:504),
at anonymous(index.windows:458:1565),
at anonymous(index.windows:462:501),
at anonymous(index.windows:469:2329),
at value(index.windows:37:3763),
at anonymous(index.windows:37:817),
at value(index.windows:37:2459),
at value(index.windows:37:787)
● InteropCSModuleTests › DeltaPointAsync
expected undefined to equal 9, js engine: hermes
at o(index.windows:426:504),
at anonymous(index.windows:458:1565),
at anonymous(index.windows:462:501),
at anonymous(index.windows:469:2619),
at p(index.windows:80:587),
at anonymous(index.windows:80:1890),
at anonymous(index.windows:80:1013),
at p(index.windows:80:587),
at o(index.windows:80:1066),
at anonymous(index.windows:80:1209),
at tryCallOne(InternalBytecode.js:53:15),
at anonymous(InternalBytecode.js:139:26),
at anonymous(index.windows:82:1632),
at T(index.windows:82:486),
at w(index.windows:82:884),
at callImmediates(index.windows:82:2979),
at value(index.windows:37:2779),
at anonymous(index.windows:37:937),
at value(index.windows:37:2459),
at value(index.windows:37:907),
at value(index.windows:37:842)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.