aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/android_golden/clang_path.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/testdata/android_golden/clang_path.json')
-rw-r--r--compiler_wrapper/testdata/android_golden/clang_path.json230
1 files changed, 0 insertions, 230 deletions
diff --git a/compiler_wrapper/testdata/android_golden/clang_path.json b/compiler_wrapper/testdata/android_golden/clang_path.json
deleted file mode 100644
index 5686b381..00000000
--- a/compiler_wrapper/testdata/android_golden/clang_path.json
+++ /dev/null
@@ -1,230 +0,0 @@
-[
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang",
- "args": [
- "main.cc"
- ]
- },
- "stdout": "somemessage",
- "stderr": "someerror",
- "exitcode": 1
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang.real",
- "args": [
- "main.cc"
- ]
- },
- "stdout": "somemessage",
- "stderr": "someerror",
- "exitcode": 1
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "env": [
- "WITH_TIDY=1"
- ],
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang++",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang++.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang-tidy",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang-tidy.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "env": [
- "WITH_TIDY=1"
- ],
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang-tidy",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/clang-tidy.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "a/b/c/d/e/f/g/clang",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "a/b/c/d/e/f/g/clang.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "symlinked/clang_other",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "symlinked/clang.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "env": [
- "PATH=/tmp/stable/pathenv"
- ],
- "wrapper": {
- "cmd": {
- "path": "clang",
- "args": [
- "main.cc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/pathenv/clang.real",
- "args": [
- "main.cc"
- ]
- }
- }
- ]
- },
- {
- "wd": "/tmp/stable",
- "wrapper": {
- "cmd": {
- "path": "/tmp/stable/clang",
- "args": [
- "main.cc",
- "--gomacc-path",
- "/tmp/stable/gomacc"
- ]
- }
- },
- "cmds": [
- {
- "cmd": {
- "path": "/tmp/stable/gomacc",
- "args": [
- "/tmp/stable/clang.real",
- "main.cc"
- ]
- }
- }
- ]
- }
-]