comparison gcc/testsuite/c-c++-common/diagnostic-format-json-2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */
2 /* { dg-options "-fdiagnostics-format=json" } */
3
4 #warning message
5
6 /* Use dg-regexp to consume the JSON output starting with
7 the innermost values, and working outwards.
8 We can't rely on any ordering of the keys. */
9
10 /* { dg-regexp "\"kind\": \"warning\"" } */
11 /* { dg-regexp "\"message\": \"#warning message\"" } */
12 /* { dg-regexp "\"option\": \"-Wcpp\"" } */
13 /* { dg-regexp "\"option_url\": \"https:\[^\n\r\"\]*#index-Wcpp\"" } */
14
15 /* { dg-regexp "\"caret\": \{" } */
16 /* { dg-regexp "\"file\": \"\[^\n\r\"\]*diagnostic-format-json-2.c\"" } */
17 /* { dg-regexp "\"line\": 4" } */
18 /* { dg-regexp "\"column\": 2" } */
19
20 /* { dg-regexp "\"finish\": \{" } */
21 /* { dg-regexp "\"file\": \"\[^\n\r\"\]*diagnostic-format-json-2.c\"" } */
22 /* { dg-regexp "\"line\": 4" } */
23 /* { dg-regexp "\"column\": 8" } */
24
25 /* { dg-regexp "\"locations\": \[\[\{\}, \]*\]" } */
26 /* { dg-regexp "\"children\": \[\[\]\[\]\]" } */
27 /* { dg-regexp "\[\[\{\}, \]*\]" } */