root/trunk/ProjectFortress/compiler_tests/XXX5a.twice.test @ 3876

Revision 3876, 1.2 KB (checked in by EricAllen, 5 months ago)

Added API linker and associated hooks (work in progress).
Added some testing of cache cleaning.

Line 
1#    Copyright 2009 Sun Microsystems, Inc.,
2#    4150 Network Circle, Santa Clara, California 95054, U.S.A.
3#    All rights reserved.
4#
5#    U.S. Government Rights - Commercial software.
6#    Government users are subject to the Sun Microsystems, Inc. standard
7#    license agreement and applicable provisions of the FAR and its supplements.
8#
9#    Use is subject to license terms.
10#
11#    This distribution may include materials developed by third parties.
12#
13#    Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
14#    trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
15
16tests=Compiled5.a
17STATIC_TESTS_DIR=${FORTRESS_AUTOHOME}/ProjectFortress/compiler_tests
18compile
19compile
20compile_err_equals=\
21${STATIC_TESTS_DIR}/Compiled5.a.fss:18:11-21:\n\
22\ The following declarations in API Compiled5.a are not matched\n\
23\ by the declarations in component Compiled5.a.\n\
24\ Unmatched declarations: {\n\
25\ (TraitDecl T at ${FORTRESS_AUTOHOME}/ProjectFortress/test_library/Compiled5.a.fsi:20.1,\n\
26\ due to different method n @ ${FORTRESS_AUTOHOME}/ProjectFortress/test_library/Compiled5.a.fsi:22:3-23:1)\n\
27\ }\n\
28File Compiled5.a.fss has 1 error.\n
29compile_out_equals=
Note: See TracBrowser for help on using the browser.