Skip to content

Commit 642c738

Browse files
MeshAlgoDistributePointsTest : Remove unnecessary expectedFailures on macOS
1 parent c53d514 commit 642c738

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/IECoreScene/MeshAlgoDistributePointsTest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,14 +544,6 @@ def setUp( self ) :
544544

545545
os.environ["CORTEX_POINTDISTRIBUTION_TILESET"] = os.path.join( "test", "IECore", "data", "pointDistributions", "pointDistributionTileSet2048.dat" )
546546

547-
if sys.platform == "darwin" :
548-
549-
# These fail because MacOS uses libc++, and libc++ has a
550-
# different `std::random_shuffle()` than libstdc++.
551-
552-
MeshAlgoDistributePointsTest.testDensityMaskPrimVar = unittest.expectedFailure( MeshAlgoDistributePointsTest.testDensityMaskPrimVar )
553-
MeshAlgoDistributePointsTest.testDistanceBetweenPoints = unittest.expectedFailure( MeshAlgoDistributePointsTest.testDistanceBetweenPoints )
554-
555547
if __name__ == "__main__":
556548
unittest.main()
557549

0 commit comments

Comments
 (0)