Skip to content

Commit

Permalink
Disable more failing tests after f3338dd.
Browse files Browse the repository at this point in the history
TBR=yangguo@chromium.org
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1067353002

Cr-Commit-Position: refs/heads/master@{#27652}
  • Loading branch information
mstarzinger authored and Commit bot committed Apr 8, 2015
1 parent 52f1f14 commit 0716bc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/mjsunit/mjsunit.status
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
'debug-step': [PASS, NO_VARIANTS], # windows only.
'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
'regress/regress-3717':[PASS, NO_VARIANTS], # only in no-snap mode.

Expand Down
3 changes: 3 additions & 0 deletions test/test262-es6/test262-es6.status
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

# TODO(mstarzinger): Optimizing top-level code found some issues. Fix!
'language/expressions/addition/S9.3_A4.1_T2': [PASS, NO_VARIANTS],
'language/expressions/addition/S11.6.1_A2.2_T2': [PASS, NO_VARIANTS],
'language/expressions/addition/S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS],
'language/expressions/addition/S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS],

# Unicode canonicalization is not available with i18n turned off.
'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]],
Expand Down
3 changes: 3 additions & 0 deletions test/test262/test262.status
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

# TODO(mstarzinger): Optimizing top-level code found some issues. Fix!
'S9.3_A4.1_T2': [PASS, NO_VARIANTS],
'S11.6.1_A2.2_T2': [PASS, NO_VARIANTS],
'S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS],
'S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS],

# BUG(v8:3455)
'11.2.3_b': [FAIL],
Expand Down

0 comments on commit 0716bc3

Please sign in to comment.