mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 01:00:17 +01:00
glcpp mingw failing in the following way: ``` 49/56 mesa:compiler+glcpp / glcpp test (unix) FAIL 3.39s exit status 1 50/56 mesa:compiler+glcpp / glcpp test (oldmac) FAIL 3.41s exit status 1 51/56 mesa:compiler+glcpp / glcpp test (bizarro) FAIL 3.42s exit status 1 52/56 mesa:compiler+glcpp / glcpp test (windows) FAIL 3.45s exit status 1 ``` The test failed because on mingw, the stderr will comes after stdout, but all the expect files, the stderr is coming first, so we flush(stderr) first to makesure stderr out before stdout The failing example: 039-func-arg-obj-macro-with-comma: FAIL --- +++ @@ -1,3 +1,5 @@ +0:12(21): preprocessor error: Error: macro foo invoked with 2 arguments (expected 1) + Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26778> |
||
|---|---|---|
| .. | ||
| clc | ||
| glsl | ||
| isaspec | ||
| nir | ||
| spirv | ||
| builtin_types.py | ||
| builtin_types_c.py | ||
| builtin_types_h.py | ||
| glsl_types.c | ||
| glsl_types.h | ||
| meson.build | ||
| shader_enums.c | ||
| shader_enums.h | ||
| shader_info.h | ||