Test project TestTimelineFrameEvent:: onFrameEvent not working

Hi All,

Probably there are better place to post this, please if so let me know how.
the testcase TestTimelineFrameEvent in the cocos2d-x project (3.6) does not appear to be working, at least not on win32.
The onFrameEvent function is not being ececuted. (breakpoint not hit).

the event hookup is in the following line:

action->setFrameEventCallFunc(CC_CALLBACK_1(TestTimelineFrameEvent::onFrameEvent, this));

filename: ActionTimelineTestScene.cpp.

I would like to use similar functionality in my project. Can somebody please help me out.

My goal is the following:
I have a cocos2d-x project.

In a Timeline, on a frame, under advanced properties, i added a frame event “myFrameEvent” .

Upon that frame being enetered i want to execute a function. E.G. ShowAmazingFireworks.

If more information is required to help me, please ask.

I verified this in the tests.
in ActionTimelineTestScene.cpp the onFrameEvent is not called. I place a breakpoint in VS2013, Also no visual change. There is no validation in the test, so is assume this will always pass the autotest functions.

What is the best place to report this issue?