Beispiel #1
0
 def baseline_path(self):
     if self.name() == self._most_recent_version():
         # Baselines for the most recently shiping version should go into 'mac', not 'mac-foo'.
         if self.get_option('webkit_test_runner'):
             return self._webkit_baseline_path('mac-wk2')
         return self._webkit_baseline_path('mac')
     return ApplePort.baseline_path(self)
Beispiel #2
0
 def baseline_path(self):
     if self.name() == self._most_recent_version():
         # Baselines for the most recently shiping version should go into 'mac', not 'mac-foo'.
         if self.get_option('webkit_test_runner'):
             return self._webkit_baseline_path('mac-wk2')
         return self._webkit_baseline_path('mac')
     return ApplePort.baseline_path(self)