summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-18[SP 2025-09-01] Throw an exception in JNI::NewObject for abstract classes.banksia-dev Nicolas Geoffray
2025-03-24Run-test: Add 'ArtTest' atest target David Srbecky
2025-03-21Run-test: Remove sanitize_dex2oat_cmdline David Srbecky
2025-03-21Fix libartpalette MCTS tests to not link the runtime statically. Martin Stjernholm
2025-03-20Move more path logic for tests to testing.cc, so it can be used without Martin Stjernholm
2025-03-20Run-test: Remove intermediate files from the build output. David Srbecky
2025-03-20Use a raw string in `run_test_build.py`. Vladimir Marko
2025-03-20Fix LSE to track type conversions correctly. Vladimir Marko
2025-03-19Disable 055-enum-performance on tradefed Mythri Alle
2025-03-18Revert^4 "Use nanoseconds for v2 method tracing" Mythri Alle
2025-03-17Remove min_sdk_verison property Gurpreet Singh
2025-03-121963-add-to-dex-classloader-in-memory: remove workaround. Elliott Hughes
2025-03-10Test1963: remove unnecessary JNI. Elliott Hughes
2025-03-07Remove fugu workarounds from run-libcore-tests.py. Elliott Hughes
2025-03-05Use right type when using unique_ptr for array Mythri Alle
2025-03-04Fix a memory leak in dum_trace used in 2246-trace-v2 Mythri Alle
2025-03-03Turn string raw in testrunner.py Santiago Aboy Solanes
2025-02-25Disable -Wcast-function-type-mismatch Aditya Kumar
2025-02-25Allow accesses to unsupported APIs from platform to core platform. Martin Stjernholm
2025-02-20Remove extraneous apex_available from art tests Colin Cross
2025-02-19[Sim] Build target boot image for simulator Chris Jones
2025-02-19[Sim] Add a restricted mode setup Chris Jones
2025-02-18Update test expectation. Nicolas Geoffray
2025-02-18Refactor `Instrumentation` out of `Runtime`. Vladimir Marko
2025-02-18Do not inline a method that was marked as un-compilable. Nicolas Geoffray
2025-02-18Support loading an ELF file from a zip file. Jiakai Zhang
2025-02-17Refactor `ArtMethod` entrypoint initialization. Vladimir Marko
2025-02-14verifier: Reject `filled-new-array/-range` with `[J`/`[D`. Vladimir Marko
2025-02-14Refactor OatFileAssistant - Step 3. Jiakai Zhang
2025-02-11verifier: Keep locking info for no-op move-object. Vladimir Marko
2025-02-10Add //apex_available:platform to art tests Colin Cross
2025-02-10Use `std::string_view` for `DescriptorToDot()`, ... Vladimir Marko
2025-01-30Reduce alignment for .rodata section in OAT files Richard Neill
2025-01-29Optimizing: Fix `SimplifyIfs()` for FP bias mismatch. Vladimir Marko
2025-01-29Ignore hiddenapi denial errors on qemu as well. Martin Stjernholm
2025-01-28Do not always set ART_TEST_CHROOT in testrunner.py. Martin Stjernholm
2025-01-28Log info about the caller and callee in hiddenapi denial messages. Martin Stjernholm
2025-01-28Allow ART internal libs to load libs in NATIVELOADER_DEFAULT_NAMESPACE_LIBS. Martin Stjernholm
2025-01-28Use libarttest(d)_external to fix 656-annotation-lookup-generic-jni, Martin Stjernholm
2025-01-28Fix the loading of libarttest(d).so in 150-loadlibrary and enable it Martin Stjernholm
2025-01-28Use libarttest(d)_external to fix 674-hiddenapi, and enable it on Martin Stjernholm
2025-01-27Limit 1336-short-finalizer-timeout with emulation Hans Boehm
2025-01-24Optimizing: Rename `HCodeFlowSimplifier`... Vladimir Marko
2025-01-23Optimizing: Generate `HSelect` if there are more phis... Vladimir Marko
2025-01-22Optimizing: Allow moving `HCondition` to use site. Vladimir Marko
2025-01-20Introduce an "external" variant of libarttest(d).so and use it to fix Martin Stjernholm
2025-01-17Optimizing: Rename `HSelectGenerator`... Vladimir Marko
2025-01-17Fix crash when calling a public Object method with invokesuper. Nicolas Geoffray
2025-01-16Update test. Nicolas Geoffray
2025-01-16Merge sFields and iFields. Nicolas Geoffray