• Joined on 2024-11-06
coffee synced commits to refs/pull/4787/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
da885fd899 Merge cd6637cf30d68a9df84488122d14c1a699a73615 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/4788/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
ddf8da84f7 Merge 8d24b1552bb723d36f006cce2d64861496b29377 into c6f04243ed7036f130a3ece4e2aa1067e8554236
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
b78aa5ee64 Automated Code Change
Compare 5 commits »
coffee synced commits to refs/pull/4789/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
f43d56bff0 Merge 05a9ebf4e22629288c86305ab41bab75b75d2d96 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/4823/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
58e0f9f8e1 Merge 50d8a7b7fb421dcc7a7bbe4ddf581ca6a577a47b 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/4872/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
067b30ea6d Merge e0a66700097df42f4daf920110c9bf8214cc89b3 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/4880/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
665b0cf2b1 Merge e95f42f966f27d53b76c8653e72de1c659270818 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/4894/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
35049c7393 Merge bef2a5834c193419e5cba354058a76f3c42010c1 into c6f04243ed7036f130a3ece4e2aa1067e8554236
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 4 commits »
coffee synced commits to refs/pull/5002/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
00100ba916 Merge 4ae270979823394bdba49f67792fbecbc7366daf into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5009/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
87d5176d17 Merge a073979d8f7e54b6c926a31b3d2ee17a40bc02bf into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5030/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
2988866b9b Merge f626ec47020aec8baa5d2a6a8546d53a6b3db8af into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5037/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
f30461f942 Merge 0e432d9abc0980fa6c20a94a6bb5748897dfa147 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5043/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
ca6cb4a7dd Merge eed0985f87ee5c84780c4518fc28b242fa557dae into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5045/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
bee4e54040 Merge 653aec68afdcadaae9913d7baf79f738fac538d2 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
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 5 commits »
coffee synced commits to refs/pull/5046/merge at coffee/googletest from mirror 2026-07-29 07:46:26 +08:00
fc39c12558 Merge 806b89cf63a496933d721fca85d4e5db4d79cc56 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 and deleted reference refs/tags/refs/pull/5041/merge at coffee/googletest from mirror 2026-07-29 07:46:25 +08:00
coffee synced commits to main at coffee/googletest from mirror 2026-07-29 07:46:25 +08:00
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 2 commits »
coffee synced commits to refs/changes/21/8146821/meta at coffee/libyuv from mirror 2026-07-29 07:46:21 +08:00
8065c009dd Update patch set 1
coffee synced commits to refs/pull/4865/head at coffee/fmt from mirror 2026-07-28 23:36:30 +08:00
8793ca53e5 Move wide_cp_range struct into display_width_of()
4a2a6e448d Make wide_cp_ranges C++11-compatible; apply clang-format
Compare 2 commits »
coffee synced commits to refs/pull/4865/merge at coffee/fmt from mirror 2026-07-28 23:36:30 +08:00
89bb4b5dd1 Merge 8793ca53e5dbcade50fbf281fe5ad99833cbaa95 into caf5e48b1c56c3dee14768ed7ce08a9d51d03b58
8793ca53e5 Move wide_cp_range struct into display_width_of()
4a2a6e448d Make wide_cp_ranges C++11-compatible; apply clang-format
Compare 3 commits »
coffee synced commits to refs/pull/4672/merge at coffee/googletest from mirror 2026-07-28 23:36:27 +08:00
91d35fb760 Merge fac82b687b4910e551431d83613859e9a2c7eef8 into c6f04243ed7036f130a3ece4e2aa1067e8554236
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
ecb18f0b03 Automated Code Change
Compare 4 commits »