-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: repo-panama
-
Component/s: tools
Instead of an array with type ids, a function pointer is accidentally passed to the native code of TestVarArgs.
Since the function pointer is not a valid type id, it is effectively ignored by the test, and the tests then passes silently.
Since the function pointer is not a valid type id, it is effectively ignored by the test, and the tests then passes silently.