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

Changeset 835

Show
Ignore:
Timestamp:
01/01/11 23:48:53 (14 years ago)
Author:
braddr
Message:

Enable now working tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/Makefile

    r830 r835  
    100100DISABLED_TESTS += cov2 
    101101DISABLED_TESTS += hello-profile 
    102102DISABLED_TESTS += sieve 
    103103# coverage / tracing is broken 
    104104 
    105105DISABLED_TESTS += arrayop 
    106106# value isn't making it into the runtime library call for some reason 
    107107 
    108108DISABLED_TESTS += integrate 
    109109DISABLED_TESTS += testmath 
    110110# needs std.math 
    111111 
    112112DISABLED_TESTS += eh2 
    113113DISABLED_TESTS += test4 
    114114DISABLED_TESTS += test12 
    115115DISABLED_TESTS += test42 
    116116DISABLED_TESTS += testsignals 
    117117DISABLED_TESTS += xtest46 
    118118# hangs at exit, somewhere in atomic code? 
    119119 
    120 DISABLED_TESTS += foreach4 
    121 # iterate over dstring as char returning bad results 
    122  
    123120DISABLED_TESTS += hospital 
    124121# int vs long issues 
    125122 
    126123DISABLED_TESTS += interpret 
    127124# array literal with struct 
    128125 
    129126DISABLED_TESTS += s2ir 
    130127DISABLED_TESTS += test16 
    131128DISABLED_TESTS += test20 
    132129DISABLED_TESTS += test28 
    133130# -fPIC: transition from R_X86_64_TLSGD to R_X86_64_GOTTPOFF against 
    134131 
    135132DISABLED_TESTS += stress 
    136133# hangs off in the gc 
    137134 
    138135DISABLED_TESTS += test11 
    139136# array append issues? test33 
    140137 
    141138DISABLED_TESTS += test22 
    142139#  has x86 specific asm code that needs translation 
    143140 
    144141DISABLED_TESTS += test34 
    145142DISABLED_TESTS += testformat 
    146143# looks like lots of issues with std.format, at least array and aa formatting is borked.. 
    147144 
    148145DISABLED_TESTS += test7 
    149146# interesting array manipulation test fails 
    150  
    151 DISABLED_TESTS += test8 
    152 # segv in rt.deh2.__eh_find_caller 
    153147 
    154148DISABLED_TESTS += testaa2 
    155149# aa.values returns wrong data 
    156150 
    157151DISABLED_TESTS += testaa 
    158152# segv in memcmp related to aa.keys 
    159153 
    160154DISABLED_TESTS += testarray 
    161155# sensitive code checking a specific runtime bug 
    162156 
    163157DISABLED_TESTS += testconst 
    164158# segv in a misleading place.. printfs around the functions in the backtrace 
    165159# not firing.  More research needed. 
    166160 
    167161DISABLED_TESTS += testgc2 
    168162DISABLED_TESTS += testgc3 
    169163DISABLED_TESTS += untag 
    170164DISABLED_TESTS += wc2 
    171165DISABLED_TESTS += wc3 
    172166DISABLED_TESTS += wc