Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changeset 477

Show
Ignore:
Timestamp:
01/06/11 07:05:26 (14 years ago)
Author:
braddr
Message:

Oops, didn't mean to check in the posix.mak change, that test doesn't quite pass yet.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/posix.mak

    r476 r477  
    391391$(DRUNTIME): $(OBJS) $(SRCS) win32.mak 
    392392    $(DMD) -lib -of$(DRUNTIME) -Xfdruntime.json $(DFLAGS) $(SRCS) $(OBJS) 
    393393 
    394394unittest : $(addprefix $(OBJDIR)/,$(SRC_D_MODULES)) $(DRUNTIME) $(OBJDIR)/emptymain.d 
    395395    @echo done 
    396396 
    397397ifeq ($(MODEL),64) 
    398398DISABLED_TESTS = \ 
    399399    core/sync/barrier \ 
    400400    core/sync/condition \ 
     401    core/sync/mutex \ 
    401402    core/sync/rwmutex \ 
    402403    core/sync/semaphore \ 
    403404    rt/adi \ 
    404405    rt/dmain2 
    405406else 
    406407DISABLED_TESTS = \ 
    407408    rt/dmain2 
    408409endif 
    409410 
    410411$(addprefix $(OBJDIR)/,$(DISABLED_TESTS)) :