This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Ok, I agree with you and Nathan that actually this is the way to go, in particular with an eye (as mentioned explicitly by Nathan) to future changes to our implementation which could rightfully be less tolerant.There are *dozens* of testcases of this type in the testsuite!
Incorrect test cases should definitely be fixed as you find them. For this particular case, you'll have to flush or seek inbetween the output and input.
100% agreed!Please use .tst as the extension for input files that are read/write and can be modified by test files. They eventually get compared to a corresponding .txt file that should match the final .tst contents. (Don't worry about this last bit at the moment, just get the extension right for the files that you add.)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |