~aleteoryx/muditaos

ref: f980abd28af9ab64572cd82166a9f92d051b7ec8 muditaos/test d---------
871b250d — Marcin Smoczyński 5 years ago
[EGD-4534] Change audio data path synchronization

Refactor audio data path to fix several synchronization issues and
excessive copy operations on large memory blocks. Introduce
audio::Stream data structure to allow connecting audio source and sink
with a zero-copy capability.

Introduce system mechanisms:
 - critical section guard lock needed for stream synchronization
 - non-cacheable memory allocator to allocate memory for DMA safe
   buffers

Update the Googletest CMake template to match the capabilities of the
Catch2 template.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
c42f977f — Bartosz Cichocki 5 years ago
[EGD-4752] tests: fixed contact offset bug, sliced contact test into batches (#1154)

Fix contact offset bug
Slice contact test into batches

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
0d80a71a — Tomek Sobkowiak 5 years ago
[EDG-4494] Exclude contacts from temporary group (#1109)

* [EDG-4494] Exclude contacts from temporary group
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
3a924e7d — Wojtek Cichoń 5 years ago
[EGD-4576] doc: linked to integration tests article (#1111)

Add references to Test harness README article

Added references to Test harness README in two places:
- Documentation table of contents
- Development workflow article
cdfadba3 — Bartosz Cichocki 5 years ago
[EGD-4510] testing: added pytest tests, updated documentation (#1096)

Add pytest test and functional tests, update documentation

[EGD-4510] rewritten service-desktop tests into pytest manner

[EGD-4510] updated docs, rewritten FT to pytest manner

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
c81e7934 — Bartosz Cichocki 5 years ago
[EGD-4437] added version check script (#1086)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
ed9e55f5 — Bartosz Cichocki 5 years ago
[EGD-4420] added timeout for opening serial port (#1077)

[EGD-4420] added pts to file writing and checking on the test side

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
84e08c24 — tomaszrogala 5 years ago
[EGD-3512] Create ICS Parser (#892)

-Create application desktop endpoints for calendar events
-Modify Calendar Database Interface
-Create ParserICS lib
-Create calendar events endpoints test
-Create UT for ParserICS
d9d4d76e — Bartosz Cichocki 5 years ago
[EGD-4395] added call test case and screen unlock fix (#1060)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
6bd2c091 — Roman Kubiak 5 years ago
[EGD-4318] updated test harness defs for service desktop release (#1055)

50f28e8f — Bartosz Cichocki 5 years ago
[EGD-4270] updated test API, added sending message case in test harness (#1042)

[EGD-4270] build fix for GCC 10

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
421e291a — Radoslaw Wicik 5 years ago
[EGD-4433] update Cathc2 to v2.13.3
aedd6a7a — Bartosz Cichocki 5 years ago
[EGD-4319] Added test harness API (#993)

[EGD-4319] added phone lock checking and opening application from harness

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
d5baec38 — Bartosz Cichocki 5 years ago
[EGD-4211] moved test harness into service-desktop (#945)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
f16d3022 — Bartosz Cichocki 5 years ago
[EGD-4191] added keyReleased handling from service-desktop (#930)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
58068535 — RobertPiet 5 years ago
[EGD-4053] unit tests framework for Settings (#864)

[EGD-4053] update queries

[EGD-4053] connect Settings, SettingsAgent, SettingsMessages and queries

[EGD-4053] change settings interface to async

[EGD-4053] mock-logs.cpp commented out -duplicated symbol in linking

[EGD-4053] review issues solved
bf260952 — Lucjan Bryndza 5 years ago
[EGD-4075] Use FATFS in the Linux builds (#843)

* [EGD-4075] Use FAT fs in the emulator

Add script for genrate base phone image

* [EGD-4075] Use FreeRTOS-FAT in emulator initial commit

* [EGD-4075] Thread local storage fix

Fixing thread local storage when running on the
Linux platform in the test mode

* [EGD-4075] Improve image generation

Improve image generation script on the linux platform

* [EGD-4075] Fix all test with FAT fs image

Fix all tests with fatfs image

* [EGD-4075] Fix calculator utility test

* [EGD-4075] Image dependencies fix

* Remove uneeded comments

* Missing headers in CR

* [EGD-4075] Fixed whitespaces

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
acfe5364 — Hubert Chrzaniuk 5 years ago
[EGD-4120] Cellular - new line at the end of the command (#877)

Next