From 01e6b56f6a5290a01c00ce1f0d3579a41a27b2e5 Mon Sep 17 00:00:00 2001 From: Ulya Trafimovich Date: Tue, 17 Jan 2023 13:13:55 +0000 Subject: riscv64: disable gtests for unsupported components. Bug: b/271573990 Test: gtests on host: lunch aosp_riscv64-userdebug && m test-art-host-gtest Test: gtests on target (on a Linux RISC-V VM): lunch aosp_riscv64-userdebug export ART_TEST_SSH_USER=ubuntu export ART_TEST_SSH_HOST=localhost export ART_TEST_SSH_PORT=10001 export ART_TEST_ON_VM=true . art/tools/buildbot-utils.sh art/tools/buildbot-build.sh --target # Create, boot and configure the VM. art/tools/buildbot-vm.sh create art/tools/buildbot-vm.sh boot art/tools/buildbot-vm.sh setup-ssh # password: 'ubuntu' art/tools/buildbot-cleanup-device.sh art/tools/buildbot-setup-device.sh art/tools/buildbot-sync.sh art/tools/run-gtests.sh Change-Id: I278e3453406a91a5e9d03645cafb9a9d1f82d896 --- compiler/compiler_reflection_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/compiler_reflection_test.cc') diff --git a/compiler/compiler_reflection_test.cc b/compiler/compiler_reflection_test.cc index f3c07db136..d8e2b9e5b9 100644 --- a/compiler/compiler_reflection_test.cc +++ b/compiler/compiler_reflection_test.cc @@ -29,6 +29,7 @@ namespace art HIDDEN { class CompilerReflectionTest : public CommonCompilerTest {}; TEST_F(CompilerReflectionTest, StaticMainMethod) { + TEST_DISABLED_FOR_RISCV64(); ScopedObjectAccess soa(Thread::Current()); jobject jclass_loader = LoadDex("Main"); StackHandleScope<1> hs(soa.Self()); -- cgit v1.2.3-59-g8ed1b