summaryrefslogtreecommitdiff
path: root/test/testrunner/target_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testrunner/target_config.py')
-rw-r--r--test/testrunner/target_config.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py
index e0757abbe0..faa4d91f58 100644
--- a/test/testrunner/target_config.py
+++ b/test/testrunner/target_config.py
@@ -266,14 +266,16 @@ target_config = {
}
},
'art-gtest-valgrind32': {
- # Disabled: x86 valgrind does not understand SSE4.x
+ # Disabled: Valgrind is no longer supported.
+ # Historical note: This was already disabled, as x86 valgrind did not understand SSE4.x
# 'make' : 'valgrind-test-art-host32',
'env': {
'ART_USE_READ_BARRIER' : 'false'
}
},
'art-gtest-valgrind64': {
- 'make' : 'valgrind-test-art-host64',
+ # Disabled: Valgrind is no longer supported.
+ # 'make' : 'valgrind-test-art-host64',
'env': {
'ART_USE_READ_BARRIER' : 'false'
}