CSC/ECE 517 Spring 2017/oss M1706: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
(remove some unneeded sections)
Line 27: Line 27:




====Gems to be used====






===Metrics View===
===Metrics View===
====Instructor View====
====Student View====


===Testing Plan===
===Testing Plan===
Line 57: Line 51:
===Important Links===
===Important Links===


Link to Github repository :   
Link to Github repository :  https://github.com/adamw17/csc517ossproject


Link to Pull request :  
Link to Pull request : The contact for this project asked us to create an entirely new repository.  A pull request is not applicable.


===References===
===References===

Revision as of 00:58, 6 April 2017

Description

This purpose of this project is provide additional testing infrastructure for Mozilla Servo OSS project. "Servo is a project to develop a new Web browser engine. The goal is to create an architecture that takes advantage of parallelism at many levels while eliminating common sources of bugs and security vulnerabilities associated with incorrect memory management and data races." Servo can be used through Browser.html, embedded in a website, or natively in Mozilla Firefox. It is designed to load web pages more efficiently and more securely.

In particular, this project is a request from the Servo OSS project to reduce the impact intermittent test failures have on the software. Intermittent failures frequently occur but are normally ignored during continuous integration. The frequency of each intermittent failure signature, though not currently logged, would be useful in allowing developers to identify and resolved the most prevalent issues.

Tasks to be completed

Current Implementation

UML Diagram

Proposed Design

TASK 1 -

TASK 2 -

Design Pattern Used

Features to be added

Metrics View

Testing Plan

Files Changed and Added

Models

Controllers

Views

Important Links

Link to Github repository : https://github.com/adamw17/csc517ossproject

Link to Pull request : The contact for this project asked us to create an entirely new repository. A pull request is not applicable.

References