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