Skip to content

Commit

Permalink
Switch on StofIdentityTest group of tests, which use Private Flat
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaurov committed Aug 3, 2015
1 parent 4791c0c commit 6133d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hsail_conformance/core/AddressTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void AddressArithmeticTests::Iterate(hexl::TestSpecIterator& it)
Arena* ap = cc->Ap();
static const char *base = "address";
TestForEach<StofNullTest>(ap, it, base, cc->Segments().All());
//TestForEach<StofIdentityTest>(ap, it, base, cc->Variables().ByTypeAlign(BRIG_SEGMENT_PRIVATE), Bools::All(), Bools::All());
TestForEach<StofIdentityTest>(ap, it, base, cc->Variables().ByTypeAlign(BRIG_SEGMENT_PRIVATE), Bools::All(), Bools::All());
TestForEach<FtosNullTest>(ap, it, base, cc->Segments().All());
//TestForEach<FtosIdentityTest>(ap, it, base, Address::All(), Bools::All(), Bools::All());
TestForEach<SegmentpNullTest>(ap, it, base, cc->Segments().All());
Expand Down

0 comments on commit 6133d72

Please sign in to comment.