|
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 | |
|---|
| 16 | tests=Compiled5.a |
|---|
| 17 | STATIC_TESTS_DIR=${FORTRESS_AUTOHOME}/ProjectFortress/compiler_tests |
|---|
| 18 | compile |
|---|
| 19 | compile |
|---|
| 20 | compile_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\ |
|---|
| 28 | File Compiled5.a.fss has 1 error.\n |
|---|
| 29 | compile_out_equals= |
|---|