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
Tiago Vignatti edited this page Mar 17, 2014
·
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 | Need to check. | Need to check. |
Compiles and Links.
All tests crash.
|
Compiles and Links.
All tests crash.
|
| base_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| cacheinvalidation_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| cc_unittests | Need to check. | 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 |
| chrome_app_list_unittests | Compiles and Links | Compiles. Doesn't Link | Not supported | Not supported |
| compositor_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| components_unittests | Need to check. | Need to check. | Compiles, Links.
19 tests crash.
|
Compiles, Links.
19 tests crash.
|
| content_browsertests | Need to check. | Need to check. | Compiles, Links.
388 tests fail.
|
Compiles, Links.
388 tests fail.
|
| content_unittests | Need to check. | 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 | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| device_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| events_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| views_examples_with_content_exe | Compiles and Links | Need to check. | Not supported. | Not supported. |
| gpu_unittests |
Compiles.
Doesn't link
|
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 | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| media_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| net_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| ppapi_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sandbox_linux_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sql_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| sync_unit_tests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| ui_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| url_unittests | Need to check. | Need to check. | Compiles, Links and all tests pass. | Compiles, Links and all tests pass. |
| views_examples_exe |
Compiles.
Doesn't link
|
Need to check. | Not supported. | Not supported. |
| views_unittests |
Compiles.
Doesn't link
|
Need to check. | Not supported. | Not supported. |