Changeset a29c6e2 for tests


Ignore:
Timestamp:
Oct 4, 2018, 5:31:44 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
7b61ce8
Parents:
6cb935d (diff), 04bdc26 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2.cs.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/forctrl.txt

    r6cb935d ra29c6e2  
    2222(0 0)(1 1)(2 2)(3 3)(4 4)(5 5)(6 6)(7 7)(8 8)(9 9)
    2323(0 0)(1 1)(2 2)(3 3)(4 4)(5 5)(6 6)(7 7)(8 8)(9 9)
     24(0 0)(1 1)(2 2)(3 3)(4 4)(5 5)(6 6)(7 7)(8 8)(9 9)
  • tests/concurrent/coroutineYield.c

    r6cb935d ra29c6e2  
    11#include <fstream.hfa>
    2 #include <kernel.hfa>hfa>
     2#include <kernel.hfa>
    33#include <stdlib.hfa>
    44#include <thread.hfa>
  • tests/concurrent/preempt.c

    r6cb935d ra29c6e2  
    1 #include <kernel.hfa>hfa>
     1#include <kernel.hfa>
    22#include <thread.hfa>
    33#include <time.hfa>
  • tests/concurrent/signal/block.c

    r6cb935d ra29c6e2  
    88
    99#include <fstream.hfa>
    10 #include <kernel.hfa>hfa>
     10#include <kernel.hfa>
    1111#include <monitor.hfa>
    1212#include <stdlib.hfa>
  • tests/concurrent/signal/disjoint.c

    r6cb935d ra29c6e2  
    11#include <fstream.hfa>
    2 #include <kernel.hfa>hfa>
     2#include <kernel.hfa>
    33#include <monitor.hfa>
    44#include <thread.hfa>
  • tests/concurrent/signal/wait.c

    r6cb935d ra29c6e2  
    66
    77#include <fstream.hfa>
    8 #include <kernel.hfa>hfa>
     8#include <kernel.hfa>
    99#include <monitor.hfa>
    1010#include <stdlib.hfa>
  • tests/forctrl.c

    r6cb935d ra29c6e2  
    1010// Created On       : Wed Aug  8 18:32:59 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug 30 17:12:12 2018
    13 // Update Count     : 43
     12// Last Modified On : Tue Sep 25 17:43:47 2018
     13// Update Count     : 44
    1414//
    1515
     
    5959
    6060        for ( S s = (S){0}; s < (S){10,10}; s += (S){1} ) { sout | s; } sout | endl;
    61 //      for ( s; (S){10,10} ) { sout | s; } sout | endl;
     61        for ( s; (S){10,10} ) { sout | s; } sout | endl;
    6262        for ( s; (S){0} ~ (S){10,10} ) { sout | s; } sout | endl;
    6363        for ( s; (S){0} ~ (S){10,10} ~ (S){1} ) { sout | s; } sout | endl;
Note: See TracChangeset for help on using the changeset viewer.