On 07/16/2014 08:14 PM, Aaron Watry wrote:
MacOS, and likely Windows, doesn't like the fact that we have 2 files each with the following names when the filesystem is case insensitive: glsl-1.10/compiler/literals/invalid-float-suffix-f.vert glsl-1.10/compiler/literals/valid-float-exponent-E.vert glsl-1.20/compiler/literals/valid-float-suffix-F.vertSymptoms... 1) Working tree only contains 1 file for each name. 2) Unable to pull/rebase/push any commits because git thinks there's outstanding changes. Signed-off-by: Aaron Watry <[email protected]> --- .../glsl-1.10/compiler/literals/invalid-float-suffix-F.vert | 10 ---------- .../compiler/literals/invalid-float-suffix-capital-f.vert | 10 ++++++++++ .../glsl-1.10/compiler/literals/valid-float-exponent-E.vert | 9 --------- .../compiler/literals/valid-float-exponent-capital-e.vert | 9 +++++++++ .../spec/glsl-1.20/compiler/literals/valid-float-suffix-F.vert | 9 --------- .../compiler/literals/valid-float-suffix-capital-f.vert | 9 +++++++++ 6 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-F.vert create mode 100644 tests/spec/glsl-1.10/compiler/literals/invalid-float-suffix-capital-f.vert delete mode 100644 tests/spec/glsl-1.10/compiler/literals/valid-float-exponent-E.vert create mode 100644 tests/spec/glsl-1.10/compiler/literals/valid-float-exponent-capital-e.vert delete mode 100644 tests/spec/glsl-1.20/compiler/literals/valid-float-suffix-F.vert create mode 100644 tests/spec/glsl-1.20/compiler/literals/valid-float-suffix-capital-f.vert
Yeah, there's failures in this area on Windows but I never investigated why. Reviewed-by: Brian Paul <[email protected]> _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
