This is an archive of the discontinued LLVM Phabricator instance.

[unittests] Remove reverse iteration tests which use pointer-like keys
ClosedPublic

Authored by mgrang on Aug 24 2017, 5:10 PM.

Details

Summary

The expected order of pointer-like keys is hash-function-dependent which in turn depends on the platform/environment. Need to come up with a better way to test reverse iteration of containers with pointer-like keys.

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang accepted this revision.Aug 24 2017, 6:07 PM
mgrang updated this revision to Diff 112643.
mgrang retitled this revision from [unittests] Limit reverse iteration test to only reverse iteration builds to [unittests] Remove reverse iteration tests which use pointer-like keys.
mgrang edited the summary of this revision. (Show Details)

This is needed to un-break the bots. Will go ahead and commit this.

This revision is now accepted and ready to land.Aug 24 2017, 6:08 PM
This revision was automatically updated to reflect the committed changes.