blob: 1f476a83400a6a251991289921114a7ed5cc4e24 [file] [log] [blame]
{
"skfiddle": {
"url": "http://skfiddle.com",
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
},
"skfiddle_compile_bad": {
"url": "http://skfiddle.com",
"method": "POST",
"expected": [200],
"body": "{\"code\":\"void draw(SkCanvas* canvas)\",\"name\":\"\",\"source\":0,\"gpu\":true,\"raster\":true,\"width\":256,\"height\":256}",
"mimetype": "application/json",
"bodytest":"skfiddleJSONBad"
},
"skfiddle_compile_good": {
"url": "http://skfiddle.com",
"method": "POST",
"expected": [200],
"body": "{\"code\":\"void draw(SkCanvas* canvas) { SkPaint p; p.setColor(SK_ColorRED); canvas->drawText(\\\"Helloworld\\\", 10, 50, 50, p);}\",\"name\":\"\",\"source\":0,\"gpu\":true,\"raster\":true,\"width\":256,\"height\":256}",
"mimetype": "application/json",
"bodytest":"skfiddleJSONGood"
},
"skiaperf": {
"url": "https://skiaperf.com",
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
},
"skiamonitor": {
"url": "https://skiamonitor.com",
"method": "GET",
"expected": [401],
"body": "",
"mimetype": ""
},
"skiamonitor_config_js": {
"url": "https://skiamonitor.com/config.js",
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
},
"skiaalerts": {
"url": "https://skiaalerts.com",
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
},
"skiapush": {
"url": "http://skiapush.com:8000",
"method": "GET",
"expected": [200],
"body": "",
"mimetype": ""
}
}