forked from dotnet/jitutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_config.json
41 lines (41 loc) · 1.46 KB
/
sample_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"asmdiff" : {
"default": {
"base": "e:\\gh\\coreclr2\\bin\\Product\\Windows_NT.x86.checked",
"diff": "c:\\gh\\coreclr\\bin\\Product\\Windows_NT.x86.checked",
"frameworks": "true",
"output": "c:\\diffs",
"core_root": "c:\\gh\\coreclr\\bin\\tests\\Windows_NT.x86.checked\\Tests\\Core_Root",
"test_root": "c:\\gh\\coreclr\\bin\\tests\\Windows_NT.x86.Release"
},
"tools": [
{
"tag": "checked_osx-1439",
"path": "/Users/russellhadley/Work/glue/output/tools/checked_osx-1439/Product/OSX.x64.Checked"
},
{
"tag": "checked_osx-1442",
"path": "/Users/russellhadley/Work/glue/output/tools/checked_osx-1442/Product/OSX.x64.Checked"
},
{
"tag": "checked_osx-1443",
"path": "/Users/russellhadley/Work/glue/output/tools/checked_osx-1443/Product/OSX.x64.Checked"
},
{
"tag": "checked_osx-1526",
"path": "/Users/russellhadley/Work/glue/output/tools/checked_osx-1526/Product/OSX.x64.Checked"
}
]
},
"format" : {
"default": {
"arch": "x64",
"build": "Checked",
"os": "Windows_NT",
"coreclr": "C:\\gh\\coreclr",
"verbose": "true",
"fix": "true",
"untidy": "false"
}
}
}