regression: disable ComparatorL2Config for now
This tests atomics against the L2. However, we don't have an L2 yet so this is hitting the broadcast hub, which does not support these operations.
This commit is contained in:
parent
a670f63c81
commit
6aeadc4551
@ -61,7 +61,7 @@ endif
|
|||||||
ifeq ($(SUITE),GroundtestSuiteB)
|
ifeq ($(SUITE),GroundtestSuiteB)
|
||||||
PROJECT=groundtest
|
PROJECT=groundtest
|
||||||
CONFIGS=BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
|
CONFIGS=BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
|
||||||
ComparatorConfig ComparatorBufferlessConfig ComparatorL2Config ComparatorStatelessConfig
|
ComparatorConfig ComparatorBufferlessConfig ComparatorStatelessConfig
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(SUITE),UnittestSuite)
|
ifeq ($(SUITE),UnittestSuite)
|
||||||
|
Loading…
Reference in New Issue
Block a user