This repository was archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Testing
kalyan kondapally edited this page Jul 14, 2015
·
62 revisions
GYP_DEFINES:
Static Build: 'component=static_library use_aura=1 use_ozone=1' Shared Build: 'component=shared_library use_aura=1 use_ozone=1' Embedded Build: 'component=static_library embedded=1' Shared Embedded Build: 'component=shared_library embedded=1'
| Target | Static Build | Shared Build | Embedded Build | Shared Embedded Build |
| aura_unittests | Compiles and Links. All tests pass. | Need to check. |
Compiles and Links.
All tests crash.
|
Compiles and Links.
All tests crash.
|
| base_unittests | Compiles and Links. Some test fails | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| cacheinvalidation_unittests | Compiles and Links. All tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| cc_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| chrome | Compiles and Links | Compiles. Doesn't Link | Not supported | Not supported |
| compositor_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| components_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links.
19 tests crash.
|
Compiles, Links.
19 tests crash.
|
| content_browsertests | Compiles and Links. Tests fail. | Need to check. | Compiles, Links.
388 tests fail.
|
Compiles, Links.
388 tests fail.
|
| content_unittests | Compiles and Links. Tests fail. | Need to check. | Compiles, Links.
205 tests crash.
|
Compiles, Links.
205 tests crash.
|
| content_shell | Compiles and Links | Compiles and Links | Compiles and Links | Compiles and Links |
| crypto_unittests | Compiles and Links. All tests pass.. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| device_unittests | Compiles and Links. All tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| events_unittests | Compiles and Links. All tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| views_examples_with_content_exe | Compiles and Links. Drop Down Menu doesn't work. | Need to check. | Not supported. | Not supported. |
| gpu_unittests |
Compiles.
Compiles and Links.
|
Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| interactive_ui_tests |
Need to port GlobalCommandsApiTest to Ozone
|
Need to check. | Not supported. | Not supported. |
| ipc_tests | Compiles and Links. All tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| media_unittests | Compiles and Links. All tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| net_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| ppapi_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sandbox_linux_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sql_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sync_unit_tests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| ui_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| url_unittests | Compiles, Links and all tests pass. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| views_examples_exe | Compiles, Links and tests fail. | Need to check. | Not supported. | Not supported. |
| views_unittests | Compiles, Links and tests fail. | Need to check. | Not supported. | Not supported. |