Chromium Code Reviews
DescriptionFix to workaround non-propagation of exception stack-traces by dartc.
Net-net: The previous work-around, assigning '' to the trace var inside the try block, had stopped working. Somewhere along the line dartc started properly respecting try/catch block scoping of vars.
In an attempt to verify that this fix hasn't broken anything unexpected, I ran test.py and confirmed that all tests still pased and re-ran it with a broken test and confirmed that a stack trace was emitted.
Here's how I built and ran:
./tools/build.py --arch=ia32
./tools/test.py --mode=release --component=dartium client -v --keep_temporary_files
Committed: https://code.google.com/p/dart/source/detail?r=1639
Patch Set 1 #
Total comments: 1
Patch Set 2 : '' #Messages
Total messages: 3 (0 generated)
|