[Cleanup] Removes deprecated --(no-)enable-malloc-hooks from test_matrix.json.
Change-Id: I5d7d9b3e75b878d78e905934afed8b9327863766 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136200 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Clement Skau <cskau@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
52472a4e10
commit
6a90bf5d54
@@ -650,9 +650,7 @@
|
||||
"dartkp-win-debug-x64": {
|
||||
"options": {
|
||||
"use-elf": true,
|
||||
"vm-options": [
|
||||
"--no-enable-malloc-hooks"
|
||||
]
|
||||
"vm-options": []
|
||||
}
|
||||
},
|
||||
"dartkp-(linux|mac)-(product|release)-x64": {},
|
||||
@@ -666,15 +664,12 @@
|
||||
},
|
||||
"dartkp-(linux|mac)-debug-x64": {
|
||||
"options": {
|
||||
"vm-options": [
|
||||
"--no-enable-malloc-hooks"
|
||||
]
|
||||
"vm-options": []
|
||||
}
|
||||
},
|
||||
"dartkp-no-bare-(linux|mac|win)-(debug|product|release)-x64": {
|
||||
"options": {
|
||||
"vm-options": [
|
||||
"--no-enable-malloc-hooks",
|
||||
"--no-use-bare-instructions"
|
||||
]
|
||||
}
|
||||
@@ -682,7 +677,6 @@
|
||||
"dartkp-no-bare-(linux|mac|win)-(debug|product|release)-(simarm|simarm64)": {
|
||||
"options": {
|
||||
"vm-options": [
|
||||
"--no-enable-malloc-hooks",
|
||||
"--no-use-bare-instructions"
|
||||
],
|
||||
"use-elf": true
|
||||
|
||||
Reference in New Issue
Block a user