| 100 | 100 | DISABLED_TESTS += cov2 |
|---|
| 101 | 101 | DISABLED_TESTS += hello-profile |
|---|
| 102 | 102 | DISABLED_TESTS += sieve |
|---|
| 103 | 103 | # coverage / tracing is broken |
|---|
| 104 | 104 | |
|---|
| 105 | 105 | DISABLED_TESTS += arrayop |
|---|
| 106 | 106 | # value isn't making it into the runtime library call for some reason |
|---|
| 107 | 107 | |
|---|
| 108 | 108 | DISABLED_TESTS += integrate |
|---|
| 109 | 109 | DISABLED_TESTS += testmath |
|---|
| 110 | 110 | # needs std.math |
|---|
| 111 | 111 | |
|---|
| 112 | 112 | DISABLED_TESTS += eh2 |
|---|
| 113 | 113 | DISABLED_TESTS += test4 |
|---|
| 114 | 114 | DISABLED_TESTS += test12 |
|---|
| 115 | 115 | DISABLED_TESTS += test42 |
|---|
| 116 | 116 | DISABLED_TESTS += testsignals |
|---|
| 117 | 117 | DISABLED_TESTS += xtest46 |
|---|
| 118 | 118 | # hangs at exit, somewhere in atomic code? |
|---|
| 119 | 119 | |
|---|
| 123 | 120 | DISABLED_TESTS += hospital |
|---|
| 124 | 121 | # int vs long issues |
|---|
| 125 | 122 | |
|---|
| 126 | 123 | DISABLED_TESTS += interpret |
|---|
| 127 | 124 | # array literal with struct |
|---|
| 128 | 125 | |
|---|
| 129 | 126 | DISABLED_TESTS += s2ir |
|---|
| 130 | 127 | DISABLED_TESTS += test16 |
|---|
| 131 | 128 | DISABLED_TESTS += test20 |
|---|
| 132 | 129 | DISABLED_TESTS += test28 |
|---|
| 133 | 130 | # -fPIC: transition from R_X86_64_TLSGD to R_X86_64_GOTTPOFF against |
|---|
| 134 | 131 | |
|---|
| 135 | 132 | DISABLED_TESTS += stress |
|---|
| 136 | 133 | # hangs off in the gc |
|---|
| 137 | 134 | |
|---|
| 138 | 135 | DISABLED_TESTS += test11 |
|---|
| 139 | 136 | # array append issues? test33 |
|---|
| 140 | 137 | |
|---|
| 141 | 138 | DISABLED_TESTS += test22 |
|---|
| 142 | 139 | # has x86 specific asm code that needs translation |
|---|
| 143 | 140 | |
|---|
| 144 | 141 | DISABLED_TESTS += test34 |
|---|
| 145 | 142 | DISABLED_TESTS += testformat |
|---|
| 146 | 143 | # looks like lots of issues with std.format, at least array and aa formatting is borked.. |
|---|
| 147 | 144 | |
|---|
| 148 | 145 | DISABLED_TESTS += test7 |
|---|
| 149 | 146 | # interesting array manipulation test fails |
|---|
| 153 | 147 | |
|---|
| 154 | 148 | DISABLED_TESTS += testaa2 |
|---|
| 155 | 149 | # aa.values returns wrong data |
|---|
| 156 | 150 | |
|---|
| 157 | 151 | DISABLED_TESTS += testaa |
|---|
| 158 | 152 | # segv in memcmp related to aa.keys |
|---|
| 159 | 153 | |
|---|
| 160 | 154 | DISABLED_TESTS += testarray |
|---|
| 161 | 155 | # sensitive code checking a specific runtime bug |
|---|
| 162 | 156 | |
|---|
| 163 | 157 | DISABLED_TESTS += testconst |
|---|
| 164 | 158 | # segv in a misleading place.. printfs around the functions in the backtrace |
|---|
| 165 | 159 | # not firing. More research needed. |
|---|
| 166 | 160 | |
|---|
| 167 | 161 | DISABLED_TESTS += testgc2 |
|---|
| 168 | 162 | DISABLED_TESTS += testgc3 |
|---|
| 169 | 163 | DISABLED_TESTS += untag |
|---|
| 170 | 164 | DISABLED_TESTS += wc2 |
|---|
| 171 | 165 | DISABLED_TESTS += wc3 |
|---|
| 172 | 166 | DISABLED_TESTS += wc |
|---|