• Joined on 2024-11-06
coffee synced commits to refs/pull/4970/merge at coffee/googletest from mirror 2026-07-30 00:06:26 +08:00
2fa3464e6d Merge dd60eb1d088a9647d40cfcb3705f047afa42c1fb into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4976/merge at coffee/googletest from mirror 2026-07-30 00:06:26 +08:00
155f03ad77 Merge 18258591c9fb3b395c211159baefb6a78017e2a9 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 8 commits »
coffee synced commits to refs/pull/4809/merge at coffee/googletest from mirror 2026-07-30 00:06:25 +08:00
53d85a3e6e Merge 9e9fa894c8a1b3fac2d10e9ccb4b0b303c8d01c2 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/pull/4337/merge at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
01eb661b43 Merge dd45329f01818ae7eb5fd637a9d5d325edc96c98 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4692/head at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
8add6b4315 Create Zephyr external module
a7c5061b07 Add support of Zephyr OS
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 4 commits »
coffee synced commits to refs/pull/4692/merge at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
def9882ab3 Merge 8add6b43151ea106aa0437de2fa8fd1dd1be6b8a into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
8add6b4315 Create Zephyr external module
a7c5061b07 Add support of Zephyr OS
Compare 3 commits »
coffee synced commits to refs/pull/4702/merge at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
aa9cfd1b60 Merge aaebbb24f65fe9ba33c679b4c1ea4311948b168e into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/pull/4883/merge at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
f27f736aef Merge 55da83185f39dd0b198e20a135eeee3b2865125e into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 7 commits »
coffee synced commits to refs/pull/4924/merge at coffee/googletest from mirror 2026-07-29 15:56:27 +08:00
6ed5893ad8 Merge f252081fb5745ce6c5d410b28baa207d74a90349 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/changes/21/8141021/meta at coffee/libyuv from mirror 2026-07-29 15:56:23 +08:00
06c746a893 Update patch set 3
coffee synced commits to clean at coffee/fmt from mirror 2026-07-29 07:46:29 +08:00
coffee synced new reference clean to coffee/fmt from mirror 2026-07-29 07:46:29 +08:00
coffee synced commits to refs/pull/4107/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
4f29e71420 Merge a0a4aa8083ace1f669837c0e089725d9ae2530cc into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4389/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
73ee540649 Merge 4272bb51904567609a1cd35c1a38003d0a20395a into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4571/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
fe655ad7d3 Merge 763d27219ce526b2f0f1779199b13c61a3833cd2 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4628/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
23d2aed3ea Merge 1c9e9a635f3a7a6be7771559fe28ea70bcee8de4 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4670/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
b4d8b04cb4 Merge d38cdaefc2b0f0f1acc3fbdec4bc747c6a533b58 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4687/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
6686833fca Merge 2075c621119d7ec5ad0f9817c92dea1702642d53 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »
coffee synced commits to refs/pull/4692/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
d46224f186 Merge 3104b96377aae28dd95f091ca534cc4c1c1dd349 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/pull/4695/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
0b825e05e4 Merge 1d93448edca339f2f1566d05596ba8064d38113b into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 6 commits »