This website requires JavaScript.
Explore
Help
Register
Sign In
OpenHarmony
/
third_party_mesa3d
Watch
2
Star
0
Fork
0
You've already forked third_party_mesa3d
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c3a465ae98be6db1aee582f15380944b8faaeafc
third_party_mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
063-comments.c.expected
22 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test suite: Add expected output for every test. Rather than using the (munged) output of "gcc -E" we now capture precisely the output we expect from every test case. This allows us to stay immune from strange output from gcc (unpredictable whitespace output---aprticularly with different gcc versions). This will also allow us to write tests that capture expected error messages from the preprocessor as well.
2010-06-02 15:59:45 -07:00
f = g /h;
l();
m = n
+ p;
glcpp/tests: Update 063-comments.c.expected to match output. The expected result has been out of sync with what glcpp produces for some time; glcpp's actual result seems to be correct and is very close to GCC's cpp. Updating this will make it easier to catch regressions in upcoming commits.
2011-03-02 23:26:24 -08:00
test suite: Add expected output for every test. Rather than using the (munged) output of "gcc -E" we now capture precisely the output we expect from every test case. This allows us to stay immune from strange output from gcc (unpredictable whitespace output---aprticularly with different gcc versions). This will also allow us to write tests that capture expected error messages from the preprocessor as well.
2010-06-02 15:59:45 -07:00
more code here
glcpp/tests: Update 063-comments.c.expected to match output. The expected result has been out of sync with what glcpp produces for some time; glcpp's actual result seems to be correct and is very close to GCC's cpp. Updating this will make it easier to catch regressions in upcoming commits.
2011-03-02 23:26:24 -08:00
test suite: Add expected output for every test. Rather than using the (munged) output of "gcc -E" we now capture precisely the output we expect from every test case. This allows us to stay immune from strange output from gcc (unpredictable whitespace output---aprticularly with different gcc versions). This will also allow us to write tests that capture expected error messages from the preprocessor as well.
2010-06-02 15:59:45 -07:00
are not treated like comments.
glcpp/tests: Add extra newline at the end of expected output. This newline at EOF is harmless and generated by the previous commit.
2010-06-17 14:49:40 -07:00
Reference in New Issue
Copy Permalink