From 6133d7269dffc5d8a81eeae5decd4a48cb2d08dd Mon Sep 17 00:00:00 2001 From: Andrey Kasaurov Date: Mon, 3 Aug 2015 15:46:09 +0300 Subject: [PATCH] Switch on StofIdentityTest group of tests, which use Private Flat --- src/hsail_conformance/core/AddressTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hsail_conformance/core/AddressTests.cpp b/src/hsail_conformance/core/AddressTests.cpp index 3384bf1..9522204 100644 --- a/src/hsail_conformance/core/AddressTests.cpp +++ b/src/hsail_conformance/core/AddressTests.cpp @@ -371,7 +371,7 @@ void AddressArithmeticTests::Iterate(hexl::TestSpecIterator& it) Arena* ap = cc->Ap(); static const char *base = "address"; TestForEach(ap, it, base, cc->Segments().All()); - //TestForEach(ap, it, base, cc->Variables().ByTypeAlign(BRIG_SEGMENT_PRIVATE), Bools::All(), Bools::All()); + TestForEach(ap, it, base, cc->Variables().ByTypeAlign(BRIG_SEGMENT_PRIVATE), Bools::All(), Bools::All()); TestForEach(ap, it, base, cc->Segments().All()); //TestForEach(ap, it, base, Address::All(), Bools::All(), Bools::All()); TestForEach(ap, it, base, cc->Segments().All());