Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2013 The Native Client Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # NOTE: | 5 # NOTE: |
| 6 # progress on eliminating failures here should be recorded via | 6 # progress on eliminating failures here should be recorded via |
| 7 # http://code.google.com/p/nativeclient/issues/detail?id=2204 | 7 # http://code.google.com/p/nativeclient/issues/detail?id=2204 |
| 8 # ====================================================================== | 8 # ====================================================================== |
| 9 # failures in phase sel_ldr | 9 # failures in phase sel_ldr |
| 10 # ====================================================================== | 10 # ====================================================================== |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 103 pr23135.c | 103 pr23135.c |
| 104 # asm - invalid output constraint =t (is apparently undocumented in gcc) | 104 # asm - invalid output constraint =t (is apparently undocumented in gcc) |
| 105 990413-2.c | 105 990413-2.c |
| 106 # <scumbagsteve> implicit return type int | 106 # <scumbagsteve> implicit return type int |
| 107 # does not return a value </scumbagsteve> (error only in clang) | 107 # does not return a value </scumbagsteve> (error only in clang) |
| 108 920728-1.c | 108 920728-1.c |
| 109 # __builtin_nan result is not a compile-time constant | 109 # __builtin_nan result is not a compile-time constant |
| 110 builtin-nan-1.c | 110 builtin-nan-1.c |
| 111 # __builtin_apply and friends not supported by clang | 111 # __builtin_apply and friends not supported by clang |
| 112 pr47237.c | 112 pr47237.c |
| 113 # This test has an integer overflow / undefined behavior: | |
| 114 20031003-1.c | |
|
JF
2015/02/23 21:50:43
What fails in the test?
jvoung (off chromium)
2015/02/23 22:12:00
The test does:
int f1()
{
return (int)214748364
JF
2015/02/23 22:39:46
Right, this is UB. Even with vanilla clang we get:
| |
| 113 # ====================================================================== | 115 # ====================================================================== |
| 114 # wont fixes - nested functions | 116 # wont fixes - nested functions |
| 115 # ====================================================================== | 117 # ====================================================================== |
| 116 # nested function | 118 # nested function |
| 117 nest-align-1.c | 119 nest-align-1.c |
| 118 # nested function | 120 # nested function |
| 119 nest-stdar-1.c | 121 nest-stdar-1.c |
| 120 # nested function | 122 # nested function |
| 121 nestfunc-7.c | 123 nestfunc-7.c |
| 122 # nested function | 124 # nested function |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 166 # complex va_arg | 168 # complex va_arg |
| 167 stdarg-3.c | 169 stdarg-3.c |
| 168 # complex va_arg | 170 # complex va_arg |
| 169 strct-stdarg-1.c | 171 strct-stdarg-1.c |
| 170 # complex va_arg | 172 # complex va_arg |
| 171 strct-varg-1.c | 173 strct-varg-1.c |
| 172 # complex va_arg | 174 # complex va_arg |
| 173 va-arg-22.c | 175 va-arg-22.c |
| 174 # complex va_arg | 176 # complex va_arg |
| 175 pr44575.c | 177 pr44575.c |
| OLD | NEW |