summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/malloc: Add a test for double-free when using mallocstabilize-15415.B-mainTom Hughes2023-04-071-0/+25
* test: Add a test for malloc/freeTom Hughes2023-04-074-0/+106
* fpsensor: Rename fpsensor_detect functionsBobby Casey2023-04-061-1/+1
* fp_sensor_mock: Rename fp_sensor_mockBobby Casey2023-04-061-1/+1
* test: Add unit tests for sbrkTom Hughes2023-04-044-0/+98
* Revert "test/fpsensor_hw: fpsensor_hw test compiles and runs with gtest"Aashish Sharma2023-03-252-6/+12
* test/fpsensor_hw: fpsensor_hw test compiles and runs with gtestTom Hughes2023-03-242-12/+6
* test: Add a wrapper for googletestTom Hughes2023-03-241-0/+35
* test/motion_lid: Integrate with tablet hall sensorGwendal Grignou2023-03-232-9/+91
* common/tablet: Allow getting out of tablet mode when sensors are brokenGwendal Grignou2023-03-236-2/+310
* tree: Run clang-format on C++ filesTom Hughes2023-03-162-2/+2
* test/fpsensor_hw: Include config.h instead of board.hTom Hughes2023-03-151-2/+2
* crc16: Add CRC-16 utility functionsDerek Huang2023-03-081-0/+16
* driver/fingerprint: Add _FPC suffix to FPC macrosBobby Casey2023-03-031-1/+1
* chgstv2: Separate v0 and v1 param struct for EC_CMD_CHARGE_CURRENT_LIMITDaisuke Nojiri2023-03-031-1/+1
* fpsensor: Rename fpsensor_private.h to fpsensor_utils.hBobby Casey2023-03-021-1/+1
* USB-PD: Print DPM state only if debug_level >= 2Daisuke Nojiri2023-03-021-0/+8
* TCPM: Divorce v1 and v2 alternate mode handlingDiana Z2023-02-231-0/+8
* Add unit test for EC_CMD_CHARGE_CURRENT_LIMIT v1Daisuke Nojiri2023-02-191-27/+87
* i8042: return self-test status on resetBoris Mittelberg2023-02-171-3/+14
* TCPMv2: Remove PE_FLAGS_VDM_SETUP_DONEAbe Levkoy2023-02-131-3/+36
* run_device_tests: Temporarily ignore long line errorsBobby Casey2023-02-091-0/+2
* run_device_tests: Add option to test with production app imageBobby Casey2023-02-091-16/+53
* test: Check TPM_SEED is reset after rebootFiras Sammoura2023-02-084-0/+116
* docs: Add missing sudo to commandTom Hughes2023-02-081-1/+1
* TCPM: Separate Discovery into its own moduleDiana Z2023-02-071-0/+3
* TCPMv2: Gate DP module support on a CONFIGDiana Z2023-02-072-8/+3
* run_device_tests: Add explicit function to power cycle the boardBobby Casey2023-02-071-3/+9
* ec: Use chromite isort configJeremy Bettis2023-02-032-5/+8
* TCPMv2: Queue Attention messages for consumptionDiana Z2023-01-251-0/+4
* 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