aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/android_golden/compile_with_fallback.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/testdata/android_golden/compile_with_fallback.json')
-rw-r--r--compiler_wrapper/testdata/android_golden/compile_with_fallback.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/compiler_wrapper/testdata/android_golden/compile_with_fallback.json b/compiler_wrapper/testdata/android_golden/compile_with_fallback.json
index 509583ae..b8ef740d 100644
--- a/compiler_wrapper/testdata/android_golden/compile_with_fallback.json
+++ b/compiler_wrapper/testdata/android_golden/compile_with_fallback.json
@@ -1,115 +1,115 @@
[
{
- "wd": "/tmp/stable",
- "env": [
- "ANDROID_LLVM_PREBUILT_COMPILER_PATH=fallback_compiler",
- "ANDROID_LLVM_STDERR_REDIRECT=/tmp/stable/fallback_stderr",
- "ANDROID_LLVM_FALLBACK_DISABLED_WARNINGS=-a -b"
- ],
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang",
- "args": [
- "main.cc"
- ]
- }
- },
"cmds": [
{
"cmd": {
- "path": "/tmp/stable/clang.real",
"args": [
"main.cc",
"-fno-color-diagnostics",
"-a",
"-b"
- ]
+ ],
+ "path": "/tmp/stable/clang.real"
}
}
- ]
- },
- {
- "wd": "/tmp/stable",
+ ],
"env": [
"ANDROID_LLVM_PREBUILT_COMPILER_PATH=fallback_compiler",
"ANDROID_LLVM_STDERR_REDIRECT=/tmp/stable/fallback_stderr",
"ANDROID_LLVM_FALLBACK_DISABLED_WARNINGS=-a -b"
],
+ "wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "/tmp/stable/clang",
"args": [
"main.cc"
- ]
+ ],
+ "path": "/tmp/stable/clang"
}
- },
+ }
+ },
+ {
"cmds": [
{
"cmd": {
- "path": "/tmp/stable/clang.real",
"args": [
"main.cc",
"-fno-color-diagnostics",
"-a",
"-b"
- ]
+ ],
+ "path": "/tmp/stable/clang.real"
},
"exitcode": 1
},
{
"cmd": {
- "path": "fallback_compiler/clang",
"args": [
"main.cc"
],
"env_updates": [
"ANDROID_LLVM_PREBUILT_COMPILER_PATH="
- ]
+ ],
+ "path": "fallback_compiler/clang"
}
}
- ]
- },
- {
- "wd": "/tmp/stable",
+ ],
"env": [
"ANDROID_LLVM_PREBUILT_COMPILER_PATH=fallback_compiler",
"ANDROID_LLVM_STDERR_REDIRECT=/tmp/stable/fallback_stderr",
"ANDROID_LLVM_FALLBACK_DISABLED_WARNINGS=-a -b"
],
+ "wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "/tmp/stable/clang",
"args": [
"main.cc"
- ]
- },
- "exitcode": 1
- },
+ ],
+ "path": "/tmp/stable/clang"
+ }
+ }
+ },
+ {
"cmds": [
{
"cmd": {
- "path": "/tmp/stable/clang.real",
"args": [
"main.cc",
"-fno-color-diagnostics",
"-a",
"-b"
- ]
+ ],
+ "path": "/tmp/stable/clang.real"
},
"exitcode": 1
},
{
"cmd": {
- "path": "fallback_compiler/clang",
"args": [
"main.cc"
],
"env_updates": [
"ANDROID_LLVM_PREBUILT_COMPILER_PATH="
- ]
+ ],
+ "path": "fallback_compiler/clang"
},
"exitcode": 1
}
- ]
+ ],
+ "env": [
+ "ANDROID_LLVM_PREBUILT_COMPILER_PATH=fallback_compiler",
+ "ANDROID_LLVM_STDERR_REDIRECT=/tmp/stable/fallback_stderr",
+ "ANDROID_LLVM_FALLBACK_DISABLED_WARNINGS=-a -b"
+ ],
+ "wd": "/tmp/stable",
+ "wrapper": {
+ "cmd": {
+ "args": [
+ "main.cc"
+ ],
+ "path": "/tmp/stable/clang"
+ },
+ "exitcode": 1
+ }
}
]