forked from dotnet/jitutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_config.json
41 lines (41 loc) · 1.5 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\\runtime2\\artifacts\\bin\\coreclr\\windows.x64.checked",
"diff": "c:\\gh\\runtime\\artifacts\\bin\\coreclr\\windows.x64.checked",
"frameworks": "true",
"output": "c:\\diffs",
"core_root": "c:\\gh\\runtime\\artifacts\\tests\\coreclr\\windows.x64.checked\\Tests\\Core_Root",
"test_root": "c:\\gh\\runtime\\artifacts\\tests\\coreclr\\windows.x64.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",
"coreclr": "C:\\gh\\runtime",
"verbose": "true",
"fix": "true",
"untidy": "false"
}
}
}