From a1fd76c7994e8de0d24725de3599617d7e5920b8 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Tue, 2 May 2017 09:48:15 -0700
Subject: [PATCH] [GR-3875] Remove override of mx gate command

---
 mx.fastr/mx_fastr.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mx.fastr/mx_fastr.py b/mx.fastr/mx_fastr.py
index eb799067a5..4eac3bba91 100644
--- a/mx.fastr/mx_fastr.py
+++ b/mx.fastr/mx_fastr.py
@@ -295,10 +295,6 @@ def rgate(args):
     '''
     mx_gate.gate(args)
 
-def gate(args):
-    '''Run 'mx.gate' with some standard tasks excluded as they currently fail'''
-    mx_gate.gate(args + ['-x', '-t', 'FindBugs,Checkheaders,Distribution Overlap Check,BuildJavaWithEcj'])
-
 def _test_srcdir():
     tp = 'com.oracle.truffle.r.test'
     return join(mx.project(tp).dir, 'src', tp.replace('.', sep))
@@ -579,7 +575,6 @@ _commands = {
     'Rscript' : [rscript, '[options]'],
     'rtestgen' : [testgen, ''],
     'rgate' : [rgate, ''],
-    'gate' : [gate, ''],
     'junit' : [junit, ['options']],
     'junitsimple' : [junit_simple, ['options']],
     'junitdefault' : [junit_default, ['options']],
-- 
GitLab