Changeset 132
- Timestamp:
- 05/06/07 16:31:05
- Files:
-
- guts_main/src/addrfield.upc (modified) (1 diff)
- guts_main/src/all_alloc.upc (modified) (1 diff)
- guts_main/src/all_lock_alloc.upc (modified) (1 diff)
- guts_main/src/alloc.upc (modified) (1 diff)
- guts_main/src/array_declarators.upc (modified) (1 diff)
- guts_main/src/barrier.upc (modified) (1 diff)
- guts_main/src/barrier2_neg.upc (modified) (1 diff)
- guts_main/src/barrier3_neg.upc (modified) (1 diff)
- guts_main/src/barrier4_neg.upc (modified) (1 diff)
- guts_main/src/barrier_neg.upc (modified) (1 diff)
- guts_main/src/blocksize.upc (modified) (1 diff)
- guts_main/src/blocksize_neg.upc (modified) (1 diff)
- guts_main/src/blocksizeof.upc (modified) (1 diff)
- guts_main/src/blocksizeof2_neg.upc (modified) (1 diff)
- guts_main/src/blocksizeof_neg.upc (modified) (1 diff)
- guts_main/src/cast.upc (modified) (1 diff)
- guts_main/src/cast_neg.upc (modified) (1 diff)
- guts_main/src/compound2_test.upc (modified) (1 diff)
- guts_main/src/compound_test.upc (modified) (1 diff)
- guts_main/src/declaration_specifier_neg.upc (modified) (1 diff)
- guts_main/src/declarators.upc (modified) (1 diff)
- guts_main/src/declarators2_neg.upc (modified) (1 diff)
- guts_main/src/declarators3_neg.upc (modified) (1 diff)
- guts_main/src/declarators_neg.upc (modified) (1 diff)
- guts_main/src/elemsizeof.upc (modified) (1 diff)
- guts_main/src/elemsizeof2_neg.upc (modified) (1 diff)
- guts_main/src/elemsizeof_neg.upc (modified) (1 diff)
- guts_main/src/global_alloc.upc (modified) (1 diff)
- guts_main/src/global_exit.upc (modified) (1 diff)
- guts_main/src/global_lock_alloc.upc (modified) (1 diff)
- guts_main/src/iteration.upc (modified) (1 diff)
- guts_main/src/iteration_neg.upc (modified) (1 diff)
- guts_main/src/layout_qualifier.upc (modified) (1 diff)
- guts_main/src/layout_qualifier2_neg.upc (modified) (1 diff)
- guts_main/src/layout_qualifier_neg.upc (modified) (1 diff)
- guts_main/src/local_alloc.upc (modified) (1 diff)
- guts_main/src/localsizeof.upc (modified) (1 diff)
- guts_main/src/localsizeof2_neg.upc (modified) (1 diff)
- guts_main/src/localsizeof_neg.upc (modified) (1 diff)
- guts_main/src/lock.upc (modified) (1 diff)
- guts_main/src/lock_attempt.upc (modified) (1 diff)
- guts_main/src/lock_t.upc (modified) (1 diff)
- guts_main/src/memcpy.upc (modified) (1 diff)
- guts_main/src/memget.upc (modified) (1 diff)
- guts_main/src/memput.upc (modified) (1 diff)
- guts_main/src/memset.upc (modified) (1 diff)
- guts_main/src/pointer_to_shared.upc (modified) (1 diff)
- guts_main/src/pointer_to_shared_neg.upc (modified) (1 diff)
- guts_main/src/predefined_identifiers.upc (modified) (1 diff)
- guts_main/src/predefined_identifiers_neg.upc (modified) (1 diff)
- guts_main/src/predefined_macro.upc (modified) (1 diff)
- guts_main/src/resetphase.upc (modified) (1 diff)
- guts_main/src/shared_access.upc (modified) (1 diff)
- guts_main/src/shared_pointers.upc (modified) (1 diff)
- guts_main/src/shared_pointers_neg.upc (modified) (1 diff)
- guts_main/src/shared_qualifier.upc (modified) (1 diff)
- guts_main/src/shared_qualifier_neg.upc (modified) (1 diff)
- guts_main/src/shared_scalars2_neg.upc (modified) (1 diff)
- guts_main/src/shared_scalars_neg.upc (modified) (1 diff)
- guts_main/src/strict_access.upc (modified) (1 diff)
- guts_main/src/unlock.upc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
guts_main/src/addrfield.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/all_alloc.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/all_lock_alloc.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/alloc.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/array_declarators.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Onur Filiz, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/barrier.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, , Francois Cantonnet, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/barrier2_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/barrier3_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/barrier4_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/barrier_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/blocksize.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/blocksize_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/blocksizeof.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/blocksizeof2_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/blocksizeof_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/cast.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/cast_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/compound2_test.upc
r128 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Francois Cantonnet, Ashrujit Mohanty, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/compound_test.upc
r128 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Francois Cantonnet, Philippe Scheffer, Ashrujit Mohanty, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/declaration_specifier_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/declarators.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/declarators2_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/declarators3_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, write to the Free Software 28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 29 */ 30 31 1 32 #include <upc.h> 2 33 #include <gula.h> guts_main/src/declarators_neg.upc
r127 r132 1 /* 2 * The GWU Unified Testing Suite (GUTS) 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 04/01/2007 5 * 6 * Copyright (C) 2007 ... Abdullah Kayi 7 * Copyright (C) 2007 ... Tarek El-Ghazawi 8 * Copyright (C) 2007 ... The George Washington University 9 * 10 * --------------------------------------------------------------------------- 11 * 12 * UPC Testing Suite Original Development 13 * 14 * Copyright (C) 2003 ... Veysel Baydogan, Proshanta Saha, Tarek El-Ghazawi 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation; either version 2 19 * of the License, or (at your option) any later version. 20 * 21 * This program is distributed in the hope that it will be use
