17_intro: Prepare testcases for new style DejaGnu framework.
2001-01-19 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/17_intro: Prepare testcases for new style DejaGnu framework. From-SVN: r39124
This commit is contained in:
parent
ee08d4ccc8
commit
db4a7a8acf
20 changed files with 25 additions and 25 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-01-19 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* testsuite/17_intro: Prepare testcases for new style DejaGnu
|
||||
framework.
|
||||
|
||||
2001-01-18 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* testsuite/libstdc++.tests, testsuite/lib: New directories.
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
// 17.4.1.2 Headers, ciso646
|
||||
|
||||
// { dg-do link }
|
||||
|
||||
#include <ciso646>
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
int main(void)
|
||||
{
|
||||
// Make sure size_t is in namespace std
|
||||
std::size_t i = 5;
|
||||
std::size_t i = 5; // { dg-do compile }
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
int main(void)
|
||||
{
|
||||
// Make sure size_t is in namespace std
|
||||
std::size_t i = 5;
|
||||
std::size_t i = 5; // { dg-do compile }
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
int main(void)
|
||||
{
|
||||
// Make sure size_t is in namespace std
|
||||
// { dg-do compile }
|
||||
std::size_t i = std::strlen("tibet shop/san francisco (415) 982-0326");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
int main(void)
|
||||
{
|
||||
// Make sure size_t is in namespace std
|
||||
std::size_t i = 5;
|
||||
std::size_t i = 5; // { dg-do compile }
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,10 +26,6 @@
|
|||
int main(void)
|
||||
{
|
||||
// Make sure size_t is in namespace std
|
||||
std::size_t i = 5;
|
||||
std::size_t i = 5; // { dg-do compile }
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#if _GLIBCPP_USE_WCHAR_T
|
||||
#include <cwctype>
|
||||
// Make sure wint_t is in namespace std
|
||||
std::wint_t i = 5;
|
||||
std::wint_t i = 5; // { dg-do compile }
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, fstream
|
||||
|
||||
#include <fstream>
|
||||
#include <fstream> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, iomanip
|
||||
|
||||
#include <iomanip>
|
||||
#include <iomanip> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, ios
|
||||
|
||||
#include <ios>
|
||||
#include <ios> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, iosfwd
|
||||
|
||||
#include <iosfwd>
|
||||
#include <iosfwd> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, iostream
|
||||
|
||||
#include <iostream>
|
||||
#include <iostream> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, istream
|
||||
|
||||
#include <istream>
|
||||
#include <istream> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, ostream
|
||||
|
||||
#include <ostream>
|
||||
#include <ostream> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, sstream
|
||||
|
||||
#include <sstream>
|
||||
#include <sstream> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
// 17.4.1.2 Headers, streambuf
|
||||
|
||||
#include <streambuf>
|
||||
#include <streambuf> // { dg-do compile }
|
||||
#include <debug_assert.h>
|
||||
|
||||
|
||||
|
@ -28,7 +28,3 @@ int main(void)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -80,4 +80,4 @@
|
|||
#include <cwctype>
|
||||
#endif
|
||||
|
||||
int main() { }
|
||||
int main() { } // { dg-do compile }
|
||||
|
|
|
@ -67,4 +67,4 @@
|
|||
#include <wctype.h>
|
||||
#endif
|
||||
|
||||
int main() { }
|
||||
int main() { } // { dg-do compile }
|
||||
|
|
|
@ -67,4 +67,4 @@
|
|||
#include <cwctype>
|
||||
#endif
|
||||
|
||||
int main() { }
|
||||
int main() { } // { dg-do compile }
|
||||
|
|
Loading…
Add table
Reference in a new issue