Home | History | Annotate | Download | only in test

Lines Matching refs:debuggable

165 DEBUGGABLE_TYPES += debuggable
187 $(foreach debuggable, $(11), \
190 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
475 # Tests that should fail when the optimizing compiler compiles them non-debuggable.
489 # Tests that should fail when the optimizing compiler compiles them debuggable.
495 $(IMAGE_TYPES),$(PICTEST_TYPES),debuggable,$(TEST_ART_BROKEN_OPTIMIZING_DEBUGGABLE_RUN_TESTS),$(ALL_ADDRESS_SIZES))
600 # {11: ndebuggable debuggable}-{12: test name}{13: 32 or 64}
791 ifeq ($(11),debuggable)
793 run_test_options += --debuggable
863 $(foreach debuggable, $(DEBUGGABLE_TYPES), \
864 $(eval $(call define-test-art-run-test,$(target),$(run_type),$(prebuild),$(compiler),$(relocate),$(trace),$(gc),$(jni),$(image),$(pictest),$(debuggable),$(test),$(address_size))) \
903 $(foreach debuggable, $(DEBUGGABLE_TYPES), $(eval \
904 $(call define-test-art-run-test-group,test-art-$(target)-run-test-$(debuggable),$(ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(debuggable))_RULES)))))
936 $(foreach debuggable, $(DEBUGGABLE_TYPES), \
937 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(debuggable))_RULES :=)))