Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
tools/test/config_test/test03/test_data.py
- Committer:
- dkato
- Date:
- 2018-02-02
- Revision:
- 0:f782d9c66c49
File content as of revision 0:f782d9c66c49:
# Similar to test1, but this time B2 attempt to override base1_1. Since B2 doesn't directly inherit # from B1, this must raise an error expected_results = { "f": { "desc": "attempt to override undefined parameter in inherited target", "exception_msg": "Attempt to override undefined parameter 'base1_1' in 'target:b2'" }, "d1": { "desc": "single target inheritance again", "target.base1_1": "v_base1_1_d1", "target.base1_2": "v_base1_2_d1", "target.base1_3": "v_base1_3_b1", "target.derived1": "v_derived1_d1", "target.derived2": "v_derived2_d1" } }