oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

the program-test WebGL conformance test fails in ANGLE #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Chromium with ANGLE
2. Go to file:///D:/src/khronos/webgl/sdk/tests/conformance/program-test.html

What is the expected output? 

1 test fails:
  FAIL linking should fail with in-use formerly good program, with new bad shader attached

What do you see instead?

3 tests fail:
  FAIL attaching some shaders should give the expected list
  FAIL attaching shaders, including one that failed to compile, should still show the it in the list
  FAIL linking should fail with in-use formerly good program, with new bad shader attached

The first 2 appear to be ANGLE bugs. The last one is a Chromium bug.

Original issue reported on code.google.com by g...@chromium.org on 17 Dec 2010 at 12:33

GoogleCodeExporter commented 9 years ago
Fixed by r560.

Original comment by nicolas....@gmail.com on 11 Feb 2011 at 4:18