summaryrefslogtreecommitdiff
path: root/test/004-SignalTest
AgeCommit message (Expand)Author
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-15riscv64: implement tests 004-SignalTest and 115-native-bridge. Ulya Trafimovich
2023-03-31Use the POSIX types for ucontext_t/mcontext_t. Elliott Hughes
2021-03-05Aesthetic changes in generated ART run-test Blueprint files. Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-11-10Verify ART run-tests' standard output and standard error separately. Roland Levillain
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. Roland Levillain
2020-10-14Only tag supported ART run-tests as part of `art-target-run-test`. Roland Levillain
2020-09-09Rename the expected-output text file in built TradeFed ART run-tests. Roland Levillain
2020-07-03Add Soong module definitions for ART run-tests with default build rules. Roland Levillain
2020-02-20Remove remaining MIPS support. Vladimir Marko
2018-03-07Do not use sa_restorer if not defined Goran Jakovljevic
2018-02-26Reland "sigchain: add wrappers for sigaction64/sigprocmask64." Josh Gao
2017-03-24sigchain: fix sigaction(signal, nullptr, &sa). Josh Gao
2017-03-23Revert^2: "Make sigchain actually own the signal chain."" Josh Gao
2017-03-18Revert "Make sigchain actually own the signal chain." Jin Qian
2017-03-17Make sigchain actually own the signal chain. Josh Gao
2015-09-25Call JNI_OnUnload when class loaders get collected Mathieu Chartier
2015-08-27Add non debug version of libarttest Mathieu Chartier
2015-08-26ART: Fix run-test inline assembly Andreas Gampe
2015-08-21Correct for signal, native bridge test hard-coded signal handling values Agi Csaki
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-02-24ART: Add -Wunused Andreas Gampe
2015-01-07Fix signal test to work with gcstress Mathieu Chartier
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-08-28Fix signal chain to allow for signal() call to be used Dave Allison
2014-08-21Fix signal test build Dave Allison
2014-08-21Add supported architectures to signal test. Dave Allison
2014-08-13Reduce stack usage for overflow checks Dave Allison
2014-07-23ART: Make run tests out of oat tests Andreas Gampe