Changeset d5b904d
- Timestamp:
- Jun 27, 2016, 12:25:48 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 7bd045d
- Parents:
- 74358c3
- Location:
- src/tests/.expect
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/castError.txt
r74358c3 rd5b904d 40 40 41 41 42 make: *** [ CastError] Error 142 make: *** [castError] Error 1 -
src/tests/.expect/constant0-1DP.txt
r74358c3 rd5b904d 32 32 Error: duplicate object definition for x: const pointer to pointer to signed int 33 33 Error: duplicate object definition for 0: pointer to pointer to signed int 34 make: *** [ Constant0-1DP] Error 134 make: *** [constant0-1DP] Error 1 -
src/tests/.expect/constant0-1NDDP.txt
r74358c3 rd5b904d 16 16 Error: duplicate object definition for x: const pointer to signed int 17 17 Error: duplicate object definition for 0: const pointer to signed int 18 make: *** [ Constant0-1NDDP] Error 118 make: *** [constant0-1NDDP] Error 1 -
src/tests/.expect/declarationErrors.txt
r74358c3 rd5b904d 14 14 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int 15 15 16 make: *** [ DeclarationErrors] Error 116 make: *** [declarationErrors] Error 1 -
src/tests/.expect/declarationSpecifier.txt
r74358c3 rd5b904d 14 14 Error: invalid combination of storage classes in declaration of x28: static static volatile const instance of type Int 15 15 16 make: *** [ DeclarationSpecifier] Error 116 make: *** [declarationSpecifier] Error 1 -
src/tests/.expect/labelledExit.txt
r74358c3 rd5b904d 1 1 CFA Version 1.0.0 (debug) 2 2 Error: 'break' outside a loop or switch 3 make: *** [ LabelledExit] Error 13 make: *** [labelledExit] Error 1 -
src/tests/.expect/scopeErrors.txt
r74358c3 rd5b904d 9 9 CompoundStmt 10 10 11 make: *** [ ScopeErrors] Error 111 make: *** [scopeErrors] Error 1
Note: See TracChangeset
for help on using the changeset viewer.