RuidSiel / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

[mac] Add CEF unit test support #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CEF unit tests cannot currently be run on Mac because the unit tests  require 
multi-threaded message loop mode, which is not supported on Mac. We need to 
figure out a way to run the unit tests without requiring multi-threaded message 
loop mode.

Original issue reported on code.google.com by magreenb...@gmail.com on 10 Sep 2011 at 7:55

GoogleCodeExporter commented 9 years ago
Additionally you'll find an exception is thrown when calling 
ResourceBundle::InitSharedInstance().   The mac unit tests are compiled into a 
dylib rather than a bundle which could also house the .pak files etc.

Original comment by j...@kirkconsulting.co.uk on 28 Dec 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Unit tests now run on Mac and Linux with revision 450.

Original comment by magreenb...@gmail.com on 31 Dec 2011 at 1:05