Chromium Code Reviews| Index: tools/toolchain_tester/known_failures_pnacl.txt |
| diff --git a/tools/toolchain_tester/known_failures_pnacl.txt b/tools/toolchain_tester/known_failures_pnacl.txt |
| index 080f134732b0b11692f374918e8149ee164edff2..7f7d2270d6f5785a8acc563ad055b199d6e29ec4 100644 |
| --- a/tools/toolchain_tester/known_failures_pnacl.txt |
| +++ b/tools/toolchain_tester/known_failures_pnacl.txt |
| @@ -110,6 +110,8 @@ pr23135.c |
| builtin-nan-1.c |
| # __builtin_apply and friends not supported by clang |
| pr47237.c |
| +# This test has an integer overflow / undefined behavior: |
| +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:
|
| # ====================================================================== |
| # wont fixes - nested functions |
| # ====================================================================== |