project_future.py [1229:1239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        version_commit = self.version['commit'][:6]
        bug_identifier = None
        build_config = self.build_config if self.build_config else self.action.get('configuration', None)
        if 'xfail' in self.action:
            bug_identifier = is_xfailed(self.action['xfail'],
                                        self.version['version'],
                                        self.current_platform,
                                        self.swift_branch,
                                        build_config,
                                        self.job_type)
        if bug_identifier:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project_future.py [1264:1274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        version_commit = self.version['commit'][:6]
        bug_identifier = None
        build_config = self.build_config if self.build_config else self.action.get('configuration', None)
        if 'xfail' in self.action:
            bug_identifier = is_xfailed(self.action['xfail'],
                                        self.version['version'],
                                        self.current_platform,
                                        self.swift_branch,
                                        build_config,
                                        self.job_type)
        if bug_identifier:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



