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

Unified Diff: test/message/message.status

Issue 148293020: Merge experimental/a64 to bleeding_edge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove ARM from OWNERS Created 6 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 | « test/intl/intl.status ('k') | test/message/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/message.status
diff --git a/test/message/message.status b/test/message/message.status
index 234bf0f35ca1b50c16f0aa3d1d10ef088d60c42d..9eb2d512f48da73cde39810236620d476f676957 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -25,9 +25,29 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# All tests in the bug directory are expected to fail.
[
[ALWAYS, {
- # All tests in the bug directory are expected to fail.
'bugs/*': [FAIL],
}], # ALWAYS
+
+['arch == a64', {
+ # Message tests won't pass until all UNIMPLEMENTED messages are removed.
+ 'regress/regress-75': [SKIP],
+ 'regress/regress-73': [SKIP],
+ 'regress/regress-1527': [SKIP],
+ 'try-finally-throw-in-try': [SKIP],
+ 'try-finally-throw-in-finally': [SKIP],
+ 'try-finally-return-in-finally': [SKIP],
+ 'try-catch-finally-throw-in-finally': [SKIP],
+ 'try-catch-finally-throw-in-catch-and-finally': [SKIP],
+ 'try-catch-finally-throw-in-catch': [SKIP],
+ 'try-catch-finally-return-in-finally': [SKIP],
+ 'try-catch-finally-no-message': [SKIP],
+ 'simple-throw': [SKIP],
+ 'replacement-marker-as-argument': [SKIP],
+ 'overwritten-builtins': [SKIP],
+ 'try-finally-throw-in-try-and-finally': [SKIP],
+}], # 'arch == a64'
]
« no previous file with comments | « test/intl/intl.status ('k') | test/message/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698