summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* body_detection: Remove get_resolutionGwendal Grignou2023-01-112-13/+2
* test: Disable ASAN for 2 functionsJeremy Bettis2023-01-102-5/+12
* run_device_tests.py: Handle UnicodeDecodeErrorAndrea Grandi2023-01-101-2/+4
* chgstv2: optimization battery protection for low voltageTang Qijun2023-01-101-2/+2
* SBS: Make battery_get_params clear flags selectivelyDaisuke Nojiri2023-01-101-0/+10
* run_device_test: Fix implicit concat warningBobby Casey2023-01-091-1/+1
* SBS: Add more unit tests for battery_get_paramsDaisuke Nojiri2023-01-091-6/+155
* run_device_tests.py: Add option to control private testsAndrea Grandi2023-01-071-7/+24
* test: Disable always_memset test with ASANJeremy Bettis2023-01-061-0/+3
* common: Add WRITE_MASK macroDaisuke Nojiri2023-01-051-0/+28
* flash: Introduce function which provides number of flash banksPatryk Duda2023-01-051-1/+1
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* run_device_tests.py: Improve logs readabilityAndrea Grandi2023-01-031-2/+4
* test: Add function to compare BenchmarkResultsAndrea Grandi2023-01-031-0/+23
* test: Add more tests for benchmark.hAndrea Grandi2023-01-031-0/+41
* test: Add test for std::chrono::system_clockTom Hughes2022-12-154-0/+47
* test: Add gettimeofday testTom Hughes2022-12-154-0/+111
* test: Increase tolerance of timer testAndrea Grandi2022-12-131-1/+1
* fan: Rewrite and test the most common custom fan_percent_to_rpm.Richard Yeh2022-12-131-0/+112
* test: Add a test for global object initializationTom Hughes2022-12-104-0/+61
* include/util: Remove swap macroTom Hughes2022-12-091-19/+0
* test: Add timer testAndrea Grandi2022-12-074-0/+54
* test: Test initialization of static std::vectorAndrea Grandi2022-12-071-0/+15
* test: Test stack initialization of std::vectorAndrea Grandi2022-12-071-0/+15
* TCPMv2: Pass NAK VDM headers to DPMDiana Z2022-12-061-1/+1
* test: Sort header filesJeremy Bettis2022-11-3077-139/+149
* Rename CONFIG_CHARGER_INPUT_CURRENT to _CHARGER_DEFAULT_CURRENT_LIMITPeter Marheine2022-11-291-2/+2
* test: Fix TypeError in run_device_tests.pyAndrea Grandi2022-11-291-1/+1
* i8042: Send command response from priority queueDaisuke Nojiri2022-11-281-48/+53
* Add default implementation of board_set_charge_limitPeter Marheine2022-11-242-4/+4
* run_device_tests.py: Resolve error in type hintBobby Casey2022-11-231-2/+2
* test: Add AES-GCM decrypt benchmarkAndrea Grandi2022-11-231-4/+17
* test: Use benchmark library in aes testAndrea Grandi2022-11-231-13/+9
* test: Convert AES test to C++Andrea Grandi2022-11-171-5/+9
* cortex-m mpu: illegal shift fixstabilize-15245.B-mainBoris Mittelberg2022-11-151-0/+23
* test: Add rng_benchmark testAndrea Grandi2022-11-114-0/+92
* test/kb_scan: Add 1ms delay at the beginning of each test stepRob Barnes2022-11-091-0/+3
* Makefile.toolchain: Enable -ftrapv for fingerprint boardsTom Hughes2022-11-094-0/+277
* test: Add libc_printf testTom Hughes2022-11-044-0/+45
* tcpmv2: dpm: Convert dpm_run to a 1st class SM frameworkScott Collyer2022-11-032-1/+9
* test: Add benchmark library (C++)Andrea Grandi2022-11-024-0/+110
* test/fpsensor_hw: Convert to C++Tom Hughes2022-11-011-1/+1
* test: sensor tests: Include what we needGwendal Grignou2022-10-281-1/+5
* tcpmv2: expand alert storm count to 1800mike2022-10-281-1/+1
* motion_sense: Trigger AP interrupt based on sensor timestampGwendal Grignou2022-10-281-0/+75
* test: Check that std::vector memory is destroyedAndrea Grandi2022-10-241-0/+30
* test: Add basic test of std::vectorAndrea Grandi2022-10-214-0/+96
* test: Add panic testTom Hughes2022-10-185-0/+136
* test: Add on-device exception testTom Hughes2022-10-144-0/+105
* test: Add on-device abort() testTom Hughes2022-10-144-0/+92