Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: tests/standalone/standalone.status

Issue 1748793002: Don't expand inline frames in noopt to match full precompiled behavior. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 46de2dc7cf108f38605ad4867e1d03875539fbda..41f4d09544d2733510a54ab8a0ded533a5795115 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -211,10 +211,13 @@ io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
no_allow_absolute_addresses_test: SkipByDesign # Not supported.
link_natives_lazily_test: SkipByDesign # Not supported.
-[ ($noopt || $compiler == precompiler) ]
+[ $noopt || $compiler == precompiler ]
+# Stacktraces in precompilation omit inlined frames.
+assert_test: Pass, RuntimeError
+
+[ $noopt || $compiler == precompiler ]
map_literal_oom_test: Pass, Crash # Issue 24678
io/web_socket_test: Pass, RuntimeError # Issue 24674
-assert_test: RuntimeError # Expects line and column numbers
precompilation_test: Skip # Platform.executable
precompilation_dart2js_test: Skip # Platform.executable
io/test_extension_test: Skip # Platform.executable
@@ -268,7 +271,6 @@ io/raw_socket_cross_process_test: Skip # Platform.executable
io/test_extension_test: Skip # Platform.executable
io/regress_7679_test: Skip # Platform.executable
io/process_*: Skip # Most use Platform.executable
-assert_test: RuntimeError # Expects line and column numbers
# Code coverage is not supported in product mode.
[ $mode == product ]
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698