Commit Graph

1647 Commits

Author SHA1 Message Date
Matthew Kennedy 084ad25784 unnecessary functions
only:uaefi
2025-01-09 13:35:20 -05:00
Matthew Kennedy 7ddc55b7f7 test sensor raw value 2025-01-08 19:34:08 -05:00
Matthew Kennedy 78b7791c54 test sensor double register 2025-01-08 19:34:08 -05:00
Matthew Kennedy d254b4ff28 test fan broken clt 2025-01-08 19:34:08 -05:00
Matthew Kennedy 692ff3d976 boost test coverage 2025-01-08 19:34:07 -05:00
kifir 82e95ce9d1 handle lack of ignition voltage (closes #7254) 2025-01-08 16:46:07 -05:00
kifir 284550ce69 only:enhance formatting 2025-01-08 16:46:07 -05:00
kifir 6bcafafc3a only:rename test class for consistency with other test classes #7227 2025-01-08 11:07:28 -05:00
kifir d9781ef7aa fix test - offset and bit index are updated #7227 2025-01-08 11:07:28 -05:00
kifir 4bb1986089 support bit logger fields #7227 2025-01-06 16:32:59 -05:00
FDSoftware c09305add7 remove legacy enableOverdwellProtection
* edited test `ignition.trailingSpark`
* removed `enableOverdwellProtection` from `engine.h`
* removed enableOverdwellProtection usage from `spark_logic.cpp`
related issue: #3553
2025-01-03 00:27:46 -05:00
rusefillc 2abfcffa71 oddFireEngine setting prevents cranking in wasted spark fix #7228
only:uaefi
2025-01-02 19:44:51 -05:00
rusefillc b5c9ac1432 dead
only:uaefi
2025-01-02 18:24:59 -05:00
rusefillc 8a92f1e856 Get rid of GTEST assertion wrappers #6477
only:uaefi
2025-01-02 18:17:01 -05:00
FDSoftware 2701a9c4ce Get rid of GTEST assertion wrappers (assertEqualsM)
related issue: #6477
only:uaefi
2025-01-02 17:51:25 -05:00
FDSoftware 4635e195b3 Get rid of GTEST assertion wrappers (assertEqualsM2)
related issue: #6477
2025-01-01 15:54:51 -05:00
FDSoftware 976937dc79 Get rid of GTEST assertion wrappers (test_fasterEngineSpinningUp.cpp)
one case uses EXPECT_NEAR as RPM are: 199.99998474121094, expected 200
related issue: #6477
2025-01-01 12:04:21 -04:00
FDSoftware 4341cd5c53 Get rid of GTEST assertion wrappers (EngineTestHelper::assertRpm)
without test_fasterEngineSpinningUp.cpp as this file needs to be treated separately (needs EXPECT_NEAR instead of ASSERT_EQ)

related issue: #6477
2025-01-01 10:58:40 -04:00
rusefillc 768fa24ad0 oddFireEngine setting prevents cranking in wasted spark #7228
only:uaefi
2024-12-29 23:18:07 -05:00
rusefillc 15038d30ef only:reducing custom unit test code 2024-12-29 21:52:34 -05:00
rusefillc a6f46fe0a0 always harley 2024-12-29 17:58:06 -05:00
rusefillc da8f5144c3 only:refactoring 2024-12-29 14:40:42 -05:00
rusefillc 1155d8e1b7 only:refactoring 2024-12-29 14:06:25 -05:00
rusefillc 41040541a8 it's always harley 2024-12-29 11:47:05 -05:00
rusefillc c9f7906a0a only:harley 2024-12-28 20:22:03 -05:00
rusefillc b418273e86 only:rename method 2024-12-28 19:25:43 -05:00
rusefillc a47aca24c6 only:harley 2024-12-28 18:43:39 -05:00
rusefillc 47a989eb2e unit tests to write MS logs #7222
only:WOW very dirty hack and a miracle, it works?!
2024-12-27 22:50:52 -05:00
rusefillc f8e920ceaa unit tests to write MS logs #7222
only:making tests a bit more real
2024-12-27 22:12:02 -05:00
rusefillc 25f1010279 unit tests to write MS logs #7222
only:making tests a bit more real
2024-12-27 22:12:02 -05:00
rusefillc 5bf6964538 more ignition encapsulation
only:uaefi
2024-12-27 11:51:43 -05:00
rusefillc 5b7023cf49 extract 'isCranking' parameter
only:uaefi
2024-12-27 11:30:13 -05:00
rusefillc d8607aa1af extract 'updateDwell' method
only:uaefi
2024-12-26 23:27:28 -05:00
Matthew Kennedy acb6be4203 unnecessary includes 2024-12-26 20:14:37 -05:00
Matthew Kennedy 2cf9d69fb4 unnecessary setTwoStrokeOperationMode
only:uaefi
2024-12-26 19:46:56 -05:00
rusefillc 815fb5bec3 only:harley 2024-12-25 20:17:02 -05:00
kifir bfbc7b4449 Support boards with fuel level curves with more than 8 points. 2024-12-24 05:03:47 -05:00
rusefillc 4f5de01abc only:harley cranking test 2024-12-23 23:03:38 -05:00
rusefillc 2ececd0f84 only:reusing existing API 2024-12-23 20:42:26 -05:00
rusefillc 7f01ea80f6 only:harley raw data 2024-12-23 20:03:16 -05:00
rusefillc bbccc1af77 only:harley raw data 2024-12-23 09:28:57 -05:00
kifir aa18fd899f Handle fuel splashing (closes #7180) 2024-12-19 15:51:55 -05:00
kifir 348fe3eaa7 Add `Clutch Up Switch` option to`Activation Mode` combobox on `Shift Torque Reduction (Flat Shift)` dialog #7117 2024-12-18 08:36:09 +02:00
kifir 6eb30ea69f only:replace `ShiftTorqueReductionSwitchTest` with `ShiftTorqueReductionSwitchTest` and `ShiftTorqueReductionInvertedSwitchTest` to avoid combinatorial explosion 2024-12-18 08:36:09 +02:00
kifir 2dbdad0698 only:refactoring: convert `TestBase` class into template to make base GoogleTest class customizable #7117 2024-12-18 08:36:09 +02:00
rusefillc ab68587ce8 only:ExpAverage progress 2024-12-16 23:37:16 -05:00
kifir 482ef8e403 only:refactoring: extract part of functionality into `TestLuaScriptExecutor::executeFormattedLuaScript` template method 2024-12-16 19:28:29 +02:00
kifir 53cc9049cf Add `Clutch Down Switch` option to`Activation Mode` combobox on `Shift Torque Reduction (Flat Shift)` dialog (closes #7117) 2024-12-16 19:28:29 +02:00
kifir aec2f0904c only:small step to real end-to-end tests: now we use Lua scripts instead of direct engine state configuration. 2024-12-16 07:20:26 -05:00
kifir e5f0f2384d Implement `setTorqueReductionState` Lua hook (closes #7160) 2024-12-15 16:48:20 -05:00