Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # NOTE: | 1 # NOTE: |
| 2 # progress on eliminating failures here should be recorded via | 2 # progress on eliminating failures here should be recorded via |
| 3 # http://code.google.com/p/nativeclient/issues/detail?id=2204 | 3 # http://code.google.com/p/nativeclient/issues/detail?id=2204 |
| 4 # ====================================================================== | 4 # ====================================================================== |
| 5 # failures in phase sel_ldr | 5 # failures in phase sel_ldr |
| 6 # ====================================================================== | 6 # ====================================================================== |
| 7 # alignment issues using __alignof__ (or stack alignment) | 7 # alignment issues using __alignof__ (or stack alignment) |
| 8 alloca-1.c arm,O0 | 8 alloca-1.c arm,O0 |
| 9 alloca-1.c x86-64 | 9 alloca-1.c x86-64 |
| 10 alloca-1.c x86-32 | 10 alloca-1.c x86-32 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 # undef signal | 30 # undef signal |
| 31 fp-cmp-3.c | 31 fp-cmp-3.c |
| 32 # undef isinfl | 32 # undef isinfl |
| 33 pr39228.c | 33 pr39228.c |
| 34 # undef signal | 34 # undef signal |
| 35 20101011-1.c | 35 20101011-1.c |
| 36 # undef __builtin_va_arg_pack | 36 # undef __builtin_va_arg_pack |
| 37 va-arg-pack-1.c | 37 va-arg-pack-1.c |
| 38 # prefetch broken on ARM | 38 # prefetch broken on ARM |
| 39 builtin-prefetch-2.c arm | 39 builtin-prefetch-2.c arm |
| 40 # This uses __builtin_return_address(1) | |
| 41 # Segfaults because of an uninit frame pointer (must force fp on?). | |
| 42 20010122-1.c | |
| 43 # DCE not performed at -O0 (wontfix?) | 40 # DCE not performed at -O0 (wontfix?) |
| 44 medce-1.c O0 | 41 medce-1.c O0 |
| 45 fp-cmp-7.c O0 | 42 fp-cmp-7.c O0 |
| 46 # ====================================================================== | 43 # ====================================================================== |
| 47 # failures in phase compile-bc | 44 # failures in phase compile-bc |
| 48 # ====================================================================== | 45 # ====================================================================== |
| 49 # unknown builtin __builtin_malloc (wontfix?) | 46 # unknown builtin __builtin_malloc (wontfix?) |
| 50 20071018-1.c | 47 20071018-1.c |
| 51 20071120-1.c | 48 20071120-1.c |
| 52 pr36765.c | 49 pr36765.c |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 174 20050607-1.c | 171 20050607-1.c |
| 175 20060420-1.c | 172 20060420-1.c |
| 176 simd-2.c | 173 simd-2.c |
| 177 simd-4.c | 174 simd-4.c |
| 178 simd-5.c | 175 simd-5.c |
| 179 simd-6.c | 176 simd-6.c |
| 180 vector-shift.c | 177 vector-shift.c |
| 181 vector-shift2.c | 178 vector-shift2.c |
| 182 vector-subscript-2.c | 179 vector-subscript-2.c |
| 183 vector-subscript-3.c | 180 vector-subscript-3.c |
| 181 | |
| 182 # These tests use llvm.{frame,return}address, which PNaCl's ABI checker rejects. | |
| 183 # This uses __builtin_return_address(1) | |
|
Mark Seaborn
2013/05/09 23:39:11
'This uses' -> '20010122-1.c uses', otherwise this
| |
| 184 # Segfaults because of an uninit frame pointer (must force fp on?). | |
|
Mark Seaborn
2013/05/09 23:39:11
'20010122-1.c segfaults...'
| |
| 185 20010122-1.c | |
| 186 20030323-1.c | |
| 187 20030811-1.c | |
| 188 frame-address.c | |
| 189 pr17377.c | |
| OLD | NEW |