Skip to content

Commit

Permalink
Complete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed May 30, 2024
1 parent bf36f27 commit 785770d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/celeritas/em/Fluctuation.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ TEST_F(EnergyLossDistributionTest, urban)
sum += loss;
}
#ifdef _MSC_VER
// XXX
// TODO: determine why the sampled sequence is different
GTEST_SKIP() << "Results differ statistically when built with MSVC...";
#endif

Expand Down
2 changes: 1 addition & 1 deletion test/orange/orangeinp/CsgTree.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace test
TEST(CsgTypes, hash)
{
#ifdef _MSC_VER
// XXX
// TODO: if performance on windows is negatively affected, fix this
GTEST_SKIP()
<< "in MSVC, std::variant hash does *not* change based on the "
"type index";
Expand Down

0 comments on commit 785770d

Please sign in to comment.