axmol/tests
David DeSimone 3b7ffcf5d0 unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856)
* Fixing issue where Scheduler::unscheduleAll() would not unschedule functions scheduled with Scheduler::performFunctionInCocosThread.

* Removing clear of _functionsToPerform from unscheduleAll, based on code review feedback. Adding a function removeAllFunctionsToBePerfomedInCocosThread, which will remove all pending functions scheduled with performFunctionOnCocosThread.

* Adding test case for Scheduler::removeAllFunctionsToBePerformedInCocosThread

* Adding proper cleanup code to Scheduler test for SchedulerRemoveAllFunctionsToBePerformedInCocosThread
2016-12-08 11:58:58 +08:00
..
cpp-empty-test Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00
cpp-tests unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856) 2016-12-08 11:58:58 +08:00
game-controller-test merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
js-memory-gc-tests merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
js-tests Adding performance.now() to cocos2d-js. (#16766) 2016-11-04 11:58:48 +08:00
lua-empty-test Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00
lua-game-controller-test merge v3.13.1 back to v3 2016-09-15 10:08:28 +08:00
lua-tests Support compile & run project on Tizen by cocos command. (#16783) 2016-11-02 17:41:26 +08:00
performance-tests fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00