This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit f502732
authored
[Linux] add GTest printer for FlValue (#32652)
Improves test failure messages when matching FlValue arguments.
For example, before:
Expected arg #2: has setting ("platformBrightness", 0x32f0980)
Actual: 0x7f81ec005990, 0x32f0900
And after:
Expected arg #2: has setting ("platformBrightness", dark)
Actual: 0x27bded0, {textScaleFactor: 0.0, alwaysUse24HourFormat: false, platformBrightness: light}1 parent ec7f2ea commit f502732
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
0 commit comments