fpizlo@apple.com | 2193bec | 2013-01-24 00:09:59 +0000 | [diff] [blame] | 1 | Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
fpizlo@apple.com | 0fa8386 | 2013-09-06 19:01:21 +0000 | [diff] [blame] | 6 | PASS foo(true, 5)[0] is 462 on all iterations including after DFG tier-up. |
fpizlo@apple.com | 2193bec | 2013-01-24 00:09:59 +0000 | [diff] [blame] | 7 | PASS successfullyParsed is true |
| 8 | |
| 9 | TEST COMPLETE |
| 10 | |