Changeset 206de5a


Ignore:
Timestamp:
Sep 27, 2017, 11:22:19 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e2b17a4
Parents:
a7d151f
Message:

Removed sched-ext-parse test since it differs between release and debug

Location:
src
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.h

    ra7d151f r206de5a  
    110110            struct monitor_desc    self_mon;          // monitor body used for mutual exclusion
    111111            struct monitor_desc *  self_mon_p;        // pointer to monitor with sufficient lifetime for current monitors
    112             struct __monitor_group_t monitors;          // monitors currently held by this thread
     112            struct __monitor_group_t monitors;        // monitors currently held by this thread
    113113
    114114            // Link lists fields
  • src/tests/sched-ext-parse.c

    ra7d151f r206de5a  
     1//----------------------------------------------------------------------------------------
     2//----------------------------------------------------------------------------------------
     3//
     4//              DEPRECATED TEST
     5//              DIFFERS BETWEEN DEBUG AND RELEASE
     6//
     7//----------------------------------------------------------------------------------------
     8//----------------------------------------------------------------------------------------
     9
    110#include <monitor>
    211
  • src/tests/sched-int-barge.c

    ra7d151f r206de5a  
    44#include <stdlib>
    55#include <thread>
     6
     7//----------------------------------------------------------------------------------------
     8//----------------------------------------------------------------------------------------
     9//
     10//              DEPRECATED TEST
     11//
     12//----------------------------------------------------------------------------------------
     13//----------------------------------------------------------------------------------------
    614
    715static const unsigned long N = 50_000ul;
Note: See TracChangeset for help on using the changeset viewer.